Shades of Slate Grey #727F8E
Tints of Slate Grey #727F8E
RGB
CMYK
RGB Variations
Color information
#727F8E (or 0x727F8E) is known color: Slate Grey. HEX triplet: 72, 7F and 8E. RGB value is (114,127,142). Sum of RGB (Red+Green+Blue) = 114+127+142=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #727F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F8E is #8D8071. Grayscale: #7C7C7C. Windows color (decimal): -9273458 or 9338738. OLE color: 9338738.
HSL color Cylindrical-coordinate representation of color #727F8E: hue angle of 212.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #727F8E is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 127 | 142 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.44 |
| HSL | 212.14º | 0.11% | 0.5% | - |
| HSV(B) | 212.14º | 0.2% | 0.56% | - |
| XYZ | 19.41 | 20.71 | 28.57 | - |
| YUV | 124.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 142 | 0.20 | 0.11 | 0 | 0.44 | 212.14 | 0.11 | 0.5 |
| Hex | 72 | 7F | 8E | 14 | B | 0 | 2C | D4 | B | 32 |
| Octal | 162 | 177 | 216 | 24 | 13 | 0 | 54 | 324 | 13 | 62 |
| Binary | 1110010 | 1111111 | 10001110 | 10100 | 1011 | 0 | 101100 | 11010100 | 1011 | 110010 |
Color Harmonies of #727F8E
Complementary color
Monochromatic Colors of #727F8E
Black with #727F8E
Text Example
Text Example
White with #727F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F8E; }
p { color: rgb(114,127,142); }
H1.HeaderClassName
{
color: #727F8E;
}
.AnyTagClassName
{
color: #727F8E;
}
</style>
background-color css
<style>
a { background-color: #727F8E; }
a { background-color: rgb(114,127,142); }
div.DivClassName
{
background-color: #727F8E;
}
.BgClassName
{
background-color: #727F8E;
}
</style>
border-color css
<style>
span { border-color: #727F8E; }
span { border-color: rgb(114,127,142); }
td.TdClassName
{
border-color: #727F8E;
}
.TagClassName
{
border-color: #727F8E;
}
</style>