Shades of Hurricane #8C827E
Tints of Hurricane #8C827E
RGB
CMYK
RGB Variations
Color information
#8C827E (or 0x8C827E) is known color: Hurricane. HEX triplet: 8C, 82 and 7E. RGB value is (140,130,126). Sum of RGB (Red+Green+Blue) = 140+130+126=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 140 - color contains mainly: red. Hex color #8C827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C827E is #737D81. Grayscale: #848484. Windows color (decimal): -7568770 or 8290956. OLE color: 8290956.
HSL color Cylindrical-coordinate representation of color #8C827E: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C827E is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 126 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.45 |
| HSL | 17.14º | 0.06% | 0.52% | - |
| HSV(B) | 17.14º | 0.1% | 0.55% | - |
| XYZ | 22.56 | 23.05 | 23 | - |
| YUV | 132.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 126 | 0 | 0.07 | 0.10 | 0.45 | 17.14 | 0.06 | 0.52 |
| Hex | 8C | 82 | 7E | 0 | 7 | A | 2D | 11 | 6 | 34 |
| Octal | 214 | 202 | 176 | 0 | 7 | 12 | 55 | 21 | 6 | 64 |
| Binary | 10001100 | 10000010 | 1111110 | 0 | 111 | 1010 | 101101 | 10001 | 110 | 110100 |
Color Harmonies of #8C827E
Complementary color
Monochromatic Colors of #8C827E
Black with #8C827E
Text Example
Text Example
White with #8C827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C827E; }
p { color: rgb(140,130,126); }
H1.HeaderClassName
{
color: #8C827E;
}
.AnyTagClassName
{
color: #8C827E;
}
</style>
background-color css
<style>
a { background-color: #8C827E; }
a { background-color: rgb(140,130,126); }
div.DivClassName
{
background-color: #8C827E;
}
.BgClassName
{
background-color: #8C827E;
}
</style>
border-color css
<style>
span { border-color: #8C827E; }
span { border-color: rgb(140,130,126); }
td.TdClassName
{
border-color: #8C827E;
}
.TagClassName
{
border-color: #8C827E;
}
</style>