Shades of Hurricane #7C726E
Tints of Hurricane #7C726E
RGB
CMYK
RGB Variations
Color information
#7C726E (or 0x7C726E) is known color: Hurricane. HEX triplet: 7C, 72 and 6E. RGB value is (124,114,110). Sum of RGB (Red+Green+Blue) = 124+114+110=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 124 - color contains mainly: red. Hex color #7C726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C726E is #838D91. Grayscale: #747474. Windows color (decimal): -8621458 or 7238268. OLE color: 7238268.
HSL color Cylindrical-coordinate representation of color #7C726E: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C726E is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 110 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.51 |
| HSL | 17.14º | 0.06% | 0.46% | - |
| HSV(B) | 17.14º | 0.11% | 0.49% | - |
| XYZ | 17.14 | 17.45 | 17.22 | - |
| YUV | 116.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 110 | 0 | 0.08 | 0.11 | 0.51 | 17.14 | 0.06 | 0.46 |
| Hex | 7C | 72 | 6E | 0 | 8 | B | 33 | 11 | 6 | 2E |
| Octal | 174 | 162 | 156 | 0 | 10 | 13 | 63 | 21 | 6 | 56 |
| Binary | 1111100 | 1110010 | 1101110 | 0 | 1000 | 1011 | 110011 | 10001 | 110 | 101110 |
Color Harmonies of #7C726E
Complementary color
Monochromatic Colors of #7C726E
Black with #7C726E
Text Example
Text Example
White with #7C726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C726E; }
p { color: rgb(124,114,110); }
H1.HeaderClassName
{
color: #7C726E;
}
.AnyTagClassName
{
color: #7C726E;
}
</style>
background-color css
<style>
a { background-color: #7C726E; }
a { background-color: rgb(124,114,110); }
div.DivClassName
{
background-color: #7C726E;
}
.BgClassName
{
background-color: #7C726E;
}
</style>
border-color css
<style>
span { border-color: #7C726E; }
span { border-color: rgb(124,114,110); }
td.TdClassName
{
border-color: #7C726E;
}
.TagClassName
{
border-color: #7C726E;
}
</style>