Shades of Regent Grey #7F898D
Tints of Regent Grey #7F898D
RGB
CMYK
RGB Variations
Color information
#7F898D (or 0x7F898D) is known color: Regent Grey. HEX triplet: 7F, 89 and 8D. RGB value is (127,137,141). Sum of RGB (Red+Green+Blue) = 127+137+141=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F898D is #807672. Grayscale: #868686. Windows color (decimal): -8418931 or 9275775. OLE color: 9275775.
HSL color Cylindrical-coordinate representation of color #7F898D: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F898D is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 137 | 141 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.45 |
| HSL | 197.14º | 0.06% | 0.53% | - |
| HSV(B) | 197.14º | 0.1% | 0.55% | - |
| XYZ | 22.51 | 24.33 | 28.71 | - |
| YUV | 134.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 141 | 0.10 | 0.03 | 0 | 0.45 | 197.14 | 0.06 | 0.53 |
| Hex | 7F | 89 | 8D | A | 3 | 0 | 2D | C5 | 6 | 35 |
| Octal | 177 | 211 | 215 | 12 | 3 | 0 | 55 | 305 | 6 | 65 |
| Binary | 1111111 | 10001001 | 10001101 | 1010 | 11 | 0 | 101101 | 11000101 | 110 | 110101 |
Color Harmonies of #7F898D
Complementary color
Monochromatic Colors of #7F898D
Black with #7F898D
Text Example
Text Example
White with #7F898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F898D; }
p { color: rgb(127,137,141); }
H1.HeaderClassName
{
color: #7F898D;
}
.AnyTagClassName
{
color: #7F898D;
}
</style>
background-color css
<style>
a { background-color: #7F898D; }
a { background-color: rgb(127,137,141); }
div.DivClassName
{
background-color: #7F898D;
}
.BgClassName
{
background-color: #7F898D;
}
</style>
border-color css
<style>
span { border-color: #7F898D; }
span { border-color: rgb(127,137,141); }
td.TdClassName
{
border-color: #7F898D;
}
.TagClassName
{
border-color: #7F898D;
}
</style>