Shades of Regent Grey #798E92
Tints of Regent Grey #798E92
RGB
CMYK
RGB Variations
Color information
#798E92 (or 0x798E92) is known color: Regent Grey. HEX triplet: 79, 8E and 92. RGB value is (121,142,146). Sum of RGB (Red+Green+Blue) = 121+142+146=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 146 - color contains mainly: blue. Hex color #798E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798E92 is #86716D. Grayscale: #888888. Windows color (decimal): -8810862 or 9604729. OLE color: 9604729.
HSL color Cylindrical-coordinate representation of color #798E92: hue angle of 189.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #798E92 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 142 | 146 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.43 |
| HSL | 189.6º | 0.1% | 0.52% | - |
| HSV(B) | 189.6º | 0.17% | 0.57% | - |
| XYZ | 22.75 | 25.49 | 30.91 | - |
| YUV | 136.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 142 | 146 | 0.17 | 0.03 | 0 | 0.43 | 189.6 | 0.1 | 0.52 |
| Hex | 79 | 8E | 92 | 11 | 3 | 0 | 2B | BE | A | 34 |
| Octal | 171 | 216 | 222 | 21 | 3 | 0 | 53 | 276 | 12 | 64 |
| Binary | 1111001 | 10001110 | 10010010 | 10001 | 11 | 0 | 101011 | 10111110 | 1010 | 110100 |
Color Harmonies of #798E92
Complementary color
Monochromatic Colors of #798E92
Black with #798E92
Text Example
Text Example
White with #798E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798E92; }
p { color: rgb(121,142,146); }
H1.HeaderClassName
{
color: #798E92;
}
.AnyTagClassName
{
color: #798E92;
}
</style>
background-color css
<style>
a { background-color: #798E92; }
a { background-color: rgb(121,142,146); }
div.DivClassName
{
background-color: #798E92;
}
.BgClassName
{
background-color: #798E92;
}
</style>
border-color css
<style>
span { border-color: #798E92; }
span { border-color: rgb(121,142,146); }
td.TdClassName
{
border-color: #798E92;
}
.TagClassName
{
border-color: #798E92;
}
</style>