#787067

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

Shades of Sandstone #787067

Tints of Sandstone #787067

Color information

#787067 (or 0x787067) is unknown color: approx Sandstone. HEX triplet: 78, 70 and 67. RGB value is (120,112,103). Sum of RGB (Red+Green+Blue) = 120+112+103=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #787067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787067 is #878F98. Grayscale: #717171. Windows color (decimal): -8884121 or 6779000. OLE color: 6779000.

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

Color convert

RGB120112103-
CMYK00.070.140.53
HSL31.76º7.62%43.73%-
HSV(B)31.76º14.17%47.06%-
XYZ15.9916.5615.19-
YUV113.37122.15132.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=35.82%
G=33.43%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011210300.070.140.5331.767.6243.73
Hex78706707E352082c
Octal170160147071665401054
Binary111100011100001100111011111101101011000001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787067; }

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

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

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

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

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

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

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

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