Shades of Regent Grey #707F82
Tints of Regent Grey #707F82
RGB
CMYK
RGB Variations
Color information
#707F82 (or 0x707F82) is known color: Regent Grey. HEX triplet: 70, 7F and 82. RGB value is (112,127,130). Sum of RGB (Red+Green+Blue) = 112+127+130=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 130 - color contains mainly: blue. Hex color #707F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F82 is #8F807D. Grayscale: #7A7A7A. Windows color (decimal): -9404542 or 8552304. OLE color: 8552304.
HSL color Cylindrical-coordinate representation of color #707F82: hue angle of 190º 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 #707F82 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 127 | 130 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.49 |
| HSL | 190º | 0.07% | 0.47% | - |
| HSV(B) | 190º | 0.14% | 0.51% | - |
| XYZ | 18.3 | 20.24 | 24.06 | - |
| YUV | 122.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 130 | 0.14 | 0.02 | 0 | 0.49 | 190 | 0.07 | 0.47 |
| Hex | 70 | 7F | 82 | E | 2 | 0 | 31 | BE | 7 | 2F |
| Octal | 160 | 177 | 202 | 16 | 2 | 0 | 61 | 276 | 7 | 57 |
| Binary | 1110000 | 1111111 | 10000010 | 1110 | 10 | 0 | 110001 | 10111110 | 111 | 101111 |
Color Harmonies of #707F82
Complementary color
Monochromatic Colors of #707F82
Black with #707F82
Text Example
Text Example
White with #707F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F82; }
p { color: rgb(112,127,130); }
H1.HeaderClassName
{
color: #707F82;
}
.AnyTagClassName
{
color: #707F82;
}
</style>
background-color css
<style>
a { background-color: #707F82; }
a { background-color: rgb(112,127,130); }
div.DivClassName
{
background-color: #707F82;
}
.BgClassName
{
background-color: #707F82;
}
</style>
border-color css
<style>
span { border-color: #707F82; }
span { border-color: rgb(112,127,130); }
td.TdClassName
{
border-color: #707F82;
}
.TagClassName
{
border-color: #707F82;
}
</style>