Shades of Regent Grey #7F8B8D
Tints of Regent Grey #7F8B8D
RGB
CMYK
RGB Variations
Color information
#7F8B8D (or 0x7F8B8D) is known color: Regent Grey. HEX triplet: 7F, 8B and 8D. RGB value is (127,139,141). Sum of RGB (Red+Green+Blue) = 127+139+141=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F8B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8B8D is #807472. Grayscale: #878787. Windows color (decimal): -8418419 or 9276287. OLE color: 9276287.
HSL color Cylindrical-coordinate representation of color #7F8B8D: hue angle of 188.57º 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 #7F8B8D is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 139 | 141 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.45 |
| HSL | 188.57º | 0.06% | 0.53% | - |
| HSV(B) | 188.57º | 0.1% | 0.55% | - |
| XYZ | 22.79 | 24.9 | 28.8 | - |
| YUV | 135.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 141 | 0.10 | 0.01 | 0 | 0.45 | 188.57 | 0.06 | 0.53 |
| Hex | 7F | 8B | 8D | A | 1 | 0 | 2D | BD | 6 | 35 |
| Octal | 177 | 213 | 215 | 12 | 1 | 0 | 55 | 275 | 6 | 65 |
| Binary | 1111111 | 10001011 | 10001101 | 1010 | 1 | 0 | 101101 | 10111101 | 110 | 110101 |
Color Harmonies of #7F8B8D
Complementary color
Monochromatic Colors of #7F8B8D
Black with #7F8B8D
Text Example
Text Example
White with #7F8B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8B8D; }
p { color: rgb(127,139,141); }
H1.HeaderClassName
{
color: #7F8B8D;
}
.AnyTagClassName
{
color: #7F8B8D;
}
</style>
background-color css
<style>
a { background-color: #7F8B8D; }
a { background-color: rgb(127,139,141); }
div.DivClassName
{
background-color: #7F8B8D;
}
.BgClassName
{
background-color: #7F8B8D;
}
</style>
border-color css
<style>
span { border-color: #7F8B8D; }
span { border-color: rgb(127,139,141); }
td.TdClassName
{
border-color: #7F8B8D;
}
.TagClassName
{
border-color: #7F8B8D;
}
</style>