Shades of Hurricane #8A7771
Tints of Hurricane #8A7771
RGB
CMYK
RGB Variations
Color information
#8A7771 (or 0x8A7771) is known color: Hurricane. HEX triplet: 8A, 77 and 71. RGB value is (138,119,113). Sum of RGB (Red+Green+Blue) = 138+119+113=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7771 is #75888E. Grayscale: #7C7C7C. Windows color (decimal): -7702671 or 7436170. OLE color: 7436170.
HSL color Cylindrical-coordinate representation of color #8A7771: hue angle of 14.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A7771 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 113 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.46 |
| HSL | 14.4º | 0.1% | 0.49% | - |
| HSV(B) | 14.4º | 0.18% | 0.54% | - |
| XYZ | 20.06 | 19.79 | 18.39 | - |
| YUV | 124 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 113 | 0 | 0.14 | 0.18 | 0.46 | 14.4 | 0.1 | 0.49 |
| Hex | 8A | 77 | 71 | 0 | E | 12 | 2E | E | A | 31 |
| Octal | 212 | 167 | 161 | 0 | 16 | 22 | 56 | 16 | 12 | 61 |
| Binary | 10001010 | 1110111 | 1110001 | 0 | 1110 | 10010 | 101110 | 1110 | 1010 | 110001 |
Color Harmonies of #8A7771
Complementary color
Monochromatic Colors of #8A7771
Black with #8A7771
Text Example
Text Example
White with #8A7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7771; }
p { color: rgb(138,119,113); }
H1.HeaderClassName
{
color: #8A7771;
}
.AnyTagClassName
{
color: #8A7771;
}
</style>
background-color css
<style>
a { background-color: #8A7771; }
a { background-color: rgb(138,119,113); }
div.DivClassName
{
background-color: #8A7771;
}
.BgClassName
{
background-color: #8A7771;
}
</style>
border-color css
<style>
span { border-color: #8A7771; }
span { border-color: rgb(138,119,113); }
td.TdClassName
{
border-color: #8A7771;
}
.TagClassName
{
border-color: #8A7771;
}
</style>