Shades of Hurricane #8A776E
Tints of Hurricane #8A776E
RGB
CMYK
RGB Variations
Color information
#8A776E (or 0x8A776E) is known color: Hurricane. HEX triplet: 8A, 77 and 6E. RGB value is (138,119,110). Sum of RGB (Red+Green+Blue) = 138+119+110=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A776E is #758891. Grayscale: #7B7B7B. Windows color (decimal): -7702674 or 7239562. OLE color: 7239562.
HSL color Cylindrical-coordinate representation of color #8A776E: hue angle of 19.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A776E is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 110 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.46 |
| HSL | 19.29º | 0.11% | 0.49% | - |
| HSV(B) | 19.29º | 0.2% | 0.54% | - |
| XYZ | 19.89 | 19.72 | 17.51 | - |
| YUV | 123.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 110 | 0 | 0.14 | 0.20 | 0.46 | 19.29 | 0.11 | 0.49 |
| Hex | 8A | 77 | 6E | 0 | E | 14 | 2E | 13 | B | 31 |
| Octal | 212 | 167 | 156 | 0 | 16 | 24 | 56 | 23 | 13 | 61 |
| Binary | 10001010 | 1110111 | 1101110 | 0 | 1110 | 10100 | 101110 | 10011 | 1011 | 110001 |
Color Harmonies of #8A776E
Complementary color
Monochromatic Colors of #8A776E
Black with #8A776E
Text Example
Text Example
White with #8A776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A776E; }
p { color: rgb(138,119,110); }
H1.HeaderClassName
{
color: #8A776E;
}
.AnyTagClassName
{
color: #8A776E;
}
</style>
background-color css
<style>
a { background-color: #8A776E; }
a { background-color: rgb(138,119,110); }
div.DivClassName
{
background-color: #8A776E;
}
.BgClassName
{
background-color: #8A776E;
}
</style>
border-color css
<style>
span { border-color: #8A776E; }
span { border-color: rgb(138,119,110); }
td.TdClassName
{
border-color: #8A776E;
}
.TagClassName
{
border-color: #8A776E;
}
</style>