Shades of Hurricane #847C78
Tints of Hurricane #847C78
RGB
CMYK
RGB Variations
Color information
#847C78 (or 0x847C78) is known color: Hurricane. HEX triplet: 84, 7C and 78. RGB value is (132,124,120). Sum of RGB (Red+Green+Blue) = 132+124+120=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 132 - color contains mainly: red. Hex color #847C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C78 is #7B8387. Grayscale: #7D7D7D. Windows color (decimal): -8094600 or 7896196. OLE color: 7896196.
HSL color Cylindrical-coordinate representation of color #847C78: hue angle of 20º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #847C78 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 120 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.48 |
| HSL | 20º | 0.05% | 0.49% | - |
| HSV(B) | 20º | 0.09% | 0.52% | - |
| XYZ | 20.11 | 20.68 | 20.7 | - |
| YUV | 125.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 120 | 0 | 0.06 | 0.09 | 0.48 | 20 | 0.05 | 0.49 |
| Hex | 84 | 7C | 78 | 0 | 6 | 9 | 30 | 14 | 5 | 31 |
| Octal | 204 | 174 | 170 | 0 | 6 | 11 | 60 | 24 | 5 | 61 |
| Binary | 10000100 | 1111100 | 1111000 | 0 | 110 | 1001 | 110000 | 10100 | 101 | 110001 |
Color Harmonies of #847C78
Complementary color
Monochromatic Colors of #847C78
Black with #847C78
Text Example
Text Example
White with #847C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C78; }
p { color: rgb(132,124,120); }
H1.HeaderClassName
{
color: #847C78;
}
.AnyTagClassName
{
color: #847C78;
}
</style>
background-color css
<style>
a { background-color: #847C78; }
a { background-color: rgb(132,124,120); }
div.DivClassName
{
background-color: #847C78;
}
.BgClassName
{
background-color: #847C78;
}
</style>
border-color css
<style>
span { border-color: #847C78; }
span { border-color: rgb(132,124,120); }
td.TdClassName
{
border-color: #847C78;
}
.TagClassName
{
border-color: #847C78;
}
</style>