Shades of Regent Grey #7C8E92
Tints of Regent Grey #7C8E92
RGB
CMYK
RGB Variations
Color information
#7C8E92 (or 0x7C8E92) is known color: Regent Grey. HEX triplet: 7C, 8E and 92. RGB value is (124,142,146). Sum of RGB (Red+Green+Blue) = 124+142+146=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C8E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8E92 is #83716D. Grayscale: #898989. Windows color (decimal): -8614254 or 9604732. OLE color: 9604732.
HSL color Cylindrical-coordinate representation of color #7C8E92: hue angle of 190.91º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7C8E92 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 142 | 146 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.43 |
| HSL | 190.91º | 0.09% | 0.53% | - |
| HSV(B) | 190.91º | 0.15% | 0.57% | - |
| XYZ | 23.17 | 25.71 | 30.93 | - |
| YUV | 137.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 146 | 0.15 | 0.03 | 0 | 0.43 | 190.91 | 0.09 | 0.53 |
| Hex | 7C | 8E | 92 | F | 3 | 0 | 2B | BF | 9 | 35 |
| Octal | 174 | 216 | 222 | 17 | 3 | 0 | 53 | 277 | 11 | 65 |
| Binary | 1111100 | 10001110 | 10010010 | 1111 | 11 | 0 | 101011 | 10111111 | 1001 | 110101 |
Color Harmonies of #7C8E92
Complementary color
Monochromatic Colors of #7C8E92
Black with #7C8E92
Text Example
Text Example
White with #7C8E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8E92; }
p { color: rgb(124,142,146); }
H1.HeaderClassName
{
color: #7C8E92;
}
.AnyTagClassName
{
color: #7C8E92;
}
</style>
background-color css
<style>
a { background-color: #7C8E92; }
a { background-color: rgb(124,142,146); }
div.DivClassName
{
background-color: #7C8E92;
}
.BgClassName
{
background-color: #7C8E92;
}
</style>
border-color css
<style>
span { border-color: #7C8E92; }
span { border-color: rgb(124,142,146); }
td.TdClassName
{
border-color: #7C8E92;
}
.TagClassName
{
border-color: #7C8E92;
}
</style>