#786A5A

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

Shades of Sandstone #786A5A

Tints of Sandstone #786A5A

Color information

#786A5A (or 0x786A5A) is unknown color: approx Sandstone. HEX triplet: 78, 6A and 5A. RGB value is (120,106,90). Sum of RGB (Red+Green+Blue) = 120+106+90=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #786A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A5A is #8795A5. Grayscale: #6C6C6C. Windows color (decimal): -8885670 or 5925496. OLE color: 5925496.

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

Color convert

RGB12010690-
CMYK00.120.250.53
HSL32º14.29%41.18%-
HSV(B)32º25%47.06%-
XYZ14.7515.0411.8-
YUV108.36117.64136.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=37.97%
G=33.54%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201069000.120.250.533214.2941.18
Hex786A5A0C193520e29
Octal1701521320143165401651
Binary11110001101010101101001100110011101011000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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