Skip to content

Instantly share code, notes, and snippets.

@benjamin-chan
Created December 25, 2021 00:45
Show Gist options
  • Save benjamin-chan/8938c65b0b6e19b0bcee2b5a9762e797 to your computer and use it in GitHub Desktop.
Save benjamin-chan/8938c65b0b6e19b0bcee2b5a9762e797 to your computer and use it in GitHub Desktop.
Hex codes for zone system grayscale
c(rgb( 26, 26, 26, maxColorValue = 255),
rgb( 51, 51, 51, maxColorValue = 255),
rgb( 77, 77, 77, maxColorValue = 255),
rgb(102, 102, 102, maxColorValue = 255),
rgb(127, 127, 127, maxColorValue = 255),
rgb(153, 153, 153, maxColorValue = 255),
rgb(179, 179, 179, maxColorValue = 255),
rgb(204, 204, 204, maxColorValue = 255),
rgb(230, 230, 230, maxColorValue = 255))
# [1] "#1A1A1A" "#333333" "#4D4D4D" "#666666" "#7F7F7F" "#999999" "#B3B3B3"
# [8] "#CCCCCC" "#E6E6E6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment