Shades of Slate Grey #727F8B
Tints of Slate Grey #727F8B
RGB
CMYK
RGB Variations
Color information
#727F8B (or 0x727F8B) is known color: Slate Grey. HEX triplet: 72, 7F and 8B. RGB value is (114,127,139). Sum of RGB (Red+Green+Blue) = 114+127+139=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #727F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F8B is #8D8074. Grayscale: #7C7C7C. Windows color (decimal): -9273461 or 9142130. OLE color: 9142130.
HSL color Cylindrical-coordinate representation of color #727F8B: hue angle of 208.8º 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 #727F8B is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 127 | 139 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.45 |
| HSL | 208.8º | 0.1% | 0.5% | - |
| HSV(B) | 208.8º | 0.18% | 0.55% | - |
| XYZ | 19.19 | 20.62 | 27.39 | - |
| YUV | 124.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 139 | 0.18 | 0.09 | 0 | 0.45 | 208.8 | 0.1 | 0.5 |
| Hex | 72 | 7F | 8B | 12 | 9 | 0 | 2D | D1 | A | 32 |
| Octal | 162 | 177 | 213 | 22 | 11 | 0 | 55 | 321 | 12 | 62 |
| Binary | 1110010 | 1111111 | 10001011 | 10010 | 1001 | 0 | 101101 | 11010001 | 1010 | 110010 |
Color Harmonies of #727F8B
Complementary color
Monochromatic Colors of #727F8B
Black with #727F8B
Text Example
Text Example
White with #727F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F8B; }
p { color: rgb(114,127,139); }
H1.HeaderClassName
{
color: #727F8B;
}
.AnyTagClassName
{
color: #727F8B;
}
</style>
background-color css
<style>
a { background-color: #727F8B; }
a { background-color: rgb(114,127,139); }
div.DivClassName
{
background-color: #727F8B;
}
.BgClassName
{
background-color: #727F8B;
}
</style>
border-color css
<style>
span { border-color: #727F8B; }
span { border-color: rgb(114,127,139); }
td.TdClassName
{
border-color: #727F8B;
}
.TagClassName
{
border-color: #727F8B;
}
</style>