Shades of Regent Grey #798788
Tints of Regent Grey #798788
RGB
CMYK
RGB Variations
Color information
#798788 (or 0x798788) is known color: Regent Grey. HEX triplet: 79, 87 and 88. RGB value is (121,135,136). Sum of RGB (Red+Green+Blue) = 121+135+136=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 136 - color contains mainly: blue. Hex color #798788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798788 is #867877. Grayscale: #828282. Windows color (decimal): -8812664 or 8947577. OLE color: 8947577.
HSL color Cylindrical-coordinate representation of color #798788: hue angle of 184º 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 #798788 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 135 | 136 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.47 |
| HSL | 184º | 0.06% | 0.5% | - |
| HSV(B) | 184º | 0.11% | 0.53% | - |
| XYZ | 20.99 | 23.17 | 26.66 | - |
| YUV | 130.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 135 | 136 | 0.11 | 0.01 | 0 | 0.47 | 184 | 0.06 | 0.5 |
| Hex | 79 | 87 | 88 | B | 1 | 0 | 2F | B8 | 6 | 32 |
| Octal | 171 | 207 | 210 | 13 | 1 | 0 | 57 | 270 | 6 | 62 |
| Binary | 1111001 | 10000111 | 10001000 | 1011 | 1 | 0 | 101111 | 10111000 | 110 | 110010 |
Color Harmonies of #798788
Complementary color
Monochromatic Colors of #798788
Black with #798788
Text Example
Text Example
White with #798788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798788; }
p { color: rgb(121,135,136); }
H1.HeaderClassName
{
color: #798788;
}
.AnyTagClassName
{
color: #798788;
}
</style>
background-color css
<style>
a { background-color: #798788; }
a { background-color: rgb(121,135,136); }
div.DivClassName
{
background-color: #798788;
}
.BgClassName
{
background-color: #798788;
}
</style>
border-color css
<style>
span { border-color: #798788; }
span { border-color: rgb(121,135,136); }
td.TdClassName
{
border-color: #798788;
}
.TagClassName
{
border-color: #798788;
}
</style>