Shades of Hurricane #8D7D78
Tints of Hurricane #8D7D78
RGB
CMYK
RGB Variations
Color information
#8D7D78 (or 0x8D7D78) is known color: Hurricane. HEX triplet: 8D, 7D and 78. RGB value is (141,125,120). Sum of RGB (Red+Green+Blue) = 141+125+120=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7D78 is #728287. Grayscale: #818181. Windows color (decimal): -7504520 or 7896461. OLE color: 7896461.
HSL color Cylindrical-coordinate representation of color #8D7D78: hue angle of 14.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D7D78 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 125 | 120 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.45 |
| HSL | 14.29º | 0.08% | 0.51% | - |
| HSV(B) | 14.29º | 0.15% | 0.55% | - |
| XYZ | 21.71 | 21.69 | 20.81 | - |
| YUV | 129.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 120 | 0 | 0.11 | 0.15 | 0.45 | 14.29 | 0.08 | 0.51 |
| Hex | 8D | 7D | 78 | 0 | B | F | 2D | E | 8 | 33 |
| Octal | 215 | 175 | 170 | 0 | 13 | 17 | 55 | 16 | 10 | 63 |
| Binary | 10001101 | 1111101 | 1111000 | 0 | 1011 | 1111 | 101101 | 1110 | 1000 | 110011 |
Color Harmonies of #8D7D78
Complementary color
Monochromatic Colors of #8D7D78
Black with #8D7D78
Text Example
Text Example
White with #8D7D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7D78; }
p { color: rgb(141,125,120); }
H1.HeaderClassName
{
color: #8D7D78;
}
.AnyTagClassName
{
color: #8D7D78;
}
</style>
background-color css
<style>
a { background-color: #8D7D78; }
a { background-color: rgb(141,125,120); }
div.DivClassName
{
background-color: #8D7D78;
}
.BgClassName
{
background-color: #8D7D78;
}
</style>
border-color css
<style>
span { border-color: #8D7D78; }
span { border-color: rgb(141,125,120); }
td.TdClassName
{
border-color: #8D7D78;
}
.TagClassName
{
border-color: #8D7D78;
}
</style>