Shades of Regent Grey #708489
Tints of Regent Grey #708489
RGB
CMYK
RGB Variations
Color information
#708489 (or 0x708489) is known color: Regent Grey. HEX triplet: 70, 84 and 89. RGB value is (112,132,137). Sum of RGB (Red+Green+Blue) = 112+132+137=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 137 - color contains mainly: blue. Hex color #708489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708489 is #8F7B76. Grayscale: #7E7E7E. Windows color (decimal): -9403255 or 9012336. OLE color: 9012336.
HSL color Cylindrical-coordinate representation of color #708489: hue angle of 192º 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 #708489 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 132 | 137 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.46 |
| HSL | 192º | 0.1% | 0.49% | - |
| HSV(B) | 192º | 0.18% | 0.54% | - |
| XYZ | 19.45 | 21.75 | 26.84 | - |
| YUV | 126.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 137 | 0.18 | 0.04 | 0 | 0.46 | 192 | 0.1 | 0.49 |
| Hex | 70 | 84 | 89 | 12 | 4 | 0 | 2E | C0 | A | 31 |
| Octal | 160 | 204 | 211 | 22 | 4 | 0 | 56 | 300 | 12 | 61 |
| Binary | 1110000 | 10000100 | 10001001 | 10010 | 100 | 0 | 101110 | 11000000 | 1010 | 110001 |
Color Harmonies of #708489
Complementary color
Monochromatic Colors of #708489
Black with #708489
Text Example
Text Example
White with #708489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708489; }
p { color: rgb(112,132,137); }
H1.HeaderClassName
{
color: #708489;
}
.AnyTagClassName
{
color: #708489;
}
</style>
background-color css
<style>
a { background-color: #708489; }
a { background-color: rgb(112,132,137); }
div.DivClassName
{
background-color: #708489;
}
.BgClassName
{
background-color: #708489;
}
</style>
border-color css
<style>
span { border-color: #708489; }
span { border-color: rgb(112,132,137); }
td.TdClassName
{
border-color: #708489;
}
.TagClassName
{
border-color: #708489;
}
</style>