Shades of Hurricane #7C736F
Tints of Hurricane #7C736F
RGB
CMYK
RGB Variations
Color information
#7C736F (or 0x7C736F) is known color: Hurricane. HEX triplet: 7C, 73 and 6F. RGB value is (124,115,111). Sum of RGB (Red+Green+Blue) = 124+115+111=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 124 - color contains mainly: red. Hex color #7C736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C736F is #838C90. Grayscale: #757575. Windows color (decimal): -8621201 or 7304060. OLE color: 7304060.
HSL color Cylindrical-coordinate representation of color #7C736F: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C736F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 111 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.51 |
| HSL | 18.46º | 0.06% | 0.46% | - |
| HSV(B) | 18.46º | 0.1% | 0.49% | - |
| XYZ | 17.31 | 17.69 | 17.54 | - |
| YUV | 117.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 111 | 0 | 0.07 | 0.10 | 0.51 | 18.46 | 0.06 | 0.46 |
| Hex | 7C | 73 | 6F | 0 | 7 | A | 33 | 12 | 6 | 2E |
| Octal | 174 | 163 | 157 | 0 | 7 | 12 | 63 | 22 | 6 | 56 |
| Binary | 1111100 | 1110011 | 1101111 | 0 | 111 | 1010 | 110011 | 10010 | 110 | 101110 |
Color Harmonies of #7C736F
Complementary color
Monochromatic Colors of #7C736F
Black with #7C736F
Text Example
Text Example
White with #7C736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C736F; }
p { color: rgb(124,115,111); }
H1.HeaderClassName
{
color: #7C736F;
}
.AnyTagClassName
{
color: #7C736F;
}
</style>
background-color css
<style>
a { background-color: #7C736F; }
a { background-color: rgb(124,115,111); }
div.DivClassName
{
background-color: #7C736F;
}
.BgClassName
{
background-color: #7C736F;
}
</style>
border-color css
<style>
span { border-color: #7C736F; }
span { border-color: rgb(124,115,111); }
td.TdClassName
{
border-color: #7C736F;
}
.TagClassName
{
border-color: #7C736F;
}
</style>