Shades of Hurricane #8C827A
Tints of Hurricane #8C827A
RGB
CMYK
RGB Variations
Color information
#8C827A (or 0x8C827A) is known color: Hurricane. HEX triplet: 8C, 82 and 7A. RGB value is (140,130,122). Sum of RGB (Red+Green+Blue) = 140+130+122=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C827A is #737D85. Grayscale: #848484. Windows color (decimal): -7568774 or 8028812. OLE color: 8028812.
HSL color Cylindrical-coordinate representation of color #8C827A: hue angle of 26.67º 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 #8C827A is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 122 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.45 |
| HSL | 26.67º | 0.07% | 0.51% | - |
| HSV(B) | 26.67º | 0.13% | 0.55% | - |
| XYZ | 22.31 | 22.95 | 21.67 | - |
| YUV | 132.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 122 | 0 | 0.07 | 0.13 | 0.45 | 26.67 | 0.07 | 0.51 |
| Hex | 8C | 82 | 7A | 0 | 7 | D | 2D | 1B | 7 | 33 |
| Octal | 214 | 202 | 172 | 0 | 7 | 15 | 55 | 33 | 7 | 63 |
| Binary | 10001100 | 10000010 | 1111010 | 0 | 111 | 1101 | 101101 | 11011 | 111 | 110011 |
Color Harmonies of #8C827A
Complementary color
Monochromatic Colors of #8C827A
Black with #8C827A
Text Example
Text Example
White with #8C827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C827A; }
p { color: rgb(140,130,122); }
H1.HeaderClassName
{
color: #8C827A;
}
.AnyTagClassName
{
color: #8C827A;
}
</style>
background-color css
<style>
a { background-color: #8C827A; }
a { background-color: rgb(140,130,122); }
div.DivClassName
{
background-color: #8C827A;
}
.BgClassName
{
background-color: #8C827A;
}
</style>
border-color css
<style>
span { border-color: #8C827A; }
span { border-color: rgb(140,130,122); }
td.TdClassName
{
border-color: #8C827A;
}
.TagClassName
{
border-color: #8C827A;
}
</style>