Shades of Regent Grey #717E82
Tints of Regent Grey #717E82
RGB
CMYK
RGB Variations
Color information
#717E82 (or 0x717E82) is known color: Regent Grey. HEX triplet: 71, 7E and 82. RGB value is (113,126,130). Sum of RGB (Red+Green+Blue) = 113+126+130=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 130 - color contains mainly: blue. Hex color #717E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717E82 is #8E817D. Grayscale: #7A7A7A. Windows color (decimal): -9339262 or 8552049. OLE color: 8552049.
HSL color Cylindrical-coordinate representation of color #717E82: hue angle of 194.12º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #717E82 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 126 | 130 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.49 |
| HSL | 194.12º | 0.07% | 0.48% | - |
| HSV(B) | 194.12º | 0.13% | 0.51% | - |
| XYZ | 18.3 | 20.04 | 24.02 | - |
| YUV | 122.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 126 | 130 | 0.13 | 0.03 | 0 | 0.49 | 194.12 | 0.07 | 0.48 |
| Hex | 71 | 7E | 82 | D | 3 | 0 | 31 | C2 | 7 | 30 |
| Octal | 161 | 176 | 202 | 15 | 3 | 0 | 61 | 302 | 7 | 60 |
| Binary | 1110001 | 1111110 | 10000010 | 1101 | 11 | 0 | 110001 | 11000010 | 111 | 110000 |
Color Harmonies of #717E82
Complementary color
Monochromatic Colors of #717E82
Black with #717E82
Text Example
Text Example
White with #717E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717E82; }
p { color: rgb(113,126,130); }
H1.HeaderClassName
{
color: #717E82;
}
.AnyTagClassName
{
color: #717E82;
}
</style>
background-color css
<style>
a { background-color: #717E82; }
a { background-color: rgb(113,126,130); }
div.DivClassName
{
background-color: #717E82;
}
.BgClassName
{
background-color: #717E82;
}
</style>
border-color css
<style>
span { border-color: #717E82; }
span { border-color: rgb(113,126,130); }
td.TdClassName
{
border-color: #717E82;
}
.TagClassName
{
border-color: #717E82;
}
</style>