Html Css Color HEX #85766F Hurricane

📋 copy color: '#85766F'

red 133 ◦ green 118 ◦ blue 111

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

Shades of Hurricane #85766F

Tints of Hurricane #85766F

RGB

 RED value IS 133 (52.34% from 255) = 36.74%

 GREEN value IS 118 (46.48% from 255) = 32.6%

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 36.74%
G = 32.6%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85766F (or 0x85766F) is known color: Hurricane. HEX triplet: 85, 76 and 6F. RGB value is (133,118,111). Sum of RGB (Red+Green+Blue) = 133+118+111=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #85766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85766F is #7A8990. Grayscale: #797979. Windows color (decimal): -8030609 or 7304837. OLE color: 7304837.

HSL color Cylindrical-coordinate representation of color #85766F: hue angle of 19.09º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85766F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 118 111 -
CMYK 0 0.11 0.17 0.48
HSL 19.09º 0.09% 0.48% -
HSV(B) 19.09º 0.17% 0.52% -
XYZ 19.02 19.09 17.72 -
YUV 121.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 133 118 111 0 0.11 0.17 0.48 19.09 0.09 0.48
Hex 85 76 6F 0 B 11 30 13 9 30
Octal 205 166 157 0 13 21 60 23 11 60
Binary 10000101 1110110 1101111 0 1011 10001 110000 10011 1001 110000

Color Harmonies of #85766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85766F

Black with #85766F

Text Example


Text Example

White with #85766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85766F; }

 p { color: rgb(133,118,111); }

 H1.HeaderClassName
 {
   color: #85766F;
 }
 .AnyTagClassName
 {
   color: #85766F;
 }
</style>

background-color css

<style>
 a { background-color: #85766F; }

 a { background-color: rgb(133,118,111); }

 div.DivClassName
 {
   background-color: #85766F;
 }
 .BgClassName
 {
   background-color: #85766F;
 }
</style>

border-color css

<style>
 span { border-color: #85766F; }

 span { border-color: rgb(133,118,111); }

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