#786B5F

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

Shades of Sandstone #786B5F

Tints of Sandstone #786B5F

Color information

#786B5F (or 0x786B5F) is unknown color: approx Sandstone. HEX triplet: 78, 6B and 5F. RGB value is (120,107,95). Sum of RGB (Red+Green+Blue) = 120+107+95=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #786B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B5F is #8794A0. Grayscale: #6D6D6D. Windows color (decimal): -8885409 or 6253432. OLE color: 6253432.

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

Color convert

RGB12010795-
CMYK00.110.210.53
HSL28.8º11.63%42.16%-
HSV(B)28.8º20.83%47.06%-
XYZ15.0715.3312.99-
YUV109.52119.81135.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=37.27%
G=33.23%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201079500.110.210.5328.811.6342.16
Hex786B5F0B15351dc2a
Octal1701531370132565351452
Binary1111000110101110111110101110101110101111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,107,95); }

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

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

 a { background-color: rgb(120,107,95); }

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

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

 span { border-color: rgb(120,107,95); }

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