Shades of Storm Grey #6D727E
Tints of Storm Grey #6D727E
RGB
CMYK
RGB Variations
Color information
#6D727E (or 0x6D727E) is known color: Storm Grey. HEX triplet: 6D, 72 and 7E. RGB value is (109,114,126). Sum of RGB (Red+Green+Blue) = 109+114+126=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D727E is #928D81. Grayscale: #717171. Windows color (decimal): -9604482 or 8286829. OLE color: 8286829.
HSL color Cylindrical-coordinate representation of color #6D727E: hue angle of 222.35º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D727E is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 114 | 126 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.51 |
| HSL | 222.35º | 0.07% | 0.46% | - |
| HSV(B) | 222.35º | 0.13% | 0.49% | - |
| XYZ | 16.09 | 16.79 | 22.13 | - |
| YUV | 113.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 126 | 0.13 | 0.10 | 0 | 0.51 | 222.35 | 0.07 | 0.46 |
| Hex | 6D | 72 | 7E | D | A | 0 | 33 | DE | 7 | 2E |
| Octal | 155 | 162 | 176 | 15 | 12 | 0 | 63 | 336 | 7 | 56 |
| Binary | 1101101 | 1110010 | 1111110 | 1101 | 1010 | 0 | 110011 | 11011110 | 111 | 101110 |
Color Harmonies of #6D727E
Complementary color
Monochromatic Colors of #6D727E
Black with #6D727E
Text Example
Text Example
White with #6D727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D727E; }
p { color: rgb(109,114,126); }
H1.HeaderClassName
{
color: #6D727E;
}
.AnyTagClassName
{
color: #6D727E;
}
</style>
background-color css
<style>
a { background-color: #6D727E; }
a { background-color: rgb(109,114,126); }
div.DivClassName
{
background-color: #6D727E;
}
.BgClassName
{
background-color: #6D727E;
}
</style>
border-color css
<style>
span { border-color: #6D727E; }
span { border-color: rgb(109,114,126); }
td.TdClassName
{
border-color: #6D727E;
}
.TagClassName
{
border-color: #6D727E;
}
</style>