Shades of Hurricane #8F827D
Tints of Hurricane #8F827D
RGB
CMYK
RGB Variations
Color information
#8F827D (or 0x8F827D) is known color: Hurricane. HEX triplet: 8F, 82 and 7D. RGB value is (143,130,125). Sum of RGB (Red+Green+Blue) = 143+130+125=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 143 - color contains mainly: red. Hex color #8F827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F827D is #707D82. Grayscale: #858585. Windows color (decimal): -7372163 or 8225423. OLE color: 8225423.
HSL color Cylindrical-coordinate representation of color #8F827D: hue angle of 16.67º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F827D is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 125 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.44 |
| HSL | 16.67º | 0.07% | 0.53% | - |
| HSV(B) | 16.67º | 0.13% | 0.56% | - |
| XYZ | 23.01 | 23.29 | 22.68 | - |
| YUV | 133.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 125 | 0 | 0.09 | 0.13 | 0.44 | 16.67 | 0.07 | 0.53 |
| Hex | 8F | 82 | 7D | 0 | 9 | D | 2C | 11 | 7 | 35 |
| Octal | 217 | 202 | 175 | 0 | 11 | 15 | 54 | 21 | 7 | 65 |
| Binary | 10001111 | 10000010 | 1111101 | 0 | 1001 | 1101 | 101100 | 10001 | 111 | 110101 |
Color Harmonies of #8F827D
Complementary color
Monochromatic Colors of #8F827D
Black with #8F827D
Text Example
Text Example
White with #8F827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F827D; }
p { color: rgb(143,130,125); }
H1.HeaderClassName
{
color: #8F827D;
}
.AnyTagClassName
{
color: #8F827D;
}
</style>
background-color css
<style>
a { background-color: #8F827D; }
a { background-color: rgb(143,130,125); }
div.DivClassName
{
background-color: #8F827D;
}
.BgClassName
{
background-color: #8F827D;
}
</style>
border-color css
<style>
span { border-color: #8F827D; }
span { border-color: rgb(143,130,125); }
td.TdClassName
{
border-color: #8F827D;
}
.TagClassName
{
border-color: #8F827D;
}
</style>