Shades of Hurricane #7C7674
Tints of Hurricane #7C7674
RGB
CMYK
RGB Variations
Color information
#7C7674 (or 0x7C7674) is known color: Hurricane. HEX triplet: 7C, 76 and 74. RGB value is (124,118,116). Sum of RGB (Red+Green+Blue) = 124+118+116=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7674 is #83898B. Grayscale: #777777. Windows color (decimal): -8620428 or 7632508. OLE color: 7632508.
HSL color Cylindrical-coordinate representation of color #7C7674: hue angle of 15º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7C7674 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 116 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.51 |
| HSL | 15º | 0.03% | 0.47% | - |
| HSV(B) | 15º | 0.06% | 0.49% | - |
| XYZ | 17.94 | 18.5 | 19.15 | - |
| YUV | 119.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 116 | 0 | 0.05 | 0.06 | 0.51 | 15 | 0.03 | 0.47 |
| Hex | 7C | 76 | 74 | 0 | 5 | 6 | 33 | F | 3 | 2F |
| Octal | 174 | 166 | 164 | 0 | 5 | 6 | 63 | 17 | 3 | 57 |
| Binary | 1111100 | 1110110 | 1110100 | 0 | 101 | 110 | 110011 | 1111 | 11 | 101111 |
Color Harmonies of #7C7674
Complementary color
Monochromatic Colors of #7C7674
Black with #7C7674
Text Example
Text Example
White with #7C7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7674; }
p { color: rgb(124,118,116); }
H1.HeaderClassName
{
color: #7C7674;
}
.AnyTagClassName
{
color: #7C7674;
}
</style>
background-color css
<style>
a { background-color: #7C7674; }
a { background-color: rgb(124,118,116); }
div.DivClassName
{
background-color: #7C7674;
}
.BgClassName
{
background-color: #7C7674;
}
</style>
border-color css
<style>
span { border-color: #7C7674; }
span { border-color: rgb(124,118,116); }
td.TdClassName
{
border-color: #7C7674;
}
.TagClassName
{
border-color: #7C7674;
}
</style>