Shades of Regent Grey #707F84
Tints of Regent Grey #707F84
RGB
CMYK
RGB Variations
Color information
#707F84 (or 0x707F84) is known color: Regent Grey. HEX triplet: 70, 7F and 84. RGB value is (112,127,132). Sum of RGB (Red+Green+Blue) = 112+127+132=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 132 - color contains mainly: blue. Hex color #707F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F84 is #8F807B. Grayscale: #7B7B7B. Windows color (decimal): -9404540 or 8683376. OLE color: 8683376.
HSL color Cylindrical-coordinate representation of color #707F84: hue angle of 195º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707F84 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 127 | 132 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.48 |
| HSL | 195º | 0.08% | 0.48% | - |
| HSV(B) | 195º | 0.15% | 0.52% | - |
| XYZ | 18.44 | 20.29 | 24.77 | - |
| YUV | 123.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 132 | 0.15 | 0.04 | 0 | 0.48 | 195 | 0.08 | 0.48 |
| Hex | 70 | 7F | 84 | F | 4 | 0 | 30 | C3 | 8 | 30 |
| Octal | 160 | 177 | 204 | 17 | 4 | 0 | 60 | 303 | 10 | 60 |
| Binary | 1110000 | 1111111 | 10000100 | 1111 | 100 | 0 | 110000 | 11000011 | 1000 | 110000 |
Color Harmonies of #707F84
Complementary color
Monochromatic Colors of #707F84
Black with #707F84
Text Example
Text Example
White with #707F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F84; }
p { color: rgb(112,127,132); }
H1.HeaderClassName
{
color: #707F84;
}
.AnyTagClassName
{
color: #707F84;
}
</style>
background-color css
<style>
a { background-color: #707F84; }
a { background-color: rgb(112,127,132); }
div.DivClassName
{
background-color: #707F84;
}
.BgClassName
{
background-color: #707F84;
}
</style>
border-color css
<style>
span { border-color: #707F84; }
span { border-color: rgb(112,127,132); }
td.TdClassName
{
border-color: #707F84;
}
.TagClassName
{
border-color: #707F84;
}
</style>