Shades of Hurricane #8A827E
Tints of Hurricane #8A827E
RGB
CMYK
RGB Variations
Color information
#8A827E (or 0x8A827E) is known color: Hurricane. HEX triplet: 8A, 82 and 7E. RGB value is (138,130,126). Sum of RGB (Red+Green+Blue) = 138+130+126=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A827E is #757D81. Grayscale: #838383. Windows color (decimal): -7699842 or 8290954. OLE color: 8290954.
HSL color Cylindrical-coordinate representation of color #8A827E: hue angle of 20º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A827E is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 126 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.46 |
| HSL | 20º | 0.05% | 0.52% | - |
| HSV(B) | 20º | 0.09% | 0.54% | - |
| XYZ | 22.23 | 22.87 | 22.98 | - |
| YUV | 131.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 126 | 0 | 0.06 | 0.09 | 0.46 | 20 | 0.05 | 0.52 |
| Hex | 8A | 82 | 7E | 0 | 6 | 9 | 2E | 14 | 5 | 34 |
| Octal | 212 | 202 | 176 | 0 | 6 | 11 | 56 | 24 | 5 | 64 |
| Binary | 10001010 | 10000010 | 1111110 | 0 | 110 | 1001 | 101110 | 10100 | 101 | 110100 |
Color Harmonies of #8A827E
Complementary color
Monochromatic Colors of #8A827E
Black with #8A827E
Text Example
Text Example
White with #8A827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A827E; }
p { color: rgb(138,130,126); }
H1.HeaderClassName
{
color: #8A827E;
}
.AnyTagClassName
{
color: #8A827E;
}
</style>
background-color css
<style>
a { background-color: #8A827E; }
a { background-color: rgb(138,130,126); }
div.DivClassName
{
background-color: #8A827E;
}
.BgClassName
{
background-color: #8A827E;
}
</style>
border-color css
<style>
span { border-color: #8A827E; }
span { border-color: rgb(138,130,126); }
td.TdClassName
{
border-color: #8A827E;
}
.TagClassName
{
border-color: #8A827E;
}
</style>