Shades of Hurricane #8A7F78
Tints of Hurricane #8A7F78
RGB
CMYK
RGB Variations
Color information
#8A7F78 (or 0x8A7F78) is known color: Hurricane. HEX triplet: 8A, 7F and 78. RGB value is (138,127,120). Sum of RGB (Red+Green+Blue) = 138+127+120=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F78 is #758087. Grayscale: #818181. Windows color (decimal): -7700616 or 7896970. OLE color: 7896970.
HSL color Cylindrical-coordinate representation of color #8A7F78: hue angle of 23.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A7F78 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 120 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.46 |
| HSL | 23.33º | 0.07% | 0.51% | - |
| HSV(B) | 23.33º | 0.13% | 0.54% | - |
| XYZ | 21.46 | 21.94 | 20.87 | - |
| YUV | 129.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 120 | 0 | 0.08 | 0.13 | 0.46 | 23.33 | 0.07 | 0.51 |
| Hex | 8A | 7F | 78 | 0 | 8 | D | 2E | 17 | 7 | 33 |
| Octal | 212 | 177 | 170 | 0 | 10 | 15 | 56 | 27 | 7 | 63 |
| Binary | 10001010 | 1111111 | 1111000 | 0 | 1000 | 1101 | 101110 | 10111 | 111 | 110011 |
Color Harmonies of #8A7F78
Complementary color
Monochromatic Colors of #8A7F78
Black with #8A7F78
Text Example
Text Example
White with #8A7F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F78; }
p { color: rgb(138,127,120); }
H1.HeaderClassName
{
color: #8A7F78;
}
.AnyTagClassName
{
color: #8A7F78;
}
</style>
background-color css
<style>
a { background-color: #8A7F78; }
a { background-color: rgb(138,127,120); }
div.DivClassName
{
background-color: #8A7F78;
}
.BgClassName
{
background-color: #8A7F78;
}
</style>
border-color css
<style>
span { border-color: #8A7F78; }
span { border-color: rgb(138,127,120); }
td.TdClassName
{
border-color: #8A7F78;
}
.TagClassName
{
border-color: #8A7F78;
}
</style>