Shades of Regent Grey #798285
Tints of Regent Grey #798285
RGB
CMYK
RGB Variations
Color information
#798285 (or 0x798285) is known color: Regent Grey. HEX triplet: 79, 82 and 85. RGB value is (121,130,133). Sum of RGB (Red+Green+Blue) = 121+130+133=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 133 - color contains mainly: blue. Hex color #798285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798285 is #867D7A. Grayscale: #7F7F7F. Windows color (decimal): -8813947 or 8749689. OLE color: 8749689.
HSL color Cylindrical-coordinate representation of color #798285: hue angle of 195º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #798285 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 130 | 133 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.48 |
| HSL | 195º | 0.05% | 0.5% | - |
| HSV(B) | 195º | 0.09% | 0.52% | - |
| XYZ | 20.1 | 21.72 | 25.32 | - |
| YUV | 127.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 133 | 0.09 | 0.02 | 0 | 0.48 | 195 | 0.05 | 0.5 |
| Hex | 79 | 82 | 85 | 9 | 2 | 0 | 30 | C3 | 5 | 32 |
| Octal | 171 | 202 | 205 | 11 | 2 | 0 | 60 | 303 | 5 | 62 |
| Binary | 1111001 | 10000010 | 10000101 | 1001 | 10 | 0 | 110000 | 11000011 | 101 | 110010 |
Color Harmonies of #798285
Complementary color
Monochromatic Colors of #798285
Black with #798285
Text Example
Text Example
White with #798285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798285; }
p { color: rgb(121,130,133); }
H1.HeaderClassName
{
color: #798285;
}
.AnyTagClassName
{
color: #798285;
}
</style>
background-color css
<style>
a { background-color: #798285; }
a { background-color: rgb(121,130,133); }
div.DivClassName
{
background-color: #798285;
}
.BgClassName
{
background-color: #798285;
}
</style>
border-color css
<style>
span { border-color: #798285; }
span { border-color: rgb(121,130,133); }
td.TdClassName
{
border-color: #798285;
}
.TagClassName
{
border-color: #798285;
}
</style>