Shades of Slate Grey #727E91
Tints of Slate Grey #727E91
RGB
CMYK
RGB Variations
Color information
#727E91 (or 0x727E91) is known color: Slate Grey. HEX triplet: 72, 7E and 91. RGB value is (114,126,145). Sum of RGB (Red+Green+Blue) = 114+126+145=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #727E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E91 is #8D816E. Grayscale: #7C7C7C. Windows color (decimal): -9273711 or 9535090. OLE color: 9535090.
HSL color Cylindrical-coordinate representation of color #727E91: hue angle of 216.77º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #727E91 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 126 | 145 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.43 |
| HSL | 216.77º | 0.12% | 0.51% | - |
| HSV(B) | 216.77º | 0.21% | 0.57% | - |
| XYZ | 19.51 | 20.54 | 29.73 | - |
| YUV | 124.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 145 | 0.21 | 0.13 | 0 | 0.43 | 216.77 | 0.12 | 0.51 |
| Hex | 72 | 7E | 91 | 15 | D | 0 | 2B | D9 | C | 33 |
| Octal | 162 | 176 | 221 | 25 | 15 | 0 | 53 | 331 | 14 | 63 |
| Binary | 1110010 | 1111110 | 10010001 | 10101 | 1101 | 0 | 101011 | 11011001 | 1100 | 110011 |
Color Harmonies of #727E91
Complementary color
Monochromatic Colors of #727E91
Black with #727E91
Text Example
Text Example
White with #727E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727E91; }
p { color: rgb(114,126,145); }
H1.HeaderClassName
{
color: #727E91;
}
.AnyTagClassName
{
color: #727E91;
}
</style>
background-color css
<style>
a { background-color: #727E91; }
a { background-color: rgb(114,126,145); }
div.DivClassName
{
background-color: #727E91;
}
.BgClassName
{
background-color: #727E91;
}
</style>
border-color css
<style>
span { border-color: #727E91; }
span { border-color: rgb(114,126,145); }
td.TdClassName
{
border-color: #727E91;
}
.TagClassName
{
border-color: #727E91;
}
</style>