#787069

Color #787069 Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #787069

Tints of Sandstone #787069

Color information

#787069 (or 0x787069) is unknown color: approx Sandstone. HEX triplet: 78, 70 and 69. RGB value is (120,112,105). Sum of RGB (Red+Green+Blue) = 120+112+105=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #787069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787069 is #878F96. Grayscale: #717171. Windows color (decimal): -8884119 or 6910072. OLE color: 6910072.

HSL color Cylindrical-coordinate representation of color #787069: hue angle of 28º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787069 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB120112105-
CMYK00.070.130.53
HSL28º6.67%44.12%-
HSV(B)28º12.5%47.06%-
XYZ16.0916.615.72-
YUV113.59123.15132.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=35.61%
G=33.23%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011210500.070.130.53286.6744.12
Hex78706907D351c72c
Octal17016015107156534754
Binary1111000111000011010010111110111010111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787069; }

 p { color: rgb(120,112,105); }

 H1.HeaderClassName
 {
   color: #787069;
 }
 .AnyTagClassName
 {
   color: #787069;
 }
</style>
background-color css

<style>
 a { background-color: #787069; }

 a { background-color: rgb(120,112,105); }

 div.DivClassName
 {
   background-color: #787069;
 }
 .BgClassName
 {
   background-color: #787069;
 }
</style>
border-color css

<style>
 span { border-color: #787069; }

 span { border-color: rgb(120,112,105); }

 td.TdClassName
 {
   border-color: #787069;
 }
 .TagClassName
 {
   border-color: #787069;
 }
</style>