Shades of Storm Grey #73747B
Tints of Storm Grey #73747B
RGB
CMYK
RGB Variations
Color information
#73747B (or 0x73747B) is known color: Storm Grey. HEX triplet: 73, 74 and 7B. RGB value is (115,116,123). Sum of RGB (Red+Green+Blue) = 115+116+123=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #73747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73747B is #8C8B84. Grayscale: #747474. Windows color (decimal): -9210757 or 8090739. OLE color: 8090739.
HSL color Cylindrical-coordinate representation of color #73747B: hue angle of 232.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #73747B is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 116 | 123 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.52 |
| HSL | 232.5º | 0.03% | 0.47% | - |
| HSV(B) | 232.5º | 0.07% | 0.48% | - |
| XYZ | 16.89 | 17.57 | 21.24 | - |
| YUV | 116.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 123 | 0.07 | 0.06 | 0 | 0.52 | 232.5 | 0.03 | 0.47 |
| Hex | 73 | 74 | 7B | 7 | 6 | 0 | 34 | E8 | 3 | 2F |
| Octal | 163 | 164 | 173 | 7 | 6 | 0 | 64 | 350 | 3 | 57 |
| Binary | 1110011 | 1110100 | 1111011 | 111 | 110 | 0 | 110100 | 11101000 | 11 | 101111 |
Color Harmonies of #73747B
Complementary color
Monochromatic Colors of #73747B
Black with #73747B
Text Example
Text Example
White with #73747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73747B; }
p { color: rgb(115,116,123); }
H1.HeaderClassName
{
color: #73747B;
}
.AnyTagClassName
{
color: #73747B;
}
</style>
background-color css
<style>
a { background-color: #73747B; }
a { background-color: rgb(115,116,123); }
div.DivClassName
{
background-color: #73747B;
}
.BgClassName
{
background-color: #73747B;
}
</style>
border-color css
<style>
span { border-color: #73747B; }
span { border-color: rgb(115,116,123); }
td.TdClassName
{
border-color: #73747B;
}
.TagClassName
{
border-color: #73747B;
}
</style>