Shades of Storm Grey #7D7F91
Tints of Storm Grey #7D7F91
RGB
CMYK
RGB Variations
Color information
#7D7F91 (or 0x7D7F91) is known color: Storm Grey. HEX triplet: 7D, 7F and 91. RGB value is (125,127,145). Sum of RGB (Red+Green+Blue) = 125+127+145=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D7F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7F91 is #82806E. Grayscale: #808080. Windows color (decimal): -8552559 or 9535357. OLE color: 9535357.
HSL color Cylindrical-coordinate representation of color #7D7F91: hue angle of 234º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D7F91 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 127 | 145 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.43 |
| HSL | 234º | 0.08% | 0.53% | - |
| HSV(B) | 234º | 0.14% | 0.57% | - |
| XYZ | 21.16 | 21.58 | 29.84 | - |
| YUV | 128.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 145 | 0.14 | 0.12 | 0 | 0.43 | 234 | 0.08 | 0.53 |
| Hex | 7D | 7F | 91 | E | C | 0 | 2B | EA | 8 | 35 |
| Octal | 175 | 177 | 221 | 16 | 14 | 0 | 53 | 352 | 10 | 65 |
| Binary | 1111101 | 1111111 | 10010001 | 1110 | 1100 | 0 | 101011 | 11101010 | 1000 | 110101 |
Color Harmonies of #7D7F91
Complementary color
Monochromatic Colors of #7D7F91
Black with #7D7F91
Text Example
Text Example
White with #7D7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7F91; }
p { color: rgb(125,127,145); }
H1.HeaderClassName
{
color: #7D7F91;
}
.AnyTagClassName
{
color: #7D7F91;
}
</style>
background-color css
<style>
a { background-color: #7D7F91; }
a { background-color: rgb(125,127,145); }
div.DivClassName
{
background-color: #7D7F91;
}
.BgClassName
{
background-color: #7D7F91;
}
</style>
border-color css
<style>
span { border-color: #7D7F91; }
span { border-color: rgb(125,127,145); }
td.TdClassName
{
border-color: #7D7F91;
}
.TagClassName
{
border-color: #7D7F91;
}
</style>