Shades of Regent Grey #707E82
Tints of Regent Grey #707E82
RGB
CMYK
RGB Variations
Color information
#707E82 (or 0x707E82) is known color: Regent Grey. HEX triplet: 70, 7E and 82. RGB value is (112,126,130). Sum of RGB (Red+Green+Blue) = 112+126+130=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 130 - color contains mainly: blue. Hex color #707E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E82 is #8F817D. Grayscale: #7A7A7A. Windows color (decimal): -9404798 or 8552048. OLE color: 8552048.
HSL color Cylindrical-coordinate representation of color #707E82: hue angle of 193.33º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707E82 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 126 | 130 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.49 |
| HSL | 193.33º | 0.07% | 0.47% | - |
| HSV(B) | 193.33º | 0.14% | 0.51% | - |
| XYZ | 18.17 | 19.98 | 24.02 | - |
| YUV | 122.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 130 | 0.14 | 0.03 | 0 | 0.49 | 193.33 | 0.07 | 0.47 |
| Hex | 70 | 7E | 82 | E | 3 | 0 | 31 | C1 | 7 | 2F |
| Octal | 160 | 176 | 202 | 16 | 3 | 0 | 61 | 301 | 7 | 57 |
| Binary | 1110000 | 1111110 | 10000010 | 1110 | 11 | 0 | 110001 | 11000001 | 111 | 101111 |
Color Harmonies of #707E82
Complementary color
Monochromatic Colors of #707E82
Black with #707E82
Text Example
Text Example
White with #707E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E82; }
p { color: rgb(112,126,130); }
H1.HeaderClassName
{
color: #707E82;
}
.AnyTagClassName
{
color: #707E82;
}
</style>
background-color css
<style>
a { background-color: #707E82; }
a { background-color: rgb(112,126,130); }
div.DivClassName
{
background-color: #707E82;
}
.BgClassName
{
background-color: #707E82;
}
</style>
border-color css
<style>
span { border-color: #707E82; }
span { border-color: rgb(112,126,130); }
td.TdClassName
{
border-color: #707E82;
}
.TagClassName
{
border-color: #707E82;
}
</style>