Shades of Storm Grey #747B8A
Tints of Storm Grey #747B8A
RGB
CMYK
RGB Variations
Color information
#747B8A (or 0x747B8A) is known color: Storm Grey. HEX triplet: 74, 7B and 8A. RGB value is (116,123,138). Sum of RGB (Red+Green+Blue) = 116+123+138=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #747B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B8A is #8B8475. Grayscale: #7A7A7A. Windows color (decimal): -9143414 or 9075572. OLE color: 9075572.
HSL color Cylindrical-coordinate representation of color #747B8A: hue angle of 220.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747B8A is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 123 | 138 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.46 |
| HSL | 220.91º | 0.09% | 0.5% | - |
| HSV(B) | 220.91º | 0.16% | 0.54% | - |
| XYZ | 18.87 | 19.71 | 26.86 | - |
| YUV | 122.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 138 | 0.16 | 0.11 | 0 | 0.46 | 220.91 | 0.09 | 0.5 |
| Hex | 74 | 7B | 8A | 10 | B | 0 | 2E | DD | 9 | 32 |
| Octal | 164 | 173 | 212 | 20 | 13 | 0 | 56 | 335 | 11 | 62 |
| Binary | 1110100 | 1111011 | 10001010 | 10000 | 1011 | 0 | 101110 | 11011101 | 1001 | 110010 |
Color Harmonies of #747B8A
Complementary color
Monochromatic Colors of #747B8A
Black with #747B8A
Text Example
Text Example
White with #747B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B8A; }
p { color: rgb(116,123,138); }
H1.HeaderClassName
{
color: #747B8A;
}
.AnyTagClassName
{
color: #747B8A;
}
</style>
background-color css
<style>
a { background-color: #747B8A; }
a { background-color: rgb(116,123,138); }
div.DivClassName
{
background-color: #747B8A;
}
.BgClassName
{
background-color: #747B8A;
}
</style>
border-color css
<style>
span { border-color: #747B8A; }
span { border-color: rgb(116,123,138); }
td.TdClassName
{
border-color: #747B8A;
}
.TagClassName
{
border-color: #747B8A;
}
</style>