Shades of Hurricane #8D817C
Tints of Hurricane #8D817C
RGB
CMYK
RGB Variations
Color information
#8D817C (or 0x8D817C) is known color: Hurricane. HEX triplet: 8D, 81 and 7C. RGB value is (141,129,124). Sum of RGB (Red+Green+Blue) = 141+129+124=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D817C is #727E83. Grayscale: #848484. Windows color (decimal): -7503492 or 8159629. OLE color: 8159629.
HSL color Cylindrical-coordinate representation of color #8D817C: hue angle of 17.65º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D817C is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 124 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.45 |
| HSL | 17.65º | 0.07% | 0.52% | - |
| HSV(B) | 17.65º | 0.12% | 0.55% | - |
| XYZ | 22.47 | 22.82 | 22.29 | - |
| YUV | 132.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 124 | 0 | 0.09 | 0.12 | 0.45 | 17.65 | 0.07 | 0.52 |
| Hex | 8D | 81 | 7C | 0 | 9 | C | 2D | 12 | 7 | 34 |
| Octal | 215 | 201 | 174 | 0 | 11 | 14 | 55 | 22 | 7 | 64 |
| Binary | 10001101 | 10000001 | 1111100 | 0 | 1001 | 1100 | 101101 | 10010 | 111 | 110100 |
Color Harmonies of #8D817C
Complementary color
Monochromatic Colors of #8D817C
Black with #8D817C
Text Example
Text Example
White with #8D817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D817C; }
p { color: rgb(141,129,124); }
H1.HeaderClassName
{
color: #8D817C;
}
.AnyTagClassName
{
color: #8D817C;
}
</style>
background-color css
<style>
a { background-color: #8D817C; }
a { background-color: rgb(141,129,124); }
div.DivClassName
{
background-color: #8D817C;
}
.BgClassName
{
background-color: #8D817C;
}
</style>
border-color css
<style>
span { border-color: #8D817C; }
span { border-color: rgb(141,129,124); }
td.TdClassName
{
border-color: #8D817C;
}
.TagClassName
{
border-color: #8D817C;
}
</style>