Shades of Hurricane #847C79
Tints of Hurricane #847C79
RGB
CMYK
RGB Variations
Color information
#847C79 (or 0x847C79) is known color: Hurricane. HEX triplet: 84, 7C and 79. RGB value is (132,124,121). Sum of RGB (Red+Green+Blue) = 132+124+121=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #847C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C79 is #7B8386. Grayscale: #7E7E7E. Windows color (decimal): -8094599 or 7961732. OLE color: 7961732.
HSL color Cylindrical-coordinate representation of color #847C79: hue angle of 16.36º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #847C79 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 121 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.48 |
| HSL | 16.36º | 0.04% | 0.5% | - |
| HSV(B) | 16.36º | 0.08% | 0.52% | - |
| XYZ | 20.17 | 20.7 | 21.02 | - |
| YUV | 126.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 121 | 0 | 0.06 | 0.08 | 0.48 | 16.36 | 0.04 | 0.5 |
| Hex | 84 | 7C | 79 | 0 | 6 | 8 | 30 | 10 | 4 | 32 |
| Octal | 204 | 174 | 171 | 0 | 6 | 10 | 60 | 20 | 4 | 62 |
| Binary | 10000100 | 1111100 | 1111001 | 0 | 110 | 1000 | 110000 | 10000 | 100 | 110010 |
Color Harmonies of #847C79
Complementary color
Monochromatic Colors of #847C79
Black with #847C79
Text Example
Text Example
White with #847C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C79; }
p { color: rgb(132,124,121); }
H1.HeaderClassName
{
color: #847C79;
}
.AnyTagClassName
{
color: #847C79;
}
</style>
background-color css
<style>
a { background-color: #847C79; }
a { background-color: rgb(132,124,121); }
div.DivClassName
{
background-color: #847C79;
}
.BgClassName
{
background-color: #847C79;
}
</style>
border-color css
<style>
span { border-color: #847C79; }
span { border-color: rgb(132,124,121); }
td.TdClassName
{
border-color: #847C79;
}
.TagClassName
{
border-color: #847C79;
}
</style>