Shades of Hurricane #8B827E
Tints of Hurricane #8B827E
RGB
CMYK
RGB Variations
Color information
#8B827E (or 0x8B827E) is known color: Hurricane. HEX triplet: 8B, 82 and 7E. RGB value is (139,130,126). Sum of RGB (Red+Green+Blue) = 139+130+126=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B827E is #747D81. Grayscale: #848484. Windows color (decimal): -7634306 or 8290955. OLE color: 8290955.
HSL color Cylindrical-coordinate representation of color #8B827E: hue angle of 18.46º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B827E is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 126 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.45 |
| HSL | 18.46º | 0.05% | 0.52% | - |
| HSV(B) | 18.46º | 0.09% | 0.55% | - |
| XYZ | 22.4 | 22.96 | 22.99 | - |
| YUV | 132.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 126 | 0 | 0.06 | 0.09 | 0.45 | 18.46 | 0.05 | 0.52 |
| Hex | 8B | 82 | 7E | 0 | 6 | 9 | 2D | 12 | 5 | 34 |
| Octal | 213 | 202 | 176 | 0 | 6 | 11 | 55 | 22 | 5 | 64 |
| Binary | 10001011 | 10000010 | 1111110 | 0 | 110 | 1001 | 101101 | 10010 | 101 | 110100 |
Color Harmonies of #8B827E
Complementary color
Monochromatic Colors of #8B827E
Black with #8B827E
Text Example
Text Example
White with #8B827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B827E; }
p { color: rgb(139,130,126); }
H1.HeaderClassName
{
color: #8B827E;
}
.AnyTagClassName
{
color: #8B827E;
}
</style>
background-color css
<style>
a { background-color: #8B827E; }
a { background-color: rgb(139,130,126); }
div.DivClassName
{
background-color: #8B827E;
}
.BgClassName
{
background-color: #8B827E;
}
</style>
border-color css
<style>
span { border-color: #8B827E; }
span { border-color: rgb(139,130,126); }
td.TdClassName
{
border-color: #8B827E;
}
.TagClassName
{
border-color: #8B827E;
}
</style>