Shades of Regent Grey #717E83
Tints of Regent Grey #717E83
RGB
CMYK
RGB Variations
Color information
#717E83 (or 0x717E83) is known color: Regent Grey. HEX triplet: 71, 7E and 83. RGB value is (113,126,131). Sum of RGB (Red+Green+Blue) = 113+126+131=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 131 - color contains mainly: blue. Hex color #717E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E83 is #8E817C. Grayscale: #7A7A7A. Windows color (decimal): -9339261 or 8617585. OLE color: 8617585.
HSL color Cylindrical-coordinate representation of color #717E83: hue angle of 196.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #717E83 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 126 | 131 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.49 |
| HSL | 196.67º | 0.07% | 0.48% | - |
| HSV(B) | 196.67º | 0.14% | 0.51% | - |
| XYZ | 18.37 | 20.07 | 24.38 | - |
| YUV | 122.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 131 | 0.14 | 0.04 | 0 | 0.49 | 196.67 | 0.07 | 0.48 |
| Hex | 71 | 7E | 83 | E | 4 | 0 | 31 | C5 | 7 | 30 |
| Octal | 161 | 176 | 203 | 16 | 4 | 0 | 61 | 305 | 7 | 60 |
| Binary | 1110001 | 1111110 | 10000011 | 1110 | 100 | 0 | 110001 | 11000101 | 111 | 110000 |
Color Harmonies of #717E83
Complementary color
Monochromatic Colors of #717E83
Black with #717E83
Text Example
Text Example
White with #717E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E83; }
p { color: rgb(113,126,131); }
H1.HeaderClassName
{
color: #717E83;
}
.AnyTagClassName
{
color: #717E83;
}
</style>
background-color css
<style>
a { background-color: #717E83; }
a { background-color: rgb(113,126,131); }
div.DivClassName
{
background-color: #717E83;
}
.BgClassName
{
background-color: #717E83;
}
</style>
border-color css
<style>
span { border-color: #717E83; }
span { border-color: rgb(113,126,131); }
td.TdClassName
{
border-color: #717E83;
}
.TagClassName
{
border-color: #717E83;
}
</style>