Shades of Regent Grey #7C8D93
Tints of Regent Grey #7C8D93
RGB
CMYK
RGB Variations
Color information
#7C8D93 (or 0x7C8D93) is known color: Regent Grey. HEX triplet: 7C, 8D and 93. RGB value is (124,141,147). Sum of RGB (Red+Green+Blue) = 124+141+147=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C8D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8D93 is #83726C. Grayscale: #888888. Windows color (decimal): -8614509 or 9670012. OLE color: 9670012.
HSL color Cylindrical-coordinate representation of color #7C8D93: hue angle of 195.65º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C8D93 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 141 | 147 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.42 |
| HSL | 195.65º | 0.1% | 0.53% | - |
| HSV(B) | 195.65º | 0.16% | 0.58% | - |
| XYZ | 23.1 | 25.44 | 31.3 | - |
| YUV | 136.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 147 | 0.16 | 0.04 | 0 | 0.42 | 195.65 | 0.1 | 0.53 |
| Hex | 7C | 8D | 93 | 10 | 4 | 0 | 2A | C4 | A | 35 |
| Octal | 174 | 215 | 223 | 20 | 4 | 0 | 52 | 304 | 12 | 65 |
| Binary | 1111100 | 10001101 | 10010011 | 10000 | 100 | 0 | 101010 | 11000100 | 1010 | 110101 |
Color Harmonies of #7C8D93
Complementary color
Monochromatic Colors of #7C8D93
Black with #7C8D93
Text Example
Text Example
White with #7C8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8D93; }
p { color: rgb(124,141,147); }
H1.HeaderClassName
{
color: #7C8D93;
}
.AnyTagClassName
{
color: #7C8D93;
}
</style>
background-color css
<style>
a { background-color: #7C8D93; }
a { background-color: rgb(124,141,147); }
div.DivClassName
{
background-color: #7C8D93;
}
.BgClassName
{
background-color: #7C8D93;
}
</style>
border-color css
<style>
span { border-color: #7C8D93; }
span { border-color: rgb(124,141,147); }
td.TdClassName
{
border-color: #7C8D93;
}
.TagClassName
{
border-color: #7C8D93;
}
</style>