Shades of Regent Grey #7F888A
Tints of Regent Grey #7F888A
RGB
CMYK
RGB Variations
Color information
#7F888A (or 0x7F888A) is known color: Regent Grey. HEX triplet: 7F, 88 and 8A. RGB value is (127,136,138). Sum of RGB (Red+Green+Blue) = 127+136+138=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F888A is #807775. Grayscale: #858585. Windows color (decimal): -8419190 or 9078911. OLE color: 9078911.
HSL color Cylindrical-coordinate representation of color #7F888A: hue angle of 190.91º 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 #7F888A is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 136 | 138 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.46 |
| HSL | 190.91º | 0.04% | 0.52% | - |
| HSV(B) | 190.91º | 0.08% | 0.54% | - |
| XYZ | 22.14 | 23.96 | 27.5 | - |
| YUV | 133.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 138 | 0.08 | 0.01 | 0 | 0.46 | 190.91 | 0.04 | 0.52 |
| Hex | 7F | 88 | 8A | 8 | 1 | 0 | 2E | BF | 4 | 34 |
| Octal | 177 | 210 | 212 | 10 | 1 | 0 | 56 | 277 | 4 | 64 |
| Binary | 1111111 | 10001000 | 10001010 | 1000 | 1 | 0 | 101110 | 10111111 | 100 | 110100 |
Color Harmonies of #7F888A
Complementary color
Monochromatic Colors of #7F888A
Black with #7F888A
Text Example
Text Example
White with #7F888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F888A; }
p { color: rgb(127,136,138); }
H1.HeaderClassName
{
color: #7F888A;
}
.AnyTagClassName
{
color: #7F888A;
}
</style>
background-color css
<style>
a { background-color: #7F888A; }
a { background-color: rgb(127,136,138); }
div.DivClassName
{
background-color: #7F888A;
}
.BgClassName
{
background-color: #7F888A;
}
</style>
border-color css
<style>
span { border-color: #7F888A; }
span { border-color: rgb(127,136,138); }
td.TdClassName
{
border-color: #7F888A;
}
.TagClassName
{
border-color: #7F888A;
}
</style>