Html Css Color HEX #85786B Sand Dune

📋 copy color: '#85786B'

red 133 ◦ green 120 ◦ blue 107

#85786B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #85786B

Tints of Sand Dune #85786B

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 value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85786B (or 0x85786B) is known color: 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

RGB 133 120 107 -
CMYK 0 0.10 0.20 0.48
HSL 30º 0.11% 0.47% -
HSV(B) 30º 0.2% 0.52% -
XYZ 19.04 19.48 16.67 -
YUV 122.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 133 120 107 0 0.10 0.20 0.48 30 0.11 0.47
Hex 85 78 6B 0 A 14 30 1E B 2F
Octal 205 170 153 0 12 24 60 36 13 57
Binary 10000101 1111000 1101011 0 1010 10100 110000 11110 1011 101111

Color Harmonies of #85786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85786B

Black with #85786B

Text Example


Text Example

White with #85786B

Text Example


Text Example

HTML Codes & Css Web 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>