Shades of Hurricane #7E7672
Tints of Hurricane #7E7672
RGB
CMYK
RGB Variations
Color information
#7E7672 (or 0x7E7672) is known color: Hurricane. HEX triplet: 7E, 76 and 72. RGB value is (126,118,114). Sum of RGB (Red+Green+Blue) = 126+118+114=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7672 is #81898D. Grayscale: #777777. Windows color (decimal): -8489358 or 7501438. OLE color: 7501438.
HSL color Cylindrical-coordinate representation of color #7E7672: hue angle of 20º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E7672 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 114 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.51 |
| HSL | 20º | 0.05% | 0.47% | - |
| HSV(B) | 20º | 0.1% | 0.49% | - |
| XYZ | 18.12 | 18.61 | 18.56 | - |
| YUV | 119.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 114 | 0 | 0.06 | 0.10 | 0.51 | 20 | 0.05 | 0.47 |
| Hex | 7E | 76 | 72 | 0 | 6 | A | 33 | 14 | 5 | 2F |
| Octal | 176 | 166 | 162 | 0 | 6 | 12 | 63 | 24 | 5 | 57 |
| Binary | 1111110 | 1110110 | 1110010 | 0 | 110 | 1010 | 110011 | 10100 | 101 | 101111 |
Color Harmonies of #7E7672
Complementary color
Monochromatic Colors of #7E7672
Black with #7E7672
Text Example
Text Example
White with #7E7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7672; }
p { color: rgb(126,118,114); }
H1.HeaderClassName
{
color: #7E7672;
}
.AnyTagClassName
{
color: #7E7672;
}
</style>
background-color css
<style>
a { background-color: #7E7672; }
a { background-color: rgb(126,118,114); }
div.DivClassName
{
background-color: #7E7672;
}
.BgClassName
{
background-color: #7E7672;
}
</style>
border-color css
<style>
span { border-color: #7E7672; }
span { border-color: rgb(126,118,114); }
td.TdClassName
{
border-color: #7E7672;
}
.TagClassName
{
border-color: #7E7672;
}
</style>