Shades of Regent Grey #7F898A
Tints of Regent Grey #7F898A
RGB
CMYK
RGB Variations
Color information
#7F898A (or 0x7F898A) is known color: Regent Grey. HEX triplet: 7F, 89 and 8A. RGB value is (127,137,138). Sum of RGB (Red+Green+Blue) = 127+137+138=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F898A is #807675. Grayscale: #868686. Windows color (decimal): -8418934 or 9079167. OLE color: 9079167.
HSL color Cylindrical-coordinate representation of color #7F898A: hue angle of 185.45º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F898A is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 137 | 138 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.46 |
| HSL | 185.45º | 0.04% | 0.52% | - |
| HSV(B) | 185.45º | 0.08% | 0.54% | - |
| XYZ | 22.29 | 24.24 | 27.55 | - |
| YUV | 134.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 138 | 0.08 | 0.01 | 0 | 0.46 | 185.45 | 0.04 | 0.52 |
| Hex | 7F | 89 | 8A | 8 | 1 | 0 | 2E | B9 | 4 | 34 |
| Octal | 177 | 211 | 212 | 10 | 1 | 0 | 56 | 271 | 4 | 64 |
| Binary | 1111111 | 10001001 | 10001010 | 1000 | 1 | 0 | 101110 | 10111001 | 100 | 110100 |
Color Harmonies of #7F898A
Complementary color
Monochromatic Colors of #7F898A
Black with #7F898A
Text Example
Text Example
White with #7F898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F898A; }
p { color: rgb(127,137,138); }
H1.HeaderClassName
{
color: #7F898A;
}
.AnyTagClassName
{
color: #7F898A;
}
</style>
background-color css
<style>
a { background-color: #7F898A; }
a { background-color: rgb(127,137,138); }
div.DivClassName
{
background-color: #7F898A;
}
.BgClassName
{
background-color: #7F898A;
}
</style>
border-color css
<style>
span { border-color: #7F898A; }
span { border-color: rgb(127,137,138); }
td.TdClassName
{
border-color: #7F898A;
}
.TagClassName
{
border-color: #7F898A;
}
</style>