Shades of Hurricane #84756F
Tints of Hurricane #84756F
RGB
CMYK
RGB Variations
Color information
#84756F (or 0x84756F) is known color: Hurricane. HEX triplet: 84, 75 and 6F. RGB value is (132,117,111). Sum of RGB (Red+Green+Blue) = 132+117+111=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #84756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84756F is #7B8A90. Grayscale: #787878. Windows color (decimal): -8096401 or 7304580. OLE color: 7304580.
HSL color Cylindrical-coordinate representation of color #84756F: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84756F is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 111 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.48 |
| HSL | 17.14º | 0.09% | 0.48% | - |
| HSV(B) | 17.14º | 0.16% | 0.52% | - |
| XYZ | 18.75 | 18.78 | 17.67 | - |
| YUV | 120.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 111 | 0 | 0.11 | 0.16 | 0.48 | 17.14 | 0.09 | 0.48 |
| Hex | 84 | 75 | 6F | 0 | B | 10 | 30 | 11 | 9 | 30 |
| Octal | 204 | 165 | 157 | 0 | 13 | 20 | 60 | 21 | 11 | 60 |
| Binary | 10000100 | 1110101 | 1101111 | 0 | 1011 | 10000 | 110000 | 10001 | 1001 | 110000 |
Color Harmonies of #84756F
Complementary color
Monochromatic Colors of #84756F
Black with #84756F
Text Example
Text Example
White with #84756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84756F; }
p { color: rgb(132,117,111); }
H1.HeaderClassName
{
color: #84756F;
}
.AnyTagClassName
{
color: #84756F;
}
</style>
background-color css
<style>
a { background-color: #84756F; }
a { background-color: rgb(132,117,111); }
div.DivClassName
{
background-color: #84756F;
}
.BgClassName
{
background-color: #84756F;
}
</style>
border-color css
<style>
span { border-color: #84756F; }
span { border-color: rgb(132,117,111); }
td.TdClassName
{
border-color: #84756F;
}
.TagClassName
{
border-color: #84756F;
}
</style>