Shades of Regent Grey #798C8E
Tints of Regent Grey #798C8E
RGB
CMYK
RGB Variations
Color information
#798C8E (or 0x798C8E) is known color: Regent Grey. HEX triplet: 79, 8C and 8E. RGB value is (121,140,142). Sum of RGB (Red+Green+Blue) = 121+140+142=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 142 - color contains mainly: blue. Hex color #798C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798C8E is #867371. Grayscale: #868686. Windows color (decimal): -8811378 or 9342073. OLE color: 9342073.
HSL color Cylindrical-coordinate representation of color #798C8E: hue angle of 185.71º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798C8E is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 140 | 142 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.44 |
| HSL | 185.71º | 0.09% | 0.52% | - |
| HSV(B) | 185.71º | 0.15% | 0.56% | - |
| XYZ | 22.15 | 24.77 | 29.21 | - |
| YUV | 134.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 142 | 0.15 | 0.01 | 0 | 0.44 | 185.71 | 0.09 | 0.52 |
| Hex | 79 | 8C | 8E | F | 1 | 0 | 2C | BA | 9 | 34 |
| Octal | 171 | 214 | 216 | 17 | 1 | 0 | 54 | 272 | 11 | 64 |
| Binary | 1111001 | 10001100 | 10001110 | 1111 | 1 | 0 | 101100 | 10111010 | 1001 | 110100 |
Color Harmonies of #798C8E
Complementary color
Monochromatic Colors of #798C8E
Black with #798C8E
Text Example
Text Example
White with #798C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798C8E; }
p { color: rgb(121,140,142); }
H1.HeaderClassName
{
color: #798C8E;
}
.AnyTagClassName
{
color: #798C8E;
}
</style>
background-color css
<style>
a { background-color: #798C8E; }
a { background-color: rgb(121,140,142); }
div.DivClassName
{
background-color: #798C8E;
}
.BgClassName
{
background-color: #798C8E;
}
</style>
border-color css
<style>
span { border-color: #798C8E; }
span { border-color: rgb(121,140,142); }
td.TdClassName
{
border-color: #798C8E;
}
.TagClassName
{
border-color: #798C8E;
}
</style>