Shades of Slate Grey #727B84
Tints of Slate Grey #727B84
RGB
CMYK
RGB Variations
Color information
#727B84 (or 0x727B84) is known color: Slate Grey. HEX triplet: 72, 7B and 84. RGB value is (114,123,132). Sum of RGB (Red+Green+Blue) = 114+123+132=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #727B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727B84 is #8D847B. Grayscale: #797979. Windows color (decimal): -9274492 or 8682354. OLE color: 8682354.
HSL color Cylindrical-coordinate representation of color #727B84: hue angle of 210º degrees, saturation: 0.07, 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 #727B84 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 123 | 132 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.48 |
| HSL | 210º | 0.07% | 0.48% | - |
| HSV(B) | 210º | 0.14% | 0.52% | - |
| XYZ | 18.19 | 19.41 | 24.62 | - |
| YUV | 121.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 132 | 0.14 | 0.07 | 0 | 0.48 | 210 | 0.07 | 0.48 |
| Hex | 72 | 7B | 84 | E | 7 | 0 | 30 | D2 | 7 | 30 |
| Octal | 162 | 173 | 204 | 16 | 7 | 0 | 60 | 322 | 7 | 60 |
| Binary | 1110010 | 1111011 | 10000100 | 1110 | 111 | 0 | 110000 | 11010010 | 111 | 110000 |
Color Harmonies of #727B84
Complementary color
Monochromatic Colors of #727B84
Black with #727B84
Text Example
Text Example
White with #727B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B84; }
p { color: rgb(114,123,132); }
H1.HeaderClassName
{
color: #727B84;
}
.AnyTagClassName
{
color: #727B84;
}
</style>
background-color css
<style>
a { background-color: #727B84; }
a { background-color: rgb(114,123,132); }
div.DivClassName
{
background-color: #727B84;
}
.BgClassName
{
background-color: #727B84;
}
</style>
border-color css
<style>
span { border-color: #727B84; }
span { border-color: rgb(114,123,132); }
td.TdClassName
{
border-color: #727B84;
}
.TagClassName
{
border-color: #727B84;
}
</style>