Shades of Regent Grey #717E80
Tints of Regent Grey #717E80
RGB
CMYK
RGB Variations
Color information
#717E80 (or 0x717E80) is known color: Regent Grey. HEX triplet: 71, 7E and 80. RGB value is (113,126,128). Sum of RGB (Red+Green+Blue) = 113+126+128=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 128 - color contains mainly: blue. Hex color #717E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E80 is #8E817F. Grayscale: #7A7A7A. Windows color (decimal): -9339264 or 8420977. OLE color: 8420977.
HSL color Cylindrical-coordinate representation of color #717E80: hue angle of 188º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #717E80 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 126 | 128 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.50 |
| HSL | 188º | 0.06% | 0.47% | - |
| HSV(B) | 188º | 0.12% | 0.5% | - |
| XYZ | 18.17 | 19.99 | 23.32 | - |
| YUV | 122.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 128 | 0.12 | 0.02 | 0 | 0.50 | 188 | 0.06 | 0.47 |
| Hex | 71 | 7E | 80 | C | 2 | 0 | 32 | BC | 6 | 2F |
| Octal | 161 | 176 | 200 | 14 | 2 | 0 | 62 | 274 | 6 | 57 |
| Binary | 1110001 | 1111110 | 10000000 | 1100 | 10 | 0 | 110010 | 10111100 | 110 | 101111 |
Color Harmonies of #717E80
Complementary color
Monochromatic Colors of #717E80
Black with #717E80
Text Example
Text Example
White with #717E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E80; }
p { color: rgb(113,126,128); }
H1.HeaderClassName
{
color: #717E80;
}
.AnyTagClassName
{
color: #717E80;
}
</style>
background-color css
<style>
a { background-color: #717E80; }
a { background-color: rgb(113,126,128); }
div.DivClassName
{
background-color: #717E80;
}
.BgClassName
{
background-color: #717E80;
}
</style>
border-color css
<style>
span { border-color: #717E80; }
span { border-color: rgb(113,126,128); }
td.TdClassName
{
border-color: #717E80;
}
.TagClassName
{
border-color: #717E80;
}
</style>