#786E66

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

Shades of Sandstone #786E66

Tints of Sandstone #786E66

Color information

#786E66 (or 0x786E66) is unknown color: approx Sandstone. HEX triplet: 78, 6E and 66. RGB value is (120,110,102). Sum of RGB (Red+Green+Blue) = 120+110+102=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #786E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E66 is #879199. Grayscale: #707070. Windows color (decimal): -8884634 or 6712952. OLE color: 6712952.

HSL color Cylindrical-coordinate representation of color #786E66: hue angle of 26.67º 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 #786E66 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB120110102-
CMYK00.080.150.53
HSL26.67º8.11%43.53%-
HSV(B)26.67º15%47.06%-
XYZ15.7216.114.85-
YUV112.08122.31133.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=36.14%
G=33.13%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011010200.080.150.5326.678.1143.53
Hex786E6608F351b82c
Octal1701561460101765331054
Binary111100011011101100110010001111110101110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E66; }

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

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

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

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

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

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

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

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