Shades of Storm Grey #73767F
Tints of Storm Grey #73767F
RGB
CMYK
RGB Variations
Color information
#73767F (or 0x73767F) is known color: Storm Grey. HEX triplet: 73, 76 and 7F. RGB value is (115,118,127). Sum of RGB (Red+Green+Blue) = 115+118+127=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #73767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73767F is #8C8980. Grayscale: #767676. Windows color (decimal): -9210241 or 8353395. OLE color: 8353395.
HSL color Cylindrical-coordinate representation of color #73767F: hue angle of 225º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73767F is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 118 | 127 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.50 |
| HSL | 225º | 0.05% | 0.47% | - |
| HSV(B) | 225º | 0.09% | 0.5% | - |
| XYZ | 17.38 | 18.13 | 22.66 | - |
| YUV | 118.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 127 | 0.09 | 0.07 | 0 | 0.50 | 225 | 0.05 | 0.47 |
| Hex | 73 | 76 | 7F | 9 | 7 | 0 | 32 | E1 | 5 | 2F |
| Octal | 163 | 166 | 177 | 11 | 7 | 0 | 62 | 341 | 5 | 57 |
| Binary | 1110011 | 1110110 | 1111111 | 1001 | 111 | 0 | 110010 | 11100001 | 101 | 101111 |
Color Harmonies of #73767F
Complementary color
Monochromatic Colors of #73767F
Black with #73767F
Text Example
Text Example
White with #73767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73767F; }
p { color: rgb(115,118,127); }
H1.HeaderClassName
{
color: #73767F;
}
.AnyTagClassName
{
color: #73767F;
}
</style>
background-color css
<style>
a { background-color: #73767F; }
a { background-color: rgb(115,118,127); }
div.DivClassName
{
background-color: #73767F;
}
.BgClassName
{
background-color: #73767F;
}
</style>
border-color css
<style>
span { border-color: #73767F; }
span { border-color: rgb(115,118,127); }
td.TdClassName
{
border-color: #73767F;
}
.TagClassName
{
border-color: #73767F;
}
</style>