Shades of Regent Grey #788384
Tints of Regent Grey #788384
RGB
CMYK
RGB Variations
Color information
#788384 (or 0x788384) is known color: Regent Grey. HEX triplet: 78, 83 and 84. RGB value is (120,131,132). Sum of RGB (Red+Green+Blue) = 120+131+132=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 132 - color contains mainly: blue. Hex color #788384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788384 is #877C7B. Grayscale: #7F7F7F. Windows color (decimal): -8879228 or 8684408. OLE color: 8684408.
HSL color Cylindrical-coordinate representation of color #788384: hue angle of 185º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #788384 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 131 | 132 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.48 |
| HSL | 185º | 0.05% | 0.49% | - |
| HSV(B) | 185º | 0.09% | 0.52% | - |
| XYZ | 20.03 | 21.89 | 25 | - |
| YUV | 127.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 132 | 0.09 | 0.01 | 0 | 0.48 | 185 | 0.05 | 0.49 |
| Hex | 78 | 83 | 84 | 9 | 1 | 0 | 30 | B9 | 5 | 31 |
| Octal | 170 | 203 | 204 | 11 | 1 | 0 | 60 | 271 | 5 | 61 |
| Binary | 1111000 | 10000011 | 10000100 | 1001 | 1 | 0 | 110000 | 10111001 | 101 | 110001 |
Color Harmonies of #788384
Complementary color
Monochromatic Colors of #788384
Black with #788384
Text Example
Text Example
White with #788384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788384; }
p { color: rgb(120,131,132); }
H1.HeaderClassName
{
color: #788384;
}
.AnyTagClassName
{
color: #788384;
}
</style>
background-color css
<style>
a { background-color: #788384; }
a { background-color: rgb(120,131,132); }
div.DivClassName
{
background-color: #788384;
}
.BgClassName
{
background-color: #788384;
}
</style>
border-color css
<style>
span { border-color: #788384; }
span { border-color: rgb(120,131,132); }
td.TdClassName
{
border-color: #788384;
}
.TagClassName
{
border-color: #788384;
}
</style>