Shades of Regent Grey #717D7F
Tints of Regent Grey #717D7F
RGB
CMYK
RGB Variations
Color information
#717D7F (or 0x717D7F) is known color: Regent Grey. HEX triplet: 71, 7D and 7F. RGB value is (113,125,127). Sum of RGB (Red+Green+Blue) = 113+125+127=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 127 - color contains mainly: blue. Hex color #717D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D7F is #8E8280. Grayscale: #797979. Windows color (decimal): -9339521 or 8355185. OLE color: 8355185.
HSL color Cylindrical-coordinate representation of color #717D7F: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717D7F is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 125 | 127 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.50 |
| HSL | 188.57º | 0.06% | 0.47% | - |
| HSV(B) | 188.57º | 0.11% | 0.5% | - |
| XYZ | 17.97 | 19.71 | 22.94 | - |
| YUV | 121.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 127 | 0.11 | 0.02 | 0 | 0.50 | 188.57 | 0.06 | 0.47 |
| Hex | 71 | 7D | 7F | B | 2 | 0 | 32 | BD | 6 | 2F |
| Octal | 161 | 175 | 177 | 13 | 2 | 0 | 62 | 275 | 6 | 57 |
| Binary | 1110001 | 1111101 | 1111111 | 1011 | 10 | 0 | 110010 | 10111101 | 110 | 101111 |
Color Harmonies of #717D7F
Complementary color
Monochromatic Colors of #717D7F
Black with #717D7F
Text Example
Text Example
White with #717D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D7F; }
p { color: rgb(113,125,127); }
H1.HeaderClassName
{
color: #717D7F;
}
.AnyTagClassName
{
color: #717D7F;
}
</style>
background-color css
<style>
a { background-color: #717D7F; }
a { background-color: rgb(113,125,127); }
div.DivClassName
{
background-color: #717D7F;
}
.BgClassName
{
background-color: #717D7F;
}
</style>
border-color css
<style>
span { border-color: #717D7F; }
span { border-color: rgb(113,125,127); }
td.TdClassName
{
border-color: #717D7F;
}
.TagClassName
{
border-color: #717D7F;
}
</style>