#85786B

Color #85786B Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #85786B

Tints of Sand Dune #85786B

Color information

#85786B (or 0x85786B) is unknown color: approx Sand Dune. HEX triplet: 85, 78 and 6B. RGB value is (133,120,107). Sum of RGB (Red+Green+Blue) = 133+120+107=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85786B is #7A8794. Grayscale: #7A7A7A. Windows color (decimal): -8030101 or 7043205. OLE color: 7043205.

HSL color Cylindrical-coordinate representation of color #85786B: hue angle of 30º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85786B is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB133120107-
CMYK00.100.200.48
HSL30º10.83%47.06%-
HSV(B)30º19.55%52.16%-
XYZ19.0419.4816.67-
YUV122.4119.31135.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=36.94%
G=33.33%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312010700.100.200.483010.8347.06
Hex85786B0A14301eb2f
Octal2051701530122460361357
Binary10000101111100011010110101010100110000111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85786B; }

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

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

<style>
 a { background-color: #85786B; }

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

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

<style>
 span { border-color: #85786B; }

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

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