#786C5A

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

Shades of Sandstone #786C5A

Tints of Sandstone #786C5A

Color information

#786C5A (or 0x786C5A) is unknown color: approx Sandstone. HEX triplet: 78, 6C and 5A. RGB value is (120,108,90). Sum of RGB (Red+Green+Blue) = 120+108+90=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #786C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C5A is #8793A5. Grayscale: #6D6D6D. Windows color (decimal): -8885158 or 5926008. OLE color: 5926008.

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

Color convert

RGB12010890-
CMYK00.100.250.53
HSL36º14.29%41.18%-
HSV(B)36º25%47.06%-
XYZ14.9515.4611.87-
YUV109.54116.98135.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=37.74%
G=33.96%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201089000.100.250.533614.2941.18
Hex786C5A0A193524e29
Octal1701541320123165441651
Binary11110001101100101101001010110011101011001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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