Shades of Regent Grey #708388
Tints of Regent Grey #708388
RGB
CMYK
RGB Variations
Color information
#708388 (or 0x708388) is known color: Regent Grey. HEX triplet: 70, 83 and 88. RGB value is (112,131,136). Sum of RGB (Red+Green+Blue) = 112+131+136=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 136 - color contains mainly: blue. Hex color #708388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708388 is #8F7C77. Grayscale: #7D7D7D. Windows color (decimal): -9403512 or 8946544. OLE color: 8946544.
HSL color Cylindrical-coordinate representation of color #708388: hue angle of 192.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708388 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 131 | 136 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.47 |
| HSL | 192.5º | 0.1% | 0.49% | - |
| HSV(B) | 192.5º | 0.18% | 0.53% | - |
| XYZ | 19.24 | 21.45 | 26.42 | - |
| YUV | 125.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 136 | 0.18 | 0.04 | 0 | 0.47 | 192.5 | 0.1 | 0.49 |
| Hex | 70 | 83 | 88 | 12 | 4 | 0 | 2F | C0 | A | 31 |
| Octal | 160 | 203 | 210 | 22 | 4 | 0 | 57 | 300 | 12 | 61 |
| Binary | 1110000 | 10000011 | 10001000 | 10010 | 100 | 0 | 101111 | 11000000 | 1010 | 110001 |
Color Harmonies of #708388
Complementary color
Monochromatic Colors of #708388
Black with #708388
Text Example
Text Example
White with #708388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708388; }
p { color: rgb(112,131,136); }
H1.HeaderClassName
{
color: #708388;
}
.AnyTagClassName
{
color: #708388;
}
</style>
background-color css
<style>
a { background-color: #708388; }
a { background-color: rgb(112,131,136); }
div.DivClassName
{
background-color: #708388;
}
.BgClassName
{
background-color: #708388;
}
</style>
border-color css
<style>
span { border-color: #708388; }
span { border-color: rgb(112,131,136); }
td.TdClassName
{
border-color: #708388;
}
.TagClassName
{
border-color: #708388;
}
</style>