Shades of Regent Grey #788485
Tints of Regent Grey #788485
RGB
CMYK
RGB Variations
Color information
#788485 (or 0x788485) is known color: Regent Grey. HEX triplet: 78, 84 and 85. RGB value is (120,132,133). Sum of RGB (Red+Green+Blue) = 120+132+133=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 132 (51.95% from 255 or 34.29% 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 #788485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788485 is #877B7A. Grayscale: #808080. Windows color (decimal): -8878971 or 8750200. OLE color: 8750200.
HSL color Cylindrical-coordinate representation of color #788485: hue angle of 184.62º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788485 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 133 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.48 |
| HSL | 184.62º | 0.05% | 0.5% | - |
| HSV(B) | 184.62º | 0.1% | 0.52% | - |
| XYZ | 20.23 | 22.19 | 25.41 | - |
| YUV | 128.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 133 | 0.10 | 0.01 | 0 | 0.48 | 184.62 | 0.05 | 0.5 |
| Hex | 78 | 84 | 85 | A | 1 | 0 | 30 | B9 | 5 | 32 |
| Octal | 170 | 204 | 205 | 12 | 1 | 0 | 60 | 271 | 5 | 62 |
| Binary | 1111000 | 10000100 | 10000101 | 1010 | 1 | 0 | 110000 | 10111001 | 101 | 110010 |
Color Harmonies of #788485
Complementary color
Monochromatic Colors of #788485
Black with #788485
Text Example
Text Example
White with #788485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788485; }
p { color: rgb(120,132,133); }
H1.HeaderClassName
{
color: #788485;
}
.AnyTagClassName
{
color: #788485;
}
</style>
background-color css
<style>
a { background-color: #788485; }
a { background-color: rgb(120,132,133); }
div.DivClassName
{
background-color: #788485;
}
.BgClassName
{
background-color: #788485;
}
</style>
border-color css
<style>
span { border-color: #788485; }
span { border-color: rgb(120,132,133); }
td.TdClassName
{
border-color: #788485;
}
.TagClassName
{
border-color: #788485;
}
</style>