Shades of Regent Grey #798385
Tints of Regent Grey #798385
RGB
CMYK
RGB Variations
Color information
#798385 (or 0x798385) is known color: Regent Grey. HEX triplet: 79, 83 and 85. RGB value is (121,131,133). Sum of RGB (Red+Green+Blue) = 121+131+133=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 133 - color contains mainly: blue. Hex color #798385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798385 is #867C7A. Grayscale: #808080. Windows color (decimal): -8813691 or 8749945. OLE color: 8749945.
HSL color Cylindrical-coordinate representation of color #798385: hue angle of 190º 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 #798385 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 131 | 133 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.48 |
| HSL | 190º | 0.05% | 0.5% | - |
| HSV(B) | 190º | 0.09% | 0.52% | - |
| XYZ | 20.24 | 21.99 | 25.37 | - |
| YUV | 128.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 133 | 0.09 | 0.02 | 0 | 0.48 | 190 | 0.05 | 0.5 |
| Hex | 79 | 83 | 85 | 9 | 2 | 0 | 30 | BE | 5 | 32 |
| Octal | 171 | 203 | 205 | 11 | 2 | 0 | 60 | 276 | 5 | 62 |
| Binary | 1111001 | 10000011 | 10000101 | 1001 | 10 | 0 | 110000 | 10111110 | 101 | 110010 |
Color Harmonies of #798385
Complementary color
Monochromatic Colors of #798385
Black with #798385
Text Example
Text Example
White with #798385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798385; }
p { color: rgb(121,131,133); }
H1.HeaderClassName
{
color: #798385;
}
.AnyTagClassName
{
color: #798385;
}
</style>
background-color css
<style>
a { background-color: #798385; }
a { background-color: rgb(121,131,133); }
div.DivClassName
{
background-color: #798385;
}
.BgClassName
{
background-color: #798385;
}
</style>
border-color css
<style>
span { border-color: #798385; }
span { border-color: rgb(121,131,133); }
td.TdClassName
{
border-color: #798385;
}
.TagClassName
{
border-color: #798385;
}
</style>