Shades of Storm Grey #74758B
Tints of Storm Grey #74758B
RGB
CMYK
RGB Variations
Color information
#74758B (or 0x74758B) is known color: Storm Grey. HEX triplet: 74, 75 and 8B. RGB value is (116,117,139). Sum of RGB (Red+Green+Blue) = 116+117+139=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #74758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74758B is #8B8A74. Grayscale: #777777. Windows color (decimal): -9144949 or 9139572. OLE color: 9139572.
HSL color Cylindrical-coordinate representation of color #74758B: hue angle of 237.39º 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 #74758B is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 117 | 139 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.45 |
| HSL | 237.39º | 0.09% | 0.5% | - |
| HSV(B) | 237.39º | 0.17% | 0.55% | - |
| XYZ | 18.22 | 18.3 | 27 | - |
| YUV | 119.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 139 | 0.17 | 0.16 | 0 | 0.45 | 237.39 | 0.09 | 0.5 |
| Hex | 74 | 75 | 8B | 11 | 10 | 0 | 2D | ED | 9 | 32 |
| Octal | 164 | 165 | 213 | 21 | 20 | 0 | 55 | 355 | 11 | 62 |
| Binary | 1110100 | 1110101 | 10001011 | 10001 | 10000 | 0 | 101101 | 11101101 | 1001 | 110010 |
Color Harmonies of #74758B
Complementary color
Monochromatic Colors of #74758B
Black with #74758B
Text Example
Text Example
White with #74758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74758B; }
p { color: rgb(116,117,139); }
H1.HeaderClassName
{
color: #74758B;
}
.AnyTagClassName
{
color: #74758B;
}
</style>
background-color css
<style>
a { background-color: #74758B; }
a { background-color: rgb(116,117,139); }
div.DivClassName
{
background-color: #74758B;
}
.BgClassName
{
background-color: #74758B;
}
</style>
border-color css
<style>
span { border-color: #74758B; }
span { border-color: rgb(116,117,139); }
td.TdClassName
{
border-color: #74758B;
}
.TagClassName
{
border-color: #74758B;
}
</style>