Shades of Regent Grey #727C7D
Tints of Regent Grey #727C7D
RGB
CMYK
RGB Variations
Color information
#727C7D (or 0x727C7D) is known color: Regent Grey. HEX triplet: 72, 7C and 7D. RGB value is (114,124,125). Sum of RGB (Red+Green+Blue) = 114+124+125=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 125 - color contains mainly: blue. Hex color #727C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C7D is #8D8382. Grayscale: #797979. Windows color (decimal): -9274243 or 8223858. OLE color: 8223858.
HSL color Cylindrical-coordinate representation of color #727C7D: hue angle of 185.45º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #727C7D is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 125 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.51 |
| HSL | 185.45º | 0.05% | 0.47% | - |
| HSV(B) | 185.45º | 0.09% | 0.49% | - |
| XYZ | 17.85 | 19.47 | 22.22 | - |
| YUV | 121.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 125 | 0.09 | 0.01 | 0 | 0.51 | 185.45 | 0.05 | 0.47 |
| Hex | 72 | 7C | 7D | 9 | 1 | 0 | 33 | B9 | 5 | 2F |
| Octal | 162 | 174 | 175 | 11 | 1 | 0 | 63 | 271 | 5 | 57 |
| Binary | 1110010 | 1111100 | 1111101 | 1001 | 1 | 0 | 110011 | 10111001 | 101 | 101111 |
Color Harmonies of #727C7D
Complementary color
Monochromatic Colors of #727C7D
Black with #727C7D
Text Example
Text Example
White with #727C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C7D; }
p { color: rgb(114,124,125); }
H1.HeaderClassName
{
color: #727C7D;
}
.AnyTagClassName
{
color: #727C7D;
}
</style>
background-color css
<style>
a { background-color: #727C7D; }
a { background-color: rgb(114,124,125); }
div.DivClassName
{
background-color: #727C7D;
}
.BgClassName
{
background-color: #727C7D;
}
</style>
border-color css
<style>
span { border-color: #727C7D; }
span { border-color: rgb(114,124,125); }
td.TdClassName
{
border-color: #727C7D;
}
.TagClassName
{
border-color: #727C7D;
}
</style>