Shades of Regent Grey #707F85
Tints of Regent Grey #707F85
RGB
CMYK
RGB Variations
Color information
#707F85 (or 0x707F85) is known color: Regent Grey. HEX triplet: 70, 7F and 85. RGB value is (112,127,133). Sum of RGB (Red+Green+Blue) = 112+127+133=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 133 - color contains mainly: blue. Hex color #707F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F85 is #8F807A. Grayscale: #7B7B7B. Windows color (decimal): -9404539 or 8748912. OLE color: 8748912.
HSL color Cylindrical-coordinate representation of color #707F85: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707F85 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 127 | 133 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.48 |
| HSL | 197.14º | 0.09% | 0.48% | - |
| HSV(B) | 197.14º | 0.16% | 0.52% | - |
| XYZ | 18.51 | 20.32 | 25.14 | - |
| YUV | 123.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 133 | 0.16 | 0.05 | 0 | 0.48 | 197.14 | 0.09 | 0.48 |
| Hex | 70 | 7F | 85 | 10 | 5 | 0 | 30 | C5 | 9 | 30 |
| Octal | 160 | 177 | 205 | 20 | 5 | 0 | 60 | 305 | 11 | 60 |
| Binary | 1110000 | 1111111 | 10000101 | 10000 | 101 | 0 | 110000 | 11000101 | 1001 | 110000 |
Color Harmonies of #707F85
Complementary color
Monochromatic Colors of #707F85
Black with #707F85
Text Example
Text Example
White with #707F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F85; }
p { color: rgb(112,127,133); }
H1.HeaderClassName
{
color: #707F85;
}
.AnyTagClassName
{
color: #707F85;
}
</style>
background-color css
<style>
a { background-color: #707F85; }
a { background-color: rgb(112,127,133); }
div.DivClassName
{
background-color: #707F85;
}
.BgClassName
{
background-color: #707F85;
}
</style>
border-color css
<style>
span { border-color: #707F85; }
span { border-color: rgb(112,127,133); }
td.TdClassName
{
border-color: #707F85;
}
.TagClassName
{
border-color: #707F85;
}
</style>