Shades of Regent Grey #788085
Tints of Regent Grey #788085
RGB
CMYK
RGB Variations
Color information
#788085 (or 0x788085) is known color: Regent Grey. HEX triplet: 78, 80 and 85. RGB value is (120,128,133). Sum of RGB (Red+Green+Blue) = 120+128+133=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #788085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788085 is #877F7A. Grayscale: #7E7E7E. Windows color (decimal): -8879995 or 8749176. OLE color: 8749176.
HSL color Cylindrical-coordinate representation of color #788085: hue angle of 203.08º 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 #788085 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 128 | 133 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.48 |
| HSL | 203.08º | 0.05% | 0.5% | - |
| HSV(B) | 203.08º | 0.1% | 0.52% | - |
| XYZ | 19.7 | 21.12 | 25.23 | - |
| YUV | 126.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 133 | 0.10 | 0.04 | 0 | 0.48 | 203.08 | 0.05 | 0.5 |
| Hex | 78 | 80 | 85 | A | 4 | 0 | 30 | CB | 5 | 32 |
| Octal | 170 | 200 | 205 | 12 | 4 | 0 | 60 | 313 | 5 | 62 |
| Binary | 1111000 | 10000000 | 10000101 | 1010 | 100 | 0 | 110000 | 11001011 | 101 | 110010 |
Color Harmonies of #788085
Complementary color
Monochromatic Colors of #788085
Black with #788085
Text Example
Text Example
White with #788085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788085; }
p { color: rgb(120,128,133); }
H1.HeaderClassName
{
color: #788085;
}
.AnyTagClassName
{
color: #788085;
}
</style>
background-color css
<style>
a { background-color: #788085; }
a { background-color: rgb(120,128,133); }
div.DivClassName
{
background-color: #788085;
}
.BgClassName
{
background-color: #788085;
}
</style>
border-color css
<style>
span { border-color: #788085; }
span { border-color: rgb(120,128,133); }
td.TdClassName
{
border-color: #788085;
}
.TagClassName
{
border-color: #788085;
}
</style>