Shades of Regent Grey #727F85
Tints of Regent Grey #727F85
RGB
CMYK
RGB Variations
Color information
#727F85 (or 0x727F85) is known color: Regent Grey. HEX triplet: 72, 7F and 85. RGB value is (114,127,133). Sum of RGB (Red+Green+Blue) = 114+127+133=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 133 - color contains mainly: blue. Hex color #727F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F85 is #8D807A. Grayscale: #7B7B7B. Windows color (decimal): -9273467 or 8748914. OLE color: 8748914.
HSL color Cylindrical-coordinate representation of color #727F85: hue angle of 198.95º 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 #727F85 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 127 | 133 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.48 |
| HSL | 198.95º | 0.08% | 0.48% | - |
| HSV(B) | 198.95º | 0.14% | 0.52% | - |
| XYZ | 18.76 | 20.45 | 25.15 | - |
| YUV | 123.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 133 | 0.14 | 0.05 | 0 | 0.48 | 198.95 | 0.08 | 0.48 |
| Hex | 72 | 7F | 85 | E | 5 | 0 | 30 | C7 | 8 | 30 |
| Octal | 162 | 177 | 205 | 16 | 5 | 0 | 60 | 307 | 10 | 60 |
| Binary | 1110010 | 1111111 | 10000101 | 1110 | 101 | 0 | 110000 | 11000111 | 1000 | 110000 |
Color Harmonies of #727F85
Complementary color
Monochromatic Colors of #727F85
Black with #727F85
Text Example
Text Example
White with #727F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F85; }
p { color: rgb(114,127,133); }
H1.HeaderClassName
{
color: #727F85;
}
.AnyTagClassName
{
color: #727F85;
}
</style>
background-color css
<style>
a { background-color: #727F85; }
a { background-color: rgb(114,127,133); }
div.DivClassName
{
background-color: #727F85;
}
.BgClassName
{
background-color: #727F85;
}
</style>
border-color css
<style>
span { border-color: #727F85; }
span { border-color: rgb(114,127,133); }
td.TdClassName
{
border-color: #727F85;
}
.TagClassName
{
border-color: #727F85;
}
</style>