Shades of Regent Grey #798789
Tints of Regent Grey #798789
RGB
CMYK
RGB Variations
Color information
#798789 (or 0x798789) is known color: Regent Grey. HEX triplet: 79, 87 and 89. RGB value is (121,135,137). Sum of RGB (Red+Green+Blue) = 121+135+137=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: blue. Hex color #798789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798789 is #867876. Grayscale: #838383. Windows color (decimal): -8812663 or 9013113. OLE color: 9013113.
HSL color Cylindrical-coordinate representation of color #798789: hue angle of 187.5º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798789 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 135 | 137 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.46 |
| HSL | 187.5º | 0.06% | 0.51% | - |
| HSV(B) | 187.5º | 0.12% | 0.54% | - |
| XYZ | 21.06 | 23.2 | 27.03 | - |
| YUV | 131.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 137 | 0.12 | 0.01 | 0 | 0.46 | 187.5 | 0.06 | 0.51 |
| Hex | 79 | 87 | 89 | C | 1 | 0 | 2E | BC | 6 | 33 |
| Octal | 171 | 207 | 211 | 14 | 1 | 0 | 56 | 274 | 6 | 63 |
| Binary | 1111001 | 10000111 | 10001001 | 1100 | 1 | 0 | 101110 | 10111100 | 110 | 110011 |
Color Harmonies of #798789
Complementary color
Monochromatic Colors of #798789
Black with #798789
Text Example
Text Example
White with #798789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798789; }
p { color: rgb(121,135,137); }
H1.HeaderClassName
{
color: #798789;
}
.AnyTagClassName
{
color: #798789;
}
</style>
background-color css
<style>
a { background-color: #798789; }
a { background-color: rgb(121,135,137); }
div.DivClassName
{
background-color: #798789;
}
.BgClassName
{
background-color: #798789;
}
</style>
border-color css
<style>
span { border-color: #798789; }
span { border-color: rgb(121,135,137); }
td.TdClassName
{
border-color: #798789;
}
.TagClassName
{
border-color: #798789;
}
</style>