Shades of Hurricane #8D827E
Tints of Hurricane #8D827E
RGB
CMYK
RGB Variations
Color information
#8D827E (or 0x8D827E) is known color: Hurricane. HEX triplet: 8D, 82 and 7E. RGB value is (141,130,126). Sum of RGB (Red+Green+Blue) = 141+130+126=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D827E is #727D81. Grayscale: #848484. Windows color (decimal): -7503234 or 8290957. OLE color: 8290957.
HSL color Cylindrical-coordinate representation of color #8D827E: hue angle of 16º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D827E is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 126 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.45 |
| HSL | 16º | 0.06% | 0.52% | - |
| HSV(B) | 16º | 0.11% | 0.55% | - |
| XYZ | 22.73 | 23.13 | 23.01 | - |
| YUV | 132.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 126 | 0 | 0.08 | 0.11 | 0.45 | 16 | 0.06 | 0.52 |
| Hex | 8D | 82 | 7E | 0 | 8 | B | 2D | 10 | 6 | 34 |
| Octal | 215 | 202 | 176 | 0 | 10 | 13 | 55 | 20 | 6 | 64 |
| Binary | 10001101 | 10000010 | 1111110 | 0 | 1000 | 1011 | 101101 | 10000 | 110 | 110100 |
Color Harmonies of #8D827E
Complementary color
Monochromatic Colors of #8D827E
Black with #8D827E
Text Example
Text Example
White with #8D827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D827E; }
p { color: rgb(141,130,126); }
H1.HeaderClassName
{
color: #8D827E;
}
.AnyTagClassName
{
color: #8D827E;
}
</style>
background-color css
<style>
a { background-color: #8D827E; }
a { background-color: rgb(141,130,126); }
div.DivClassName
{
background-color: #8D827E;
}
.BgClassName
{
background-color: #8D827E;
}
</style>
border-color css
<style>
span { border-color: #8D827E; }
span { border-color: rgb(141,130,126); }
td.TdClassName
{
border-color: #8D827E;
}
.TagClassName
{
border-color: #8D827E;
}
</style>