Shades of Storm Grey #747B85
Tints of Storm Grey #747B85
RGB
CMYK
RGB Variations
Color information
#747B85 (or 0x747B85) is known color: Storm Grey. HEX triplet: 74, 7B and 85. RGB value is (116,123,133). Sum of RGB (Red+Green+Blue) = 116+123+133=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #747B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B85 is #8B847A. Grayscale: #797979. Windows color (decimal): -9143419 or 8747892. OLE color: 8747892.
HSL color Cylindrical-coordinate representation of color #747B85: hue angle of 215.29º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747B85 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 123 | 133 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.48 |
| HSL | 215.29º | 0.07% | 0.49% | - |
| HSV(B) | 215.29º | 0.13% | 0.52% | - |
| XYZ | 18.52 | 19.57 | 24.99 | - |
| YUV | 122.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 133 | 0.13 | 0.08 | 0 | 0.48 | 215.29 | 0.07 | 0.49 |
| Hex | 74 | 7B | 85 | D | 8 | 0 | 30 | D7 | 7 | 31 |
| Octal | 164 | 173 | 205 | 15 | 10 | 0 | 60 | 327 | 7 | 61 |
| Binary | 1110100 | 1111011 | 10000101 | 1101 | 1000 | 0 | 110000 | 11010111 | 111 | 110001 |
Color Harmonies of #747B85
Complementary color
Monochromatic Colors of #747B85
Black with #747B85
Text Example
Text Example
White with #747B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B85; }
p { color: rgb(116,123,133); }
H1.HeaderClassName
{
color: #747B85;
}
.AnyTagClassName
{
color: #747B85;
}
</style>
background-color css
<style>
a { background-color: #747B85; }
a { background-color: rgb(116,123,133); }
div.DivClassName
{
background-color: #747B85;
}
.BgClassName
{
background-color: #747B85;
}
</style>
border-color css
<style>
span { border-color: #747B85; }
span { border-color: rgb(116,123,133); }
td.TdClassName
{
border-color: #747B85;
}
.TagClassName
{
border-color: #747B85;
}
</style>