Shades of Regent Grey #718289
Tints of Regent Grey #718289
RGB
CMYK
RGB Variations
Color information
#718289 (or 0x718289) is known color: Regent Grey. HEX triplet: 71, 82 and 89. RGB value is (113,130,137). Sum of RGB (Red+Green+Blue) = 113+130+137=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #718289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718289 is #8E7D76. Grayscale: #7D7D7D. Windows color (decimal): -9338231 or 9011825. OLE color: 9011825.
HSL color Cylindrical-coordinate representation of color #718289: hue angle of 197.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718289 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 130 | 137 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.46 |
| HSL | 197.5º | 0.1% | 0.49% | - |
| HSV(B) | 197.5º | 0.18% | 0.54% | - |
| XYZ | 19.31 | 21.28 | 26.76 | - |
| YUV | 125.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 137 | 0.18 | 0.05 | 0 | 0.46 | 197.5 | 0.1 | 0.49 |
| Hex | 71 | 82 | 89 | 12 | 5 | 0 | 2E | C6 | A | 31 |
| Octal | 161 | 202 | 211 | 22 | 5 | 0 | 56 | 306 | 12 | 61 |
| Binary | 1110001 | 10000010 | 10001001 | 10010 | 101 | 0 | 101110 | 11000110 | 1010 | 110001 |
Color Harmonies of #718289
Complementary color
Monochromatic Colors of #718289
Black with #718289
Text Example
Text Example
White with #718289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718289; }
p { color: rgb(113,130,137); }
H1.HeaderClassName
{
color: #718289;
}
.AnyTagClassName
{
color: #718289;
}
</style>
background-color css
<style>
a { background-color: #718289; }
a { background-color: rgb(113,130,137); }
div.DivClassName
{
background-color: #718289;
}
.BgClassName
{
background-color: #718289;
}
</style>
border-color css
<style>
span { border-color: #718289; }
span { border-color: rgb(113,130,137); }
td.TdClassName
{
border-color: #718289;
}
.TagClassName
{
border-color: #718289;
}
</style>