Shades of Hurricane #7A7877
Tints of Hurricane #7A7877
RGB
CMYK
RGB Variations
Color information
#7A7877 (or 0x7A7877) is known color: Hurricane. HEX triplet: 7A, 78 and 77. RGB value is (122,120,119). Sum of RGB (Red+Green+Blue) = 122+120+119=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7877 is #858788. Grayscale: #787878. Windows color (decimal): -8750985 or 7829626. OLE color: 7829626.
HSL color Cylindrical-coordinate representation of color #7A7877: hue angle of 20º degrees, saturation: 0.01, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7A7877 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 119 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.52 |
| HSL | 20º | 0.01% | 0.47% | - |
| HSV(B) | 20º | 0.02% | 0.48% | - |
| XYZ | 18.07 | 18.9 | 20.15 | - |
| YUV | 120.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 119 | 0 | 0.02 | 0.02 | 0.52 | 20 | 0.01 | 0.47 |
| Hex | 7A | 78 | 77 | 0 | 2 | 2 | 34 | 14 | 1 | 2F |
| Octal | 172 | 170 | 167 | 0 | 2 | 2 | 64 | 24 | 1 | 57 |
| Binary | 1111010 | 1111000 | 1110111 | 0 | 10 | 10 | 110100 | 10100 | 1 | 101111 |
Color Harmonies of #7A7877
Complementary color
Monochromatic Colors of #7A7877
Black with #7A7877
Text Example
Text Example
White with #7A7877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7877; }
p { color: rgb(122,120,119); }
H1.HeaderClassName
{
color: #7A7877;
}
.AnyTagClassName
{
color: #7A7877;
}
</style>
background-color css
<style>
a { background-color: #7A7877; }
a { background-color: rgb(122,120,119); }
div.DivClassName
{
background-color: #7A7877;
}
.BgClassName
{
background-color: #7A7877;
}
</style>
border-color css
<style>
span { border-color: #7A7877; }
span { border-color: rgb(122,120,119); }
td.TdClassName
{
border-color: #7A7877;
}
.TagClassName
{
border-color: #7A7877;
}
</style>