Shades of Hurricane #847F7D
Tints of Hurricane #847F7D
RGB
CMYK
RGB Variations
Color information
#847F7D (or 0x847F7D) is known color: Hurricane. HEX triplet: 84, 7F and 7D. RGB value is (132,127,125). Sum of RGB (Red+Green+Blue) = 132+127+125=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 132 - color contains mainly: red. Hex color #847F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F7D is #7B8082. Grayscale: #808080. Windows color (decimal): -8093827 or 8224644. OLE color: 8224644.
HSL color Cylindrical-coordinate representation of color #847F7D: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #847F7D is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 125 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.48 |
| HSL | 17.14º | 0.03% | 0.5% | - |
| HSV(B) | 17.14º | 0.05% | 0.52% | - |
| XYZ | 20.81 | 21.56 | 22.47 | - |
| YUV | 128.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 125 | 0 | 0.04 | 0.05 | 0.48 | 17.14 | 0.03 | 0.5 |
| Hex | 84 | 7F | 7D | 0 | 4 | 5 | 30 | 11 | 3 | 32 |
| Octal | 204 | 177 | 175 | 0 | 4 | 5 | 60 | 21 | 3 | 62 |
| Binary | 10000100 | 1111111 | 1111101 | 0 | 100 | 101 | 110000 | 10001 | 11 | 110010 |
Color Harmonies of #847F7D
Complementary color
Monochromatic Colors of #847F7D
Black with #847F7D
Text Example
Text Example
White with #847F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F7D; }
p { color: rgb(132,127,125); }
H1.HeaderClassName
{
color: #847F7D;
}
.AnyTagClassName
{
color: #847F7D;
}
</style>
background-color css
<style>
a { background-color: #847F7D; }
a { background-color: rgb(132,127,125); }
div.DivClassName
{
background-color: #847F7D;
}
.BgClassName
{
background-color: #847F7D;
}
</style>
border-color css
<style>
span { border-color: #847F7D; }
span { border-color: rgb(132,127,125); }
td.TdClassName
{
border-color: #847F7D;
}
.TagClassName
{
border-color: #847F7D;
}
</style>