Shades of Regent Grey #798488
Tints of Regent Grey #798488
RGB
CMYK
RGB Variations
Color information
#798488 (or 0x798488) is known color: Regent Grey. HEX triplet: 79, 84 and 88. RGB value is (121,132,136). Sum of RGB (Red+Green+Blue) = 121+132+136=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 136 - color contains mainly: blue. Hex color #798488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798488 is #867B77. Grayscale: #818181. Windows color (decimal): -8813432 or 8946809. OLE color: 8946809.
HSL color Cylindrical-coordinate representation of color #798488: hue angle of 196º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #798488 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 132 | 136 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.47 |
| HSL | 196º | 0.06% | 0.5% | - |
| HSV(B) | 196º | 0.11% | 0.53% | - |
| XYZ | 20.58 | 22.35 | 26.52 | - |
| YUV | 129.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 136 | 0.11 | 0.03 | 0 | 0.47 | 196 | 0.06 | 0.5 |
| Hex | 79 | 84 | 88 | B | 3 | 0 | 2F | C4 | 6 | 32 |
| Octal | 171 | 204 | 210 | 13 | 3 | 0 | 57 | 304 | 6 | 62 |
| Binary | 1111001 | 10000100 | 10001000 | 1011 | 11 | 0 | 101111 | 11000100 | 110 | 110010 |
Color Harmonies of #798488
Complementary color
Monochromatic Colors of #798488
Black with #798488
Text Example
Text Example
White with #798488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798488; }
p { color: rgb(121,132,136); }
H1.HeaderClassName
{
color: #798488;
}
.AnyTagClassName
{
color: #798488;
}
</style>
background-color css
<style>
a { background-color: #798488; }
a { background-color: rgb(121,132,136); }
div.DivClassName
{
background-color: #798488;
}
.BgClassName
{
background-color: #798488;
}
</style>
border-color css
<style>
span { border-color: #798488; }
span { border-color: rgb(121,132,136); }
td.TdClassName
{
border-color: #798488;
}
.TagClassName
{
border-color: #798488;
}
</style>