#786C5B

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

Shades of Sandstone #786C5B

Tints of Sandstone #786C5B

Color information

#786C5B (or 0x786C5B) is unknown color: approx Sandstone. HEX triplet: 78, 6C and 5B. RGB value is (120,108,91). Sum of RGB (Red+Green+Blue) = 120+108+91=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C5B is #8793A4. Grayscale: #6D6D6D. Windows color (decimal): -8885157 or 5991544. OLE color: 5991544.

HSL color Cylindrical-coordinate representation of color #786C5B: hue angle of 35.17º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786C5B is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB12010891-
CMYK00.100.240.53
HSL35.17º13.74%41.37%-
HSV(B)35.17º24.17%47.06%-
XYZ1515.4712.09-
YUV109.65117.48135.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=37.62%
G=33.86%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201089100.100.240.5335.1713.7441.37
Hex786C5B0A183523e29
Octal1701541330123065431651
Binary11110001101100101101101010110001101011000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,108,91); }

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

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

 a { background-color: rgb(120,108,91); }

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

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

 span { border-color: rgb(120,108,91); }

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