Shades of Storm Grey #727B8A
Tints of Storm Grey #727B8A
RGB
CMYK
RGB Variations
Color information
#727B8A (or 0x727B8A) is known color: Storm Grey. HEX triplet: 72, 7B and 8A. RGB value is (114,123,138). Sum of RGB (Red+Green+Blue) = 114+123+138=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #727B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B8A is #8D8475. Grayscale: #797979. Windows color (decimal): -9274486 or 9075570. OLE color: 9075570.
HSL color Cylindrical-coordinate representation of color #727B8A: hue angle of 217.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #727B8A is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 123 | 138 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.46 |
| HSL | 217.5º | 0.1% | 0.49% | - |
| HSV(B) | 217.5º | 0.17% | 0.54% | - |
| XYZ | 18.61 | 19.58 | 26.84 | - |
| YUV | 122.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 138 | 0.17 | 0.11 | 0 | 0.46 | 217.5 | 0.1 | 0.49 |
| Hex | 72 | 7B | 8A | 11 | B | 0 | 2E | DA | A | 31 |
| Octal | 162 | 173 | 212 | 21 | 13 | 0 | 56 | 332 | 12 | 61 |
| Binary | 1110010 | 1111011 | 10001010 | 10001 | 1011 | 0 | 101110 | 11011010 | 1010 | 110001 |
Color Harmonies of #727B8A
Complementary color
Monochromatic Colors of #727B8A
Black with #727B8A
Text Example
Text Example
White with #727B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B8A; }
p { color: rgb(114,123,138); }
H1.HeaderClassName
{
color: #727B8A;
}
.AnyTagClassName
{
color: #727B8A;
}
</style>
background-color css
<style>
a { background-color: #727B8A; }
a { background-color: rgb(114,123,138); }
div.DivClassName
{
background-color: #727B8A;
}
.BgClassName
{
background-color: #727B8A;
}
</style>
border-color css
<style>
span { border-color: #727B8A; }
span { border-color: rgb(114,123,138); }
td.TdClassName
{
border-color: #727B8A;
}
.TagClassName
{
border-color: #727B8A;
}
</style>