Shades of Storm Grey #74798B
Tints of Storm Grey #74798B
RGB
CMYK
RGB Variations
Color information
#74798B (or 0x74798B) is known color: Storm Grey. HEX triplet: 74, 79 and 8B. RGB value is (116,121,139). Sum of RGB (Red+Green+Blue) = 116+121+139=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #74798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74798B is #8B8674. Grayscale: #797979. Windows color (decimal): -9143925 or 9140596. OLE color: 9140596.
HSL color Cylindrical-coordinate representation of color #74798B: hue angle of 226.96º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74798B is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 121 | 139 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.45 |
| HSL | 226.96º | 0.09% | 0.5% | - |
| HSV(B) | 226.96º | 0.17% | 0.55% | - |
| XYZ | 18.7 | 19.25 | 27.16 | - |
| YUV | 121.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 139 | 0.17 | 0.13 | 0 | 0.45 | 226.96 | 0.09 | 0.5 |
| Hex | 74 | 79 | 8B | 11 | D | 0 | 2D | E3 | 9 | 32 |
| Octal | 164 | 171 | 213 | 21 | 15 | 0 | 55 | 343 | 11 | 62 |
| Binary | 1110100 | 1111001 | 10001011 | 10001 | 1101 | 0 | 101101 | 11100011 | 1001 | 110010 |
Color Harmonies of #74798B
Complementary color
Monochromatic Colors of #74798B
Black with #74798B
Text Example
Text Example
White with #74798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74798B; }
p { color: rgb(116,121,139); }
H1.HeaderClassName
{
color: #74798B;
}
.AnyTagClassName
{
color: #74798B;
}
</style>
background-color css
<style>
a { background-color: #74798B; }
a { background-color: rgb(116,121,139); }
div.DivClassName
{
background-color: #74798B;
}
.BgClassName
{
background-color: #74798B;
}
</style>
border-color css
<style>
span { border-color: #74798B; }
span { border-color: rgb(116,121,139); }
td.TdClassName
{
border-color: #74798B;
}
.TagClassName
{
border-color: #74798B;
}
</style>