Shades of Storm Grey #74788B
Tints of Storm Grey #74788B
RGB
CMYK
RGB Variations
Color information
#74788B (or 0x74788B) is known color: Storm Grey. HEX triplet: 74, 78 and 8B. RGB value is (116,120,139). Sum of RGB (Red+Green+Blue) = 116+120+139=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #74788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74788B is #8B8774. Grayscale: #787878. Windows color (decimal): -9144181 or 9140340. OLE color: 9140340.
HSL color Cylindrical-coordinate representation of color #74788B: hue angle of 229.57º 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 #74788B is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 120 | 139 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.45 |
| HSL | 229.57º | 0.09% | 0.5% | - |
| HSV(B) | 229.57º | 0.17% | 0.55% | - |
| XYZ | 18.58 | 19.01 | 27.12 | - |
| YUV | 120.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 120 | 139 | 0.17 | 0.14 | 0 | 0.45 | 229.57 | 0.09 | 0.5 |
| Hex | 74 | 78 | 8B | 11 | E | 0 | 2D | E6 | 9 | 32 |
| Octal | 164 | 170 | 213 | 21 | 16 | 0 | 55 | 346 | 11 | 62 |
| Binary | 1110100 | 1111000 | 10001011 | 10001 | 1110 | 0 | 101101 | 11100110 | 1001 | 110010 |
Color Harmonies of #74788B
Complementary color
Monochromatic Colors of #74788B
Black with #74788B
Text Example
Text Example
White with #74788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74788B; }
p { color: rgb(116,120,139); }
H1.HeaderClassName
{
color: #74788B;
}
.AnyTagClassName
{
color: #74788B;
}
</style>
background-color css
<style>
a { background-color: #74788B; }
a { background-color: rgb(116,120,139); }
div.DivClassName
{
background-color: #74788B;
}
.BgClassName
{
background-color: #74788B;
}
</style>
border-color css
<style>
span { border-color: #74788B; }
span { border-color: rgb(116,120,139); }
td.TdClassName
{
border-color: #74788B;
}
.TagClassName
{
border-color: #74788B;
}
</style>