Shades of Hurricane #7E726D
Tints of Hurricane #7E726D
RGB
CMYK
RGB Variations
Color information
#7E726D (or 0x7E726D) is known color: Hurricane. HEX triplet: 7E, 72 and 6D. RGB value is (126,114,109). Sum of RGB (Red+Green+Blue) = 126+114+109=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 126 - color contains mainly: red. Hex color #7E726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E726D is #818D92. Grayscale: #757575. Windows color (decimal): -8490387 or 7172734. OLE color: 7172734.
HSL color Cylindrical-coordinate representation of color #7E726D: hue angle of 17.65º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E726D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 114 | 109 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.51 |
| HSL | 17.65º | 0.07% | 0.46% | - |
| HSV(B) | 17.65º | 0.13% | 0.49% | - |
| XYZ | 17.38 | 17.57 | 16.94 | - |
| YUV | 117.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 109 | 0 | 0.10 | 0.13 | 0.51 | 17.65 | 0.07 | 0.46 |
| Hex | 7E | 72 | 6D | 0 | A | D | 33 | 12 | 7 | 2E |
| Octal | 176 | 162 | 155 | 0 | 12 | 15 | 63 | 22 | 7 | 56 |
| Binary | 1111110 | 1110010 | 1101101 | 0 | 1010 | 1101 | 110011 | 10010 | 111 | 101110 |
Color Harmonies of #7E726D
Complementary color
Monochromatic Colors of #7E726D
Black with #7E726D
Text Example
Text Example
White with #7E726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E726D; }
p { color: rgb(126,114,109); }
H1.HeaderClassName
{
color: #7E726D;
}
.AnyTagClassName
{
color: #7E726D;
}
</style>
background-color css
<style>
a { background-color: #7E726D; }
a { background-color: rgb(126,114,109); }
div.DivClassName
{
background-color: #7E726D;
}
.BgClassName
{
background-color: #7E726D;
}
</style>
border-color css
<style>
span { border-color: #7E726D; }
span { border-color: rgb(126,114,109); }
td.TdClassName
{
border-color: #7E726D;
}
.TagClassName
{
border-color: #7E726D;
}
</style>