Shades of Slate Grey #727F90
Tints of Slate Grey #727F90
RGB
CMYK
RGB Variations
Color information
#727F90 (or 0x727F90) is known color: Slate Grey. HEX triplet: 72, 7F and 90. RGB value is (114,127,144). Sum of RGB (Red+Green+Blue) = 114+127+144=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #727F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F90 is #8D806F. Grayscale: #7C7C7C. Windows color (decimal): -9273456 or 9469810. OLE color: 9469810.
HSL color Cylindrical-coordinate representation of color #727F90: hue angle of 214º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #727F90 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 127 | 144 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.44 |
| HSL | 214º | 0.12% | 0.51% | - |
| HSV(B) | 214º | 0.21% | 0.56% | - |
| XYZ | 19.56 | 20.77 | 29.36 | - |
| YUV | 125.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 144 | 0.21 | 0.12 | 0 | 0.44 | 214 | 0.12 | 0.51 |
| Hex | 72 | 7F | 90 | 15 | C | 0 | 2C | D6 | C | 33 |
| Octal | 162 | 177 | 220 | 25 | 14 | 0 | 54 | 326 | 14 | 63 |
| Binary | 1110010 | 1111111 | 10010000 | 10101 | 1100 | 0 | 101100 | 11010110 | 1100 | 110011 |
Color Harmonies of #727F90
Complementary color
Monochromatic Colors of #727F90
Black with #727F90
Text Example
Text Example
White with #727F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F90; }
p { color: rgb(114,127,144); }
H1.HeaderClassName
{
color: #727F90;
}
.AnyTagClassName
{
color: #727F90;
}
</style>
background-color css
<style>
a { background-color: #727F90; }
a { background-color: rgb(114,127,144); }
div.DivClassName
{
background-color: #727F90;
}
.BgClassName
{
background-color: #727F90;
}
</style>
border-color css
<style>
span { border-color: #727F90; }
span { border-color: rgb(114,127,144); }
td.TdClassName
{
border-color: #727F90;
}
.TagClassName
{
border-color: #727F90;
}
</style>