Shades of Slate Grey #727C85
Tints of Slate Grey #727C85
RGB
CMYK
RGB Variations
Color information
#727C85 (or 0x727C85) is known color: Slate Grey. HEX triplet: 72, 7C and 85. RGB value is (114,124,133). Sum of RGB (Red+Green+Blue) = 114+124+133=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #727C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C85 is #8D837A. Grayscale: #797979. Windows color (decimal): -9274235 or 8748146. OLE color: 8748146.
HSL color Cylindrical-coordinate representation of color #727C85: hue angle of 208.42º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727C85 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 124 | 133 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.48 |
| HSL | 208.42º | 0.08% | 0.48% | - |
| HSV(B) | 208.42º | 0.14% | 0.52% | - |
| XYZ | 18.38 | 19.69 | 25.02 | - |
| YUV | 122.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 133 | 0.14 | 0.07 | 0 | 0.48 | 208.42 | 0.08 | 0.48 |
| Hex | 72 | 7C | 85 | E | 7 | 0 | 30 | D0 | 8 | 30 |
| Octal | 162 | 174 | 205 | 16 | 7 | 0 | 60 | 320 | 10 | 60 |
| Binary | 1110010 | 1111100 | 10000101 | 1110 | 111 | 0 | 110000 | 11010000 | 1000 | 110000 |
Color Harmonies of #727C85
Complementary color
Monochromatic Colors of #727C85
Black with #727C85
Text Example
Text Example
White with #727C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C85; }
p { color: rgb(114,124,133); }
H1.HeaderClassName
{
color: #727C85;
}
.AnyTagClassName
{
color: #727C85;
}
</style>
background-color css
<style>
a { background-color: #727C85; }
a { background-color: rgb(114,124,133); }
div.DivClassName
{
background-color: #727C85;
}
.BgClassName
{
background-color: #727C85;
}
</style>
border-color css
<style>
span { border-color: #727C85; }
span { border-color: rgb(114,124,133); }
td.TdClassName
{
border-color: #727C85;
}
.TagClassName
{
border-color: #727C85;
}
</style>