Shades of Regent Grey #707E81
Tints of Regent Grey #707E81
RGB
CMYK
RGB Variations
Color information
#707E81 (or 0x707E81) is known color: Regent Grey. HEX triplet: 70, 7E and 81. RGB value is (112,126,129). Sum of RGB (Red+Green+Blue) = 112+126+129=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 129 - color contains mainly: blue. Hex color #707E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E81 is #8F817E. Grayscale: #7A7A7A. Windows color (decimal): -9404799 or 8486512. OLE color: 8486512.
HSL color Cylindrical-coordinate representation of color #707E81: hue angle of 190.59º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707E81 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 126 | 129 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.49 |
| HSL | 190.59º | 0.07% | 0.47% | - |
| HSV(B) | 190.59º | 0.13% | 0.51% | - |
| XYZ | 18.11 | 19.95 | 23.67 | - |
| YUV | 122.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 129 | 0.13 | 0.02 | 0 | 0.49 | 190.59 | 0.07 | 0.47 |
| Hex | 70 | 7E | 81 | D | 2 | 0 | 31 | BF | 7 | 2F |
| Octal | 160 | 176 | 201 | 15 | 2 | 0 | 61 | 277 | 7 | 57 |
| Binary | 1110000 | 1111110 | 10000001 | 1101 | 10 | 0 | 110001 | 10111111 | 111 | 101111 |
Color Harmonies of #707E81
Complementary color
Monochromatic Colors of #707E81
Black with #707E81
Text Example
Text Example
White with #707E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E81; }
p { color: rgb(112,126,129); }
H1.HeaderClassName
{
color: #707E81;
}
.AnyTagClassName
{
color: #707E81;
}
</style>
background-color css
<style>
a { background-color: #707E81; }
a { background-color: rgb(112,126,129); }
div.DivClassName
{
background-color: #707E81;
}
.BgClassName
{
background-color: #707E81;
}
</style>
border-color css
<style>
span { border-color: #707E81; }
span { border-color: rgb(112,126,129); }
td.TdClassName
{
border-color: #707E81;
}
.TagClassName
{
border-color: #707E81;
}
</style>