Shades of Storm Grey #74777C
Tints of Storm Grey #74777C
RGB
CMYK
RGB Variations
Color information
#74777C (or 0x74777C) is known color: Storm Grey. HEX triplet: 74, 77 and 7C. RGB value is (116,119,124). Sum of RGB (Red+Green+Blue) = 116+119+124=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #74777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74777C is #8B8883. Grayscale: #767676. Windows color (decimal): -9144452 or 8157044. OLE color: 8157044.
HSL color Cylindrical-coordinate representation of color #74777C: hue angle of 217.5º 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 #74777C is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 119 | 124 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.51 |
| HSL | 217.5º | 0.03% | 0.47% | - |
| HSV(B) | 217.5º | 0.06% | 0.49% | - |
| XYZ | 17.44 | 18.36 | 21.69 | - |
| YUV | 118.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 124 | 0.06 | 0.04 | 0 | 0.51 | 217.5 | 0.03 | 0.47 |
| Hex | 74 | 77 | 7C | 6 | 4 | 0 | 33 | DA | 3 | 2F |
| Octal | 164 | 167 | 174 | 6 | 4 | 0 | 63 | 332 | 3 | 57 |
| Binary | 1110100 | 1110111 | 1111100 | 110 | 100 | 0 | 110011 | 11011010 | 11 | 101111 |
Color Harmonies of #74777C
Complementary color
Monochromatic Colors of #74777C
Black with #74777C
Text Example
Text Example
White with #74777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74777C; }
p { color: rgb(116,119,124); }
H1.HeaderClassName
{
color: #74777C;
}
.AnyTagClassName
{
color: #74777C;
}
</style>
background-color css
<style>
a { background-color: #74777C; }
a { background-color: rgb(116,119,124); }
div.DivClassName
{
background-color: #74777C;
}
.BgClassName
{
background-color: #74777C;
}
</style>
border-color css
<style>
span { border-color: #74777C; }
span { border-color: rgb(116,119,124); }
td.TdClassName
{
border-color: #74777C;
}
.TagClassName
{
border-color: #74777C;
}
</style>