Shades of Regent Grey #708183
Tints of Regent Grey #708183
RGB
CMYK
RGB Variations
Color information
#708183 (or 0x708183) is known color: Regent Grey. HEX triplet: 70, 81 and 83. RGB value is (112,129,131). Sum of RGB (Red+Green+Blue) = 112+129+131=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 131 - color contains mainly: blue. Hex color #708183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708183 is #8F7E7C. Grayscale: #7C7C7C. Windows color (decimal): -9404029 or 8618352. OLE color: 8618352.
HSL color Cylindrical-coordinate representation of color #708183: hue angle of 186.32º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708183 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 131 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.49 |
| HSL | 186.32º | 0.08% | 0.48% | - |
| HSV(B) | 186.32º | 0.15% | 0.51% | - |
| XYZ | 18.63 | 20.78 | 24.5 | - |
| YUV | 124.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 131 | 0.15 | 0.02 | 0 | 0.49 | 186.32 | 0.08 | 0.48 |
| Hex | 70 | 81 | 83 | F | 2 | 0 | 31 | BA | 8 | 30 |
| Octal | 160 | 201 | 203 | 17 | 2 | 0 | 61 | 272 | 10 | 60 |
| Binary | 1110000 | 10000001 | 10000011 | 1111 | 10 | 0 | 110001 | 10111010 | 1000 | 110000 |
Color Harmonies of #708183
Complementary color
Monochromatic Colors of #708183
Black with #708183
Text Example
Text Example
White with #708183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708183; }
p { color: rgb(112,129,131); }
H1.HeaderClassName
{
color: #708183;
}
.AnyTagClassName
{
color: #708183;
}
</style>
background-color css
<style>
a { background-color: #708183; }
a { background-color: rgb(112,129,131); }
div.DivClassName
{
background-color: #708183;
}
.BgClassName
{
background-color: #708183;
}
</style>
border-color css
<style>
span { border-color: #708183; }
span { border-color: rgb(112,129,131); }
td.TdClassName
{
border-color: #708183;
}
.TagClassName
{
border-color: #708183;
}
</style>