#786D60

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

Shades of Sandstone #786D60

Tints of Sandstone #786D60

Color information

#786D60 (or 0x786D60) is unknown color: approx Sandstone. HEX triplet: 78, 6D and 60. RGB value is (120,109,96). Sum of RGB (Red+Green+Blue) = 120+109+96=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #786D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D60 is #87929F. Grayscale: #6E6E6E. Windows color (decimal): -8884896 or 6319480. OLE color: 6319480.

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

Color convert

RGB12010996-
CMYK00.090.20.53
HSL32.5º11.11%42.35%-
HSV(B)32.5º20%47.06%-
XYZ15.3315.7713.3-
YUV110.81119.64134.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=36.92%
G=33.54%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201099600.090.20.5332.511.1142.35
Hex786D6009143521b2a
Octal1701551400112465411352
Binary11110001101101110000001001101001101011000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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