#787066

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

Shades of Sandstone #787066

Tints of Sandstone #787066

Color information

#787066 (or 0x787066) is unknown color: approx Sandstone. HEX triplet: 78, 70 and 66. RGB value is (120,112,102). Sum of RGB (Red+Green+Blue) = 120+112+102=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #787066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787066 is #878F99. Grayscale: #717171. Windows color (decimal): -8884122 or 6713464. OLE color: 6713464.

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

Color convert

RGB120112102-
CMYK00.070.150.53
HSL33.33º8.11%43.53%-
HSV(B)33.33º15%47.06%-
XYZ15.9416.5414.92-
YUV113.25121.65132.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=35.93%
G=33.53%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011210200.070.150.5333.338.1143.53
Hex78706607F352182c
Octal170160146071765411054
Binary111100011100001100110011111111101011000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787066; }

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

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

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

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

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

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

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

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