Shades of Storm Grey #747588
Tints of Storm Grey #747588
RGB
CMYK
RGB Variations
Color information
#747588 (or 0x747588) is known color: Storm Grey. HEX triplet: 74, 75 and 88. RGB value is (116,117,136). Sum of RGB (Red+Green+Blue) = 116+117+136=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #747588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747588 is #8B8A77. Grayscale: #767676. Windows color (decimal): -9144952 or 8942964. OLE color: 8942964.
HSL color Cylindrical-coordinate representation of color #747588: hue angle of 237º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747588 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 117 | 136 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.47 |
| HSL | 237º | 0.08% | 0.49% | - |
| HSV(B) | 237º | 0.15% | 0.53% | - |
| XYZ | 18.01 | 18.21 | 25.86 | - |
| YUV | 118.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 136 | 0.15 | 0.14 | 0 | 0.47 | 237 | 0.08 | 0.49 |
| Hex | 74 | 75 | 88 | F | E | 0 | 2F | ED | 8 | 31 |
| Octal | 164 | 165 | 210 | 17 | 16 | 0 | 57 | 355 | 10 | 61 |
| Binary | 1110100 | 1110101 | 10001000 | 1111 | 1110 | 0 | 101111 | 11101101 | 1000 | 110001 |
Color Harmonies of #747588
Complementary color
Monochromatic Colors of #747588
Black with #747588
Text Example
Text Example
White with #747588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747588; }
p { color: rgb(116,117,136); }
H1.HeaderClassName
{
color: #747588;
}
.AnyTagClassName
{
color: #747588;
}
</style>
background-color css
<style>
a { background-color: #747588; }
a { background-color: rgb(116,117,136); }
div.DivClassName
{
background-color: #747588;
}
.BgClassName
{
background-color: #747588;
}
</style>
border-color css
<style>
span { border-color: #747588; }
span { border-color: rgb(116,117,136); }
td.TdClassName
{
border-color: #747588;
}
.TagClassName
{
border-color: #747588;
}
</style>