Shades of Regent Grey #798F96
Tints of Regent Grey #798F96
RGB
CMYK
RGB Variations
Color information
#798F96 (or 0x798F96) is known color: Regent Grey. HEX triplet: 79, 8F and 96. RGB value is (121,143,150). Sum of RGB (Red+Green+Blue) = 121+143+150=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 150 - color contains mainly: blue. Hex color #798F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798F96 is #867069. Grayscale: #898989. Windows color (decimal): -8810602 or 9867129. OLE color: 9867129.
HSL color Cylindrical-coordinate representation of color #798F96: hue angle of 194.48º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #798F96 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 143 | 150 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.41 |
| HSL | 194.48º | 0.12% | 0.53% | - |
| HSV(B) | 194.48º | 0.19% | 0.59% | - |
| XYZ | 23.21 | 25.91 | 32.63 | - |
| YUV | 137.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 150 | 0.19 | 0.05 | 0 | 0.41 | 194.48 | 0.12 | 0.53 |
| Hex | 79 | 8F | 96 | 13 | 5 | 0 | 29 | C2 | C | 35 |
| Octal | 171 | 217 | 226 | 23 | 5 | 0 | 51 | 302 | 14 | 65 |
| Binary | 1111001 | 10001111 | 10010110 | 10011 | 101 | 0 | 101001 | 11000010 | 1100 | 110101 |
Color Harmonies of #798F96
Complementary color
Monochromatic Colors of #798F96
Black with #798F96
Text Example
Text Example
White with #798F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798F96; }
p { color: rgb(121,143,150); }
H1.HeaderClassName
{
color: #798F96;
}
.AnyTagClassName
{
color: #798F96;
}
</style>
background-color css
<style>
a { background-color: #798F96; }
a { background-color: rgb(121,143,150); }
div.DivClassName
{
background-color: #798F96;
}
.BgClassName
{
background-color: #798F96;
}
</style>
border-color css
<style>
span { border-color: #798F96; }
span { border-color: rgb(121,143,150); }
td.TdClassName
{
border-color: #798F96;
}
.TagClassName
{
border-color: #798F96;
}
</style>