Shades of Regent Grey #717E7F
Tints of Regent Grey #717E7F
RGB
CMYK
RGB Variations
Color information
#717E7F (or 0x717E7F) is known color: Regent Grey. HEX triplet: 71, 7E and 7F. RGB value is (113,126,127). Sum of RGB (Red+Green+Blue) = 113+126+127=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 127 - color contains mainly: blue. Hex color #717E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717E7F is #8E8180. Grayscale: #7A7A7A. Windows color (decimal): -9339265 or 8355441. OLE color: 8355441.
HSL color Cylindrical-coordinate representation of color #717E7F: hue angle of 184.29º 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 #717E7F is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 126 | 127 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.50 |
| HSL | 184.29º | 0.06% | 0.47% | - |
| HSV(B) | 184.29º | 0.11% | 0.5% | - |
| XYZ | 18.1 | 19.96 | 22.98 | - |
| YUV | 122.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 127 | 0.11 | 0.01 | 0 | 0.50 | 184.29 | 0.06 | 0.47 |
| Hex | 71 | 7E | 7F | B | 1 | 0 | 32 | B8 | 6 | 2F |
| Octal | 161 | 176 | 177 | 13 | 1 | 0 | 62 | 270 | 6 | 57 |
| Binary | 1110001 | 1111110 | 1111111 | 1011 | 1 | 0 | 110010 | 10111000 | 110 | 101111 |
Color Harmonies of #717E7F
Complementary color
Monochromatic Colors of #717E7F
Black with #717E7F
Text Example
Text Example
White with #717E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E7F; }
p { color: rgb(113,126,127); }
H1.HeaderClassName
{
color: #717E7F;
}
.AnyTagClassName
{
color: #717E7F;
}
</style>
background-color css
<style>
a { background-color: #717E7F; }
a { background-color: rgb(113,126,127); }
div.DivClassName
{
background-color: #717E7F;
}
.BgClassName
{
background-color: #717E7F;
}
</style>
border-color css
<style>
span { border-color: #717E7F; }
span { border-color: rgb(113,126,127); }
td.TdClassName
{
border-color: #717E7F;
}
.TagClassName
{
border-color: #717E7F;
}
</style>