Shades of Hurricane #8C817A
Tints of Hurricane #8C817A
RGB
CMYK
RGB Variations
Color information
#8C817A (or 0x8C817A) is known color: Hurricane. HEX triplet: 8C, 81 and 7A. RGB value is (140,129,122). Sum of RGB (Red+Green+Blue) = 140+129+122=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C817A is #737E85. Grayscale: #838383. Windows color (decimal): -7569030 or 8028556. OLE color: 8028556.
HSL color Cylindrical-coordinate representation of color #8C817A: hue angle of 23.33º 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 #8C817A is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 122 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.45 |
| HSL | 23.33º | 0.07% | 0.51% | - |
| HSV(B) | 23.33º | 0.13% | 0.55% | - |
| XYZ | 22.18 | 22.68 | 21.62 | - |
| YUV | 131.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 122 | 0 | 0.08 | 0.13 | 0.45 | 23.33 | 0.07 | 0.51 |
| Hex | 8C | 81 | 7A | 0 | 8 | D | 2D | 17 | 7 | 33 |
| Octal | 214 | 201 | 172 | 0 | 10 | 15 | 55 | 27 | 7 | 63 |
| Binary | 10001100 | 10000001 | 1111010 | 0 | 1000 | 1101 | 101101 | 10111 | 111 | 110011 |
Color Harmonies of #8C817A
Complementary color
Monochromatic Colors of #8C817A
Black with #8C817A
Text Example
Text Example
White with #8C817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C817A; }
p { color: rgb(140,129,122); }
H1.HeaderClassName
{
color: #8C817A;
}
.AnyTagClassName
{
color: #8C817A;
}
</style>
background-color css
<style>
a { background-color: #8C817A; }
a { background-color: rgb(140,129,122); }
div.DivClassName
{
background-color: #8C817A;
}
.BgClassName
{
background-color: #8C817A;
}
</style>
border-color css
<style>
span { border-color: #8C817A; }
span { border-color: rgb(140,129,122); }
td.TdClassName
{
border-color: #8C817A;
}
.TagClassName
{
border-color: #8C817A;
}
</style>