Shades of Slate Grey #727D8B
Tints of Slate Grey #727D8B
RGB
CMYK
RGB Variations
Color information
#727D8B (or 0x727D8B) is known color: Slate Grey. HEX triplet: 72, 7D and 8B. RGB value is (114,125,139). Sum of RGB (Red+Green+Blue) = 114+125+139=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #727D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727D8B is #8D8274. Grayscale: #7B7B7B. Windows color (decimal): -9273973 or 9141618. OLE color: 9141618.
HSL color Cylindrical-coordinate representation of color #727D8B: hue angle of 213.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #727D8B is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 125 | 139 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.45 |
| HSL | 213.6º | 0.1% | 0.5% | - |
| HSV(B) | 213.6º | 0.18% | 0.55% | - |
| XYZ | 18.93 | 20.11 | 27.31 | - |
| YUV | 123.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 139 | 0.18 | 0.10 | 0 | 0.45 | 213.6 | 0.1 | 0.5 |
| Hex | 72 | 7D | 8B | 12 | A | 0 | 2D | D6 | A | 32 |
| Octal | 162 | 175 | 213 | 22 | 12 | 0 | 55 | 326 | 12 | 62 |
| Binary | 1110010 | 1111101 | 10001011 | 10010 | 1010 | 0 | 101101 | 11010110 | 1010 | 110010 |
Color Harmonies of #727D8B
Complementary color
Monochromatic Colors of #727D8B
Black with #727D8B
Text Example
Text Example
White with #727D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727D8B; }
p { color: rgb(114,125,139); }
H1.HeaderClassName
{
color: #727D8B;
}
.AnyTagClassName
{
color: #727D8B;
}
</style>
background-color css
<style>
a { background-color: #727D8B; }
a { background-color: rgb(114,125,139); }
div.DivClassName
{
background-color: #727D8B;
}
.BgClassName
{
background-color: #727D8B;
}
</style>
border-color css
<style>
span { border-color: #727D8B; }
span { border-color: rgb(114,125,139); }
td.TdClassName
{
border-color: #727D8B;
}
.TagClassName
{
border-color: #727D8B;
}
</style>