Shades of Hurricane #8D837C
Tints of Hurricane #8D837C
RGB
CMYK
RGB Variations
Color information
#8D837C (or 0x8D837C) is known color: Hurricane. HEX triplet: 8D, 83 and 7C. RGB value is (141,131,124). Sum of RGB (Red+Green+Blue) = 141+131+124=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D837C is #727C83. Grayscale: #858585. Windows color (decimal): -7502980 or 8160141. OLE color: 8160141.
HSL color Cylindrical-coordinate representation of color #8D837C: hue angle of 24.71º 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 #8D837C is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 124 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.45 |
| HSL | 24.71º | 0.07% | 0.52% | - |
| HSV(B) | 24.71º | 0.12% | 0.55% | - |
| XYZ | 22.74 | 23.35 | 22.38 | - |
| YUV | 133.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 124 | 0 | 0.07 | 0.12 | 0.45 | 24.71 | 0.07 | 0.52 |
| Hex | 8D | 83 | 7C | 0 | 7 | C | 2D | 19 | 7 | 34 |
| Octal | 215 | 203 | 174 | 0 | 7 | 14 | 55 | 31 | 7 | 64 |
| Binary | 10001101 | 10000011 | 1111100 | 0 | 111 | 1100 | 101101 | 11001 | 111 | 110100 |
Color Harmonies of #8D837C
Complementary color
Monochromatic Colors of #8D837C
Black with #8D837C
Text Example
Text Example
White with #8D837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D837C; }
p { color: rgb(141,131,124); }
H1.HeaderClassName
{
color: #8D837C;
}
.AnyTagClassName
{
color: #8D837C;
}
</style>
background-color css
<style>
a { background-color: #8D837C; }
a { background-color: rgb(141,131,124); }
div.DivClassName
{
background-color: #8D837C;
}
.BgClassName
{
background-color: #8D837C;
}
</style>
border-color css
<style>
span { border-color: #8D837C; }
span { border-color: rgb(141,131,124); }
td.TdClassName
{
border-color: #8D837C;
}
.TagClassName
{
border-color: #8D837C;
}
</style>