#786B5C

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

Shades of Sandstone #786B5C

Tints of Sandstone #786B5C

Color information

#786B5C (or 0x786B5C) is unknown color: approx Sandstone. HEX triplet: 78, 6B and 5C. RGB value is (120,107,92). Sum of RGB (Red+Green+Blue) = 120+107+92=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #786B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B5C is #8794A3. Grayscale: #6D6D6D. Windows color (decimal): -8885412 or 6056824. OLE color: 6056824.

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

Color convert

RGB12010792-
CMYK00.110.230.53
HSL32.14º13.21%41.57%-
HSV(B)32.14º23.33%47.06%-
XYZ14.9415.2812.29-
YUV109.18118.31135.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=37.62%
G=33.54%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201079200.110.230.5332.1413.2141.57
Hex786B5C0B173520d2a
Octal1701531340132765401552
Binary11110001101011101110001011101111101011000001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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