Shades of Storm Grey #747685
Tints of Storm Grey #747685
RGB
CMYK
RGB Variations
Color information
#747685 (or 0x747685) is known color: Storm Grey. HEX triplet: 74, 76 and 85. RGB value is (116,118,133). Sum of RGB (Red+Green+Blue) = 116+118+133=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #747685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747685 is #8B897A. Grayscale: #777777. Windows color (decimal): -9144699 or 8746612. OLE color: 8746612.
HSL color Cylindrical-coordinate representation of color #747685: hue angle of 232.94º 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 #747685 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 118 | 133 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.48 |
| HSL | 232.94º | 0.07% | 0.49% | - |
| HSV(B) | 232.94º | 0.13% | 0.52% | - |
| XYZ | 17.91 | 18.36 | 24.79 | - |
| YUV | 119.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 133 | 0.13 | 0.11 | 0 | 0.48 | 232.94 | 0.07 | 0.49 |
| Hex | 74 | 76 | 85 | D | B | 0 | 30 | E9 | 7 | 31 |
| Octal | 164 | 166 | 205 | 15 | 13 | 0 | 60 | 351 | 7 | 61 |
| Binary | 1110100 | 1110110 | 10000101 | 1101 | 1011 | 0 | 110000 | 11101001 | 111 | 110001 |
Color Harmonies of #747685
Complementary color
Monochromatic Colors of #747685
Black with #747685
Text Example
Text Example
White with #747685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747685; }
p { color: rgb(116,118,133); }
H1.HeaderClassName
{
color: #747685;
}
.AnyTagClassName
{
color: #747685;
}
</style>
background-color css
<style>
a { background-color: #747685; }
a { background-color: rgb(116,118,133); }
div.DivClassName
{
background-color: #747685;
}
.BgClassName
{
background-color: #747685;
}
</style>
border-color css
<style>
span { border-color: #747685; }
span { border-color: rgb(116,118,133); }
td.TdClassName
{
border-color: #747685;
}
.TagClassName
{
border-color: #747685;
}
</style>