Shades of Hurricane #8B817A
Tints of Hurricane #8B817A
RGB
CMYK
RGB Variations
Color information
#8B817A (or 0x8B817A) is known color: Hurricane. HEX triplet: 8B, 81 and 7A. RGB value is (139,129,122). Sum of RGB (Red+Green+Blue) = 139+129+122=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B817A is #747E85. Grayscale: #838383. Windows color (decimal): -7634566 or 8028555. OLE color: 8028555.
HSL color Cylindrical-coordinate representation of color #8B817A: hue angle of 24.71º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B817A is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 122 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.45 |
| HSL | 24.71º | 0.07% | 0.51% | - |
| HSV(B) | 24.71º | 0.12% | 0.55% | - |
| XYZ | 22.01 | 22.59 | 21.61 | - |
| YUV | 131.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 122 | 0 | 0.07 | 0.12 | 0.45 | 24.71 | 0.07 | 0.51 |
| Hex | 8B | 81 | 7A | 0 | 7 | C | 2D | 19 | 7 | 33 |
| Octal | 213 | 201 | 172 | 0 | 7 | 14 | 55 | 31 | 7 | 63 |
| Binary | 10001011 | 10000001 | 1111010 | 0 | 111 | 1100 | 101101 | 11001 | 111 | 110011 |
Color Harmonies of #8B817A
Complementary color
Monochromatic Colors of #8B817A
Black with #8B817A
Text Example
Text Example
White with #8B817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B817A; }
p { color: rgb(139,129,122); }
H1.HeaderClassName
{
color: #8B817A;
}
.AnyTagClassName
{
color: #8B817A;
}
</style>
background-color css
<style>
a { background-color: #8B817A; }
a { background-color: rgb(139,129,122); }
div.DivClassName
{
background-color: #8B817A;
}
.BgClassName
{
background-color: #8B817A;
}
</style>
border-color css
<style>
span { border-color: #8B817A; }
span { border-color: rgb(139,129,122); }
td.TdClassName
{
border-color: #8B817A;
}
.TagClassName
{
border-color: #8B817A;
}
</style>