Shades of Regent Grey #79898D
Tints of Regent Grey #79898D
RGB
CMYK
RGB Variations
Color information
#79898D (or 0x79898D) is known color: Regent Grey. HEX triplet: 79, 89 and 8D. RGB value is (121,137,141). Sum of RGB (Red+Green+Blue) = 121+137+141=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 141 - color contains mainly: blue. Hex color #79898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79898D is #867672. Grayscale: #848484. Windows color (decimal): -8812147 or 9275769. OLE color: 9275769.
HSL color Cylindrical-coordinate representation of color #79898D: hue angle of 192º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79898D is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 137 | 141 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.45 |
| HSL | 192º | 0.08% | 0.51% | - |
| HSV(B) | 192º | 0.14% | 0.55% | - |
| XYZ | 21.64 | 23.88 | 28.67 | - |
| YUV | 132.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 137 | 141 | 0.14 | 0.03 | 0 | 0.45 | 192 | 0.08 | 0.51 |
| Hex | 79 | 89 | 8D | E | 3 | 0 | 2D | C0 | 8 | 33 |
| Octal | 171 | 211 | 215 | 16 | 3 | 0 | 55 | 300 | 10 | 63 |
| Binary | 1111001 | 10001001 | 10001101 | 1110 | 11 | 0 | 101101 | 11000000 | 1000 | 110011 |
Color Harmonies of #79898D
Complementary color
Monochromatic Colors of #79898D
Black with #79898D
Text Example
Text Example
White with #79898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79898D; }
p { color: rgb(121,137,141); }
H1.HeaderClassName
{
color: #79898D;
}
.AnyTagClassName
{
color: #79898D;
}
</style>
background-color css
<style>
a { background-color: #79898D; }
a { background-color: rgb(121,137,141); }
div.DivClassName
{
background-color: #79898D;
}
.BgClassName
{
background-color: #79898D;
}
</style>
border-color css
<style>
span { border-color: #79898D; }
span { border-color: rgb(121,137,141); }
td.TdClassName
{
border-color: #79898D;
}
.TagClassName
{
border-color: #79898D;
}
</style>