Shades of Hurricane #8B807A
Tints of Hurricane #8B807A
RGB
CMYK
RGB Variations
Color information
#8B807A (or 0x8B807A) is known color: Hurricane. HEX triplet: 8B, 80 and 7A. RGB value is (139,128,122). Sum of RGB (Red+Green+Blue) = 139+128+122=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B807A is #747F85. Grayscale: #828282. Windows color (decimal): -7634822 or 8028299. OLE color: 8028299.
HSL color Cylindrical-coordinate representation of color #8B807A: hue angle of 21.18º 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 #8B807A is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 122 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.45 |
| HSL | 21.18º | 0.07% | 0.51% | - |
| HSV(B) | 21.18º | 0.12% | 0.55% | - |
| XYZ | 21.88 | 22.33 | 21.57 | - |
| YUV | 130.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 122 | 0 | 0.08 | 0.12 | 0.45 | 21.18 | 0.07 | 0.51 |
| Hex | 8B | 80 | 7A | 0 | 8 | C | 2D | 15 | 7 | 33 |
| Octal | 213 | 200 | 172 | 0 | 10 | 14 | 55 | 25 | 7 | 63 |
| Binary | 10001011 | 10000000 | 1111010 | 0 | 1000 | 1100 | 101101 | 10101 | 111 | 110011 |
Color Harmonies of #8B807A
Complementary color
Monochromatic Colors of #8B807A
Black with #8B807A
Text Example
Text Example
White with #8B807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B807A; }
p { color: rgb(139,128,122); }
H1.HeaderClassName
{
color: #8B807A;
}
.AnyTagClassName
{
color: #8B807A;
}
</style>
background-color css
<style>
a { background-color: #8B807A; }
a { background-color: rgb(139,128,122); }
div.DivClassName
{
background-color: #8B807A;
}
.BgClassName
{
background-color: #8B807A;
}
</style>
border-color css
<style>
span { border-color: #8B807A; }
span { border-color: rgb(139,128,122); }
td.TdClassName
{
border-color: #8B807A;
}
.TagClassName
{
border-color: #8B807A;
}
</style>