#786E60

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

Shades of Sandstone #786E60

Tints of Sandstone #786E60

Color information

#786E60 (or 0x786E60) is unknown color: approx Sandstone. HEX triplet: 78, 6E and 60. RGB value is (120,110,96). Sum of RGB (Red+Green+Blue) = 120+110+96=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #786E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E60 is #87919F. Grayscale: #6F6F6F. Windows color (decimal): -8884640 or 6319736. OLE color: 6319736.

HSL color Cylindrical-coordinate representation of color #786E60: hue angle of 35º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #786E60 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB12011096-
CMYK00.080.20.53
HSL35º11.11%42.35%-
HSV(B)35º20%47.06%-
XYZ15.4315.9913.34-
YUV111.39119.31134.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=36.81%
G=33.74%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201109600.080.20.533511.1142.35
Hex786E6008143523b2a
Octal1701561400102465431352
Binary11110001101110110000001000101001101011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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