Shades of Regent Grey #798384
Tints of Regent Grey #798384
RGB
CMYK
RGB Variations
Color information
#798384 (or 0x798384) is known color: Regent Grey. HEX triplet: 79, 83 and 84. RGB value is (121,131,132). Sum of RGB (Red+Green+Blue) = 121+131+132=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 132 - color contains mainly: blue. Hex color #798384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798384 is #867C7B. Grayscale: #808080. Windows color (decimal): -8813692 or 8684409. OLE color: 8684409.
HSL color Cylindrical-coordinate representation of color #798384: hue angle of 185.45º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #798384 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 131 | 132 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.48 |
| HSL | 185.45º | 0.04% | 0.5% | - |
| HSV(B) | 185.45º | 0.08% | 0.52% | - |
| XYZ | 20.17 | 21.96 | 25.01 | - |
| YUV | 128.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 132 | 0.08 | 0.01 | 0 | 0.48 | 185.45 | 0.04 | 0.5 |
| Hex | 79 | 83 | 84 | 8 | 1 | 0 | 30 | B9 | 4 | 32 |
| Octal | 171 | 203 | 204 | 10 | 1 | 0 | 60 | 271 | 4 | 62 |
| Binary | 1111001 | 10000011 | 10000100 | 1000 | 1 | 0 | 110000 | 10111001 | 100 | 110010 |
Color Harmonies of #798384
Complementary color
Monochromatic Colors of #798384
Black with #798384
Text Example
Text Example
White with #798384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798384; }
p { color: rgb(121,131,132); }
H1.HeaderClassName
{
color: #798384;
}
.AnyTagClassName
{
color: #798384;
}
</style>
background-color css
<style>
a { background-color: #798384; }
a { background-color: rgb(121,131,132); }
div.DivClassName
{
background-color: #798384;
}
.BgClassName
{
background-color: #798384;
}
</style>
border-color css
<style>
span { border-color: #798384; }
span { border-color: rgb(121,131,132); }
td.TdClassName
{
border-color: #798384;
}
.TagClassName
{
border-color: #798384;
}
</style>