Shades of Hurricane #8A807A
Tints of Hurricane #8A807A
RGB
CMYK
RGB Variations
Color information
#8A807A (or 0x8A807A) is known color: Hurricane. HEX triplet: 8A, 80 and 7A. RGB value is (138,128,122). Sum of RGB (Red+Green+Blue) = 138+128+122=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 138 - color contains mainly: red. Hex color #8A807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A807A is #757F85. Grayscale: #828282. Windows color (decimal): -7700358 or 8028298. OLE color: 8028298.
HSL color Cylindrical-coordinate representation of color #8A807A: hue angle of 22.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A807A is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 128 | 122 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.46 |
| HSL | 22.5º | 0.06% | 0.51% | - |
| HSV(B) | 22.5º | 0.12% | 0.54% | - |
| XYZ | 21.71 | 22.25 | 21.56 | - |
| YUV | 130.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 122 | 0 | 0.07 | 0.12 | 0.46 | 22.5 | 0.06 | 0.51 |
| Hex | 8A | 80 | 7A | 0 | 7 | C | 2E | 16 | 6 | 33 |
| Octal | 212 | 200 | 172 | 0 | 7 | 14 | 56 | 26 | 6 | 63 |
| Binary | 10001010 | 10000000 | 1111010 | 0 | 111 | 1100 | 101110 | 10110 | 110 | 110011 |
Color Harmonies of #8A807A
Complementary color
Monochromatic Colors of #8A807A
Black with #8A807A
Text Example
Text Example
White with #8A807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A807A; }
p { color: rgb(138,128,122); }
H1.HeaderClassName
{
color: #8A807A;
}
.AnyTagClassName
{
color: #8A807A;
}
</style>
background-color css
<style>
a { background-color: #8A807A; }
a { background-color: rgb(138,128,122); }
div.DivClassName
{
background-color: #8A807A;
}
.BgClassName
{
background-color: #8A807A;
}
</style>
border-color css
<style>
span { border-color: #8A807A; }
span { border-color: rgb(138,128,122); }
td.TdClassName
{
border-color: #8A807A;
}
.TagClassName
{
border-color: #8A807A;
}
</style>