Shades of Regent Grey #7C888D
Tints of Regent Grey #7C888D
RGB
CMYK
RGB Variations
Color information
#7C888D (or 0x7C888D) is known color: Regent Grey. HEX triplet: 7C, 88 and 8D. RGB value is (124,136,141). Sum of RGB (Red+Green+Blue) = 124+136+141=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C888D is #837772. Grayscale: #848484. Windows color (decimal): -8615795 or 9275516. OLE color: 9275516.
HSL color Cylindrical-coordinate representation of color #7C888D: hue angle of 197.65º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C888D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 136 | 141 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.45 |
| HSL | 197.65º | 0.07% | 0.52% | - |
| HSV(B) | 197.65º | 0.12% | 0.55% | - |
| XYZ | 21.92 | 23.82 | 28.64 | - |
| YUV | 132.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 141 | 0.12 | 0.04 | 0 | 0.45 | 197.65 | 0.07 | 0.52 |
| Hex | 7C | 88 | 8D | C | 4 | 0 | 2D | C6 | 7 | 34 |
| Octal | 174 | 210 | 215 | 14 | 4 | 0 | 55 | 306 | 7 | 64 |
| Binary | 1111100 | 10001000 | 10001101 | 1100 | 100 | 0 | 101101 | 11000110 | 111 | 110100 |
Color Harmonies of #7C888D
Complementary color
Monochromatic Colors of #7C888D
Black with #7C888D
Text Example
Text Example
White with #7C888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C888D; }
p { color: rgb(124,136,141); }
H1.HeaderClassName
{
color: #7C888D;
}
.AnyTagClassName
{
color: #7C888D;
}
</style>
background-color css
<style>
a { background-color: #7C888D; }
a { background-color: rgb(124,136,141); }
div.DivClassName
{
background-color: #7C888D;
}
.BgClassName
{
background-color: #7C888D;
}
</style>
border-color css
<style>
span { border-color: #7C888D; }
span { border-color: rgb(124,136,141); }
td.TdClassName
{
border-color: #7C888D;
}
.TagClassName
{
border-color: #7C888D;
}
</style>