Shades of Regent Grey #707F83
Tints of Regent Grey #707F83
RGB
CMYK
RGB Variations
Color information
#707F83 (or 0x707F83) is known color: Regent Grey. HEX triplet: 70, 7F and 83. RGB value is (112,127,131). Sum of RGB (Red+Green+Blue) = 112+127+131=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 131 - color contains mainly: blue. Hex color #707F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F83 is #8F807C. Grayscale: #7A7A7A. Windows color (decimal): -9404541 or 8617840. OLE color: 8617840.
HSL color Cylindrical-coordinate representation of color #707F83: hue angle of 192.63º 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 #707F83 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 127 | 131 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.49 |
| HSL | 192.63º | 0.08% | 0.48% | - |
| HSV(B) | 192.63º | 0.15% | 0.51% | - |
| XYZ | 18.37 | 20.26 | 24.42 | - |
| YUV | 122.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 131 | 0.15 | 0.03 | 0 | 0.49 | 192.63 | 0.08 | 0.48 |
| Hex | 70 | 7F | 83 | F | 3 | 0 | 31 | C1 | 8 | 30 |
| Octal | 160 | 177 | 203 | 17 | 3 | 0 | 61 | 301 | 10 | 60 |
| Binary | 1110000 | 1111111 | 10000011 | 1111 | 11 | 0 | 110001 | 11000001 | 1000 | 110000 |
Color Harmonies of #707F83
Complementary color
Monochromatic Colors of #707F83
Black with #707F83
Text Example
Text Example
White with #707F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F83; }
p { color: rgb(112,127,131); }
H1.HeaderClassName
{
color: #707F83;
}
.AnyTagClassName
{
color: #707F83;
}
</style>
background-color css
<style>
a { background-color: #707F83; }
a { background-color: rgb(112,127,131); }
div.DivClassName
{
background-color: #707F83;
}
.BgClassName
{
background-color: #707F83;
}
</style>
border-color css
<style>
span { border-color: #707F83; }
span { border-color: rgb(112,127,131); }
td.TdClassName
{
border-color: #707F83;
}
.TagClassName
{
border-color: #707F83;
}
</style>