Shades of Storm Grey #73767D
Tints of Storm Grey #73767D
RGB
CMYK
RGB Variations
Color information
#73767D (or 0x73767D) is known color: Storm Grey. HEX triplet: 73, 76 and 7D. RGB value is (115,118,125). Sum of RGB (Red+Green+Blue) = 115+118+125=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 125 - color contains mainly: blue. Hex color #73767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73767D is #8C8982. Grayscale: #757575. Windows color (decimal): -9210243 or 8222323. OLE color: 8222323.
HSL color Cylindrical-coordinate representation of color #73767D: hue angle of 222º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #73767D is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 118 | 125 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.51 |
| HSL | 222º | 0.04% | 0.47% | - |
| HSV(B) | 222º | 0.08% | 0.49% | - |
| XYZ | 17.25 | 18.08 | 21.98 | - |
| YUV | 117.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 125 | 0.08 | 0.06 | 0 | 0.51 | 222 | 0.04 | 0.47 |
| Hex | 73 | 76 | 7D | 8 | 6 | 0 | 33 | DE | 4 | 2F |
| Octal | 163 | 166 | 175 | 10 | 6 | 0 | 63 | 336 | 4 | 57 |
| Binary | 1110011 | 1110110 | 1111101 | 1000 | 110 | 0 | 110011 | 11011110 | 100 | 101111 |
Color Harmonies of #73767D
Complementary color
Monochromatic Colors of #73767D
Black with #73767D
Text Example
Text Example
White with #73767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73767D; }
p { color: rgb(115,118,125); }
H1.HeaderClassName
{
color: #73767D;
}
.AnyTagClassName
{
color: #73767D;
}
</style>
background-color css
<style>
a { background-color: #73767D; }
a { background-color: rgb(115,118,125); }
div.DivClassName
{
background-color: #73767D;
}
.BgClassName
{
background-color: #73767D;
}
</style>
border-color css
<style>
span { border-color: #73767D; }
span { border-color: rgb(115,118,125); }
td.TdClassName
{
border-color: #73767D;
}
.TagClassName
{
border-color: #73767D;
}
</style>