Shades of Regent Grey #707F81
Tints of Regent Grey #707F81
RGB
CMYK
RGB Variations
Color information
#707F81 (or 0x707F81) is known color: Regent Grey. HEX triplet: 70, 7F and 81. RGB value is (112,127,129). Sum of RGB (Red+Green+Blue) = 112+127+129=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 129 - color contains mainly: blue. Hex color #707F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F81 is #8F807E. Grayscale: #7A7A7A. Windows color (decimal): -9404543 or 8486768. OLE color: 8486768.
HSL color Cylindrical-coordinate representation of color #707F81: hue angle of 187.06º 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 #707F81 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 127 | 129 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.49 |
| HSL | 187.06º | 0.07% | 0.47% | - |
| HSV(B) | 187.06º | 0.13% | 0.51% | - |
| XYZ | 18.23 | 20.21 | 23.71 | - |
| YUV | 122.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 129 | 0.13 | 0.02 | 0 | 0.49 | 187.06 | 0.07 | 0.47 |
| Hex | 70 | 7F | 81 | D | 2 | 0 | 31 | BB | 7 | 2F |
| Octal | 160 | 177 | 201 | 15 | 2 | 0 | 61 | 273 | 7 | 57 |
| Binary | 1110000 | 1111111 | 10000001 | 1101 | 10 | 0 | 110001 | 10111011 | 111 | 101111 |
Color Harmonies of #707F81
Complementary color
Monochromatic Colors of #707F81
Black with #707F81
Text Example
Text Example
White with #707F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F81; }
p { color: rgb(112,127,129); }
H1.HeaderClassName
{
color: #707F81;
}
.AnyTagClassName
{
color: #707F81;
}
</style>
background-color css
<style>
a { background-color: #707F81; }
a { background-color: rgb(112,127,129); }
div.DivClassName
{
background-color: #707F81;
}
.BgClassName
{
background-color: #707F81;
}
</style>
border-color css
<style>
span { border-color: #707F81; }
span { border-color: rgb(112,127,129); }
td.TdClassName
{
border-color: #707F81;
}
.TagClassName
{
border-color: #707F81;
}
</style>