Shades of Hurricane #8C807A
Tints of Hurricane #8C807A
RGB
CMYK
RGB Variations
Color information
#8C807A (or 0x8C807A) is known color: Hurricane. HEX triplet: 8C, 80 and 7A. RGB value is (140,128,122). Sum of RGB (Red+Green+Blue) = 140+128+122=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 140 - color contains mainly: red. Hex color #8C807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C807A is #737F85. Grayscale: #828282. Windows color (decimal): -7569286 or 8028300. OLE color: 8028300.
HSL color Cylindrical-coordinate representation of color #8C807A: hue angle of 20º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C807A is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 122 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.45 |
| HSL | 20º | 0.07% | 0.51% | - |
| HSV(B) | 20º | 0.13% | 0.55% | - |
| XYZ | 22.05 | 22.42 | 21.58 | - |
| YUV | 130.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 122 | 0 | 0.09 | 0.13 | 0.45 | 20 | 0.07 | 0.51 |
| Hex | 8C | 80 | 7A | 0 | 9 | D | 2D | 14 | 7 | 33 |
| Octal | 214 | 200 | 172 | 0 | 11 | 15 | 55 | 24 | 7 | 63 |
| Binary | 10001100 | 10000000 | 1111010 | 0 | 1001 | 1101 | 101101 | 10100 | 111 | 110011 |
Color Harmonies of #8C807A
Complementary color
Monochromatic Colors of #8C807A
Black with #8C807A
Text Example
Text Example
White with #8C807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C807A; }
p { color: rgb(140,128,122); }
H1.HeaderClassName
{
color: #8C807A;
}
.AnyTagClassName
{
color: #8C807A;
}
</style>
background-color css
<style>
a { background-color: #8C807A; }
a { background-color: rgb(140,128,122); }
div.DivClassName
{
background-color: #8C807A;
}
.BgClassName
{
background-color: #8C807A;
}
</style>
border-color css
<style>
span { border-color: #8C807A; }
span { border-color: rgb(140,128,122); }
td.TdClassName
{
border-color: #8C807A;
}
.TagClassName
{
border-color: #8C807A;
}
</style>