Shades of Regent Grey #788890
Tints of Regent Grey #788890
RGB
CMYK
RGB Variations
Color information
#788890 (or 0x788890) is known color: Regent Grey. HEX triplet: 78, 88 and 90. RGB value is (120,136,144). Sum of RGB (Red+Green+Blue) = 120+136+144=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #788890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788890 is #87776F. Grayscale: #848484. Windows color (decimal): -8877936 or 9472120. OLE color: 9472120.
HSL color Cylindrical-coordinate representation of color #788890: hue angle of 200º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788890 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 136 | 144 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.44 |
| HSL | 200º | 0.1% | 0.52% | - |
| HSV(B) | 200º | 0.17% | 0.56% | - |
| XYZ | 21.58 | 23.62 | 29.81 | - |
| YUV | 132.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 144 | 0.17 | 0.06 | 0 | 0.44 | 200 | 0.1 | 0.52 |
| Hex | 78 | 88 | 90 | 11 | 6 | 0 | 2C | C8 | A | 34 |
| Octal | 170 | 210 | 220 | 21 | 6 | 0 | 54 | 310 | 12 | 64 |
| Binary | 1111000 | 10001000 | 10010000 | 10001 | 110 | 0 | 101100 | 11001000 | 1010 | 110100 |
Color Harmonies of #788890
Complementary color
Monochromatic Colors of #788890
Black with #788890
Text Example
Text Example
White with #788890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788890; }
p { color: rgb(120,136,144); }
H1.HeaderClassName
{
color: #788890;
}
.AnyTagClassName
{
color: #788890;
}
</style>
background-color css
<style>
a { background-color: #788890; }
a { background-color: rgb(120,136,144); }
div.DivClassName
{
background-color: #788890;
}
.BgClassName
{
background-color: #788890;
}
</style>
border-color css
<style>
span { border-color: #788890; }
span { border-color: rgb(120,136,144); }
td.TdClassName
{
border-color: #788890;
}
.TagClassName
{
border-color: #788890;
}
</style>