Shades of Hurricane #7E746F
Tints of Hurricane #7E746F
RGB
CMYK
RGB Variations
Color information
#7E746F (or 0x7E746F) is known color: Hurricane. HEX triplet: 7E, 74 and 6F. RGB value is (126,116,111). Sum of RGB (Red+Green+Blue) = 126+116+111=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 126 - color contains mainly: red. Hex color #7E746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E746F is #818B90. Grayscale: #767676. Windows color (decimal): -8489873 or 7304318. OLE color: 7304318.
HSL color Cylindrical-coordinate representation of color #7E746F: hue angle of 20º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E746F is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 116 | 111 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.51 |
| HSL | 20º | 0.06% | 0.46% | - |
| HSV(B) | 20º | 0.12% | 0.49% | - |
| XYZ | 17.72 | 18.07 | 17.59 | - |
| YUV | 118.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 111 | 0 | 0.08 | 0.12 | 0.51 | 20 | 0.06 | 0.46 |
| Hex | 7E | 74 | 6F | 0 | 8 | C | 33 | 14 | 6 | 2E |
| Octal | 176 | 164 | 157 | 0 | 10 | 14 | 63 | 24 | 6 | 56 |
| Binary | 1111110 | 1110100 | 1101111 | 0 | 1000 | 1100 | 110011 | 10100 | 110 | 101110 |
Color Harmonies of #7E746F
Complementary color
Monochromatic Colors of #7E746F
Black with #7E746F
Text Example
Text Example
White with #7E746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E746F; }
p { color: rgb(126,116,111); }
H1.HeaderClassName
{
color: #7E746F;
}
.AnyTagClassName
{
color: #7E746F;
}
</style>
background-color css
<style>
a { background-color: #7E746F; }
a { background-color: rgb(126,116,111); }
div.DivClassName
{
background-color: #7E746F;
}
.BgClassName
{
background-color: #7E746F;
}
</style>
border-color css
<style>
span { border-color: #7E746F; }
span { border-color: rgb(126,116,111); }
td.TdClassName
{
border-color: #7E746F;
}
.TagClassName
{
border-color: #7E746F;
}
</style>