Shades of Hurricane #777473
Tints of Hurricane #777473
RGB
CMYK
RGB Variations
Color information
#777473 (or 0x777473) is known color: Hurricane. HEX triplet: 77, 74 and 73. RGB value is (119,116,115). Sum of RGB (Red+Green+Blue) = 119+116+115=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 119 - color contains mainly: red. Hex color #777473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777473 is #888B8C. Grayscale: #747474. Windows color (decimal): -8948621 or 7566455. OLE color: 7566455.
HSL color Cylindrical-coordinate representation of color #777473: hue angle of 15º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #777473 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 115 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.53 |
| HSL | 15º | 0.02% | 0.46% | - |
| HSV(B) | 15º | 0.03% | 0.47% | - |
| XYZ | 16.95 | 17.65 | 18.73 | - |
| YUV | 116.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 115 | 0 | 0.03 | 0.03 | 0.53 | 15 | 0.02 | 0.46 |
| Hex | 77 | 74 | 73 | 0 | 3 | 3 | 35 | F | 2 | 2E |
| Octal | 167 | 164 | 163 | 0 | 3 | 3 | 65 | 17 | 2 | 56 |
| Binary | 1110111 | 1110100 | 1110011 | 0 | 11 | 11 | 110101 | 1111 | 10 | 101110 |
Color Harmonies of #777473
Complementary color
Monochromatic Colors of #777473
Black with #777473
Text Example
Text Example
White with #777473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777473; }
p { color: rgb(119,116,115); }
H1.HeaderClassName
{
color: #777473;
}
.AnyTagClassName
{
color: #777473;
}
</style>
background-color css
<style>
a { background-color: #777473; }
a { background-color: rgb(119,116,115); }
div.DivClassName
{
background-color: #777473;
}
.BgClassName
{
background-color: #777473;
}
</style>
border-color css
<style>
span { border-color: #777473; }
span { border-color: rgb(119,116,115); }
td.TdClassName
{
border-color: #777473;
}
.TagClassName
{
border-color: #777473;
}
</style>