Shades of Hurricane #7E7674
Tints of Hurricane #7E7674
RGB
CMYK
RGB Variations
Color information
#7E7674 (or 0x7E7674) is known color: Hurricane. HEX triplet: 7E, 76 and 74. RGB value is (126,118,116). Sum of RGB (Red+Green+Blue) = 126+118+116=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7674 is #81898B. Grayscale: #787878. Windows color (decimal): -8489356 or 7632510. OLE color: 7632510.
HSL color Cylindrical-coordinate representation of color #7E7674: hue angle of 12º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7E7674 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 116 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.51 |
| HSL | 12º | 0.04% | 0.47% | - |
| HSV(B) | 12º | 0.08% | 0.49% | - |
| XYZ | 18.24 | 18.65 | 19.16 | - |
| YUV | 120.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 116 | 0 | 0.06 | 0.08 | 0.51 | 12 | 0.04 | 0.47 |
| Hex | 7E | 76 | 74 | 0 | 6 | 8 | 33 | C | 4 | 2F |
| Octal | 176 | 166 | 164 | 0 | 6 | 10 | 63 | 14 | 4 | 57 |
| Binary | 1111110 | 1110110 | 1110100 | 0 | 110 | 1000 | 110011 | 1100 | 100 | 101111 |
Color Harmonies of #7E7674
Complementary color
Monochromatic Colors of #7E7674
Black with #7E7674
Text Example
Text Example
White with #7E7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7674; }
p { color: rgb(126,118,116); }
H1.HeaderClassName
{
color: #7E7674;
}
.AnyTagClassName
{
color: #7E7674;
}
</style>
background-color css
<style>
a { background-color: #7E7674; }
a { background-color: rgb(126,118,116); }
div.DivClassName
{
background-color: #7E7674;
}
.BgClassName
{
background-color: #7E7674;
}
</style>
border-color css
<style>
span { border-color: #7E7674; }
span { border-color: rgb(126,118,116); }
td.TdClassName
{
border-color: #7E7674;
}
.TagClassName
{
border-color: #7E7674;
}
</style>