Shades of Hurricane #7E7A78
Tints of Hurricane #7E7A78
RGB
CMYK
RGB Variations
Color information
#7E7A78 (or 0x7E7A78) is known color: Hurricane. HEX triplet: 7E, 7A and 78. RGB value is (126,122,120). Sum of RGB (Red+Green+Blue) = 126+122+120=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A78 is #818587. Grayscale: #7A7A7A. Windows color (decimal): -8488328 or 7895678. OLE color: 7895678.
HSL color Cylindrical-coordinate representation of color #7E7A78: hue angle of 20º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7E7A78 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
RGB | 126 | 122 | 120 | - |
CMYK | 0 | 0.03 | 0.05 | 0.51 |
HSL | 20º | 0.02% | 0.48% | - |
HSV(B) | 20º | 0.05% | 0.49% | - |
XYZ | 18.95 | 19.71 | 20.57 | - |
YUV | 122.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 122 | 120 | 0 | 0.03 | 0.05 | 0.51 | 20 | 0.02 | 0.48 |
Hex | 7E | 7A | 78 | 0 | 3 | 5 | 33 | 14 | 2 | 30 |
Octal | 176 | 172 | 170 | 0 | 3 | 5 | 63 | 24 | 2 | 60 |
Binary | 1111110 | 1111010 | 1111000 | 0 | 11 | 101 | 110011 | 10100 | 10 | 110000 |
Color Harmonies of #7E7A78
Complementary color
Monochromatic Colors of #7E7A78
Black with #7E7A78
Text Example
Text Example
White with #7E7A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A78; }
p { color: rgb(126,122,120); }
H1.HeaderClassName
{
color: #7E7A78;
}
.AnyTagClassName
{
color: #7E7A78;
}
</style>
background-color css
<style>
a { background-color: #7E7A78; }
a { background-color: rgb(126,122,120); }
div.DivClassName
{
background-color: #7E7A78;
}
.BgClassName
{
background-color: #7E7A78;
}
</style>
border-color css
<style>
span { border-color: #7E7A78; }
span { border-color: rgb(126,122,120); }
td.TdClassName
{
border-color: #7E7A78;
}
.TagClassName
{
border-color: #7E7A78;
}
</style>