Shades of Regent Grey #708286
Tints of Regent Grey #708286
RGB
CMYK
RGB Variations
Color information
#708286 (or 0x708286) is known color: Regent Grey. HEX triplet: 70, 82 and 86. RGB value is (112,130,134). Sum of RGB (Red+Green+Blue) = 112+130+134=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #708286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708286 is #8F7D79. Grayscale: #7D7D7D. Windows color (decimal): -9403770 or 8815216. OLE color: 8815216.
HSL color Cylindrical-coordinate representation of color #708286: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708286 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 130 | 134 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.47 |
| HSL | 190.91º | 0.09% | 0.48% | - |
| HSV(B) | 190.91º | 0.16% | 0.53% | - |
| XYZ | 18.97 | 21.13 | 25.63 | - |
| YUV | 125.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 134 | 0.16 | 0.03 | 0 | 0.47 | 190.91 | 0.09 | 0.48 |
| Hex | 70 | 82 | 86 | 10 | 3 | 0 | 2F | BF | 9 | 30 |
| Octal | 160 | 202 | 206 | 20 | 3 | 0 | 57 | 277 | 11 | 60 |
| Binary | 1110000 | 10000010 | 10000110 | 10000 | 11 | 0 | 101111 | 10111111 | 1001 | 110000 |
Color Harmonies of #708286
Complementary color
Monochromatic Colors of #708286
Black with #708286
Text Example
Text Example
White with #708286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708286; }
p { color: rgb(112,130,134); }
H1.HeaderClassName
{
color: #708286;
}
.AnyTagClassName
{
color: #708286;
}
</style>
background-color css
<style>
a { background-color: #708286; }
a { background-color: rgb(112,130,134); }
div.DivClassName
{
background-color: #708286;
}
.BgClassName
{
background-color: #708286;
}
</style>
border-color css
<style>
span { border-color: #708286; }
span { border-color: rgb(112,130,134); }
td.TdClassName
{
border-color: #708286;
}
.TagClassName
{
border-color: #708286;
}
</style>