Shades of Regent Grey #778890
Tints of Regent Grey #778890
RGB
CMYK
RGB Variations
Color information
#778890 (or 0x778890) is known color: Regent Grey. HEX triplet: 77, 88 and 90. RGB value is (119,136,144). Sum of RGB (Red+Green+Blue) = 119+136+144=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #778890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778890 is #88776F. Grayscale: #838383. Windows color (decimal): -8943472 or 9472119. OLE color: 9472119.
HSL color Cylindrical-coordinate representation of color #778890: hue angle of 199.2º 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 #778890 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 136 | 144 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.44 |
| HSL | 199.2º | 0.1% | 0.52% | - |
| HSV(B) | 199.2º | 0.17% | 0.56% | - |
| XYZ | 21.45 | 23.54 | 29.8 | - |
| YUV | 131.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 144 | 0.17 | 0.06 | 0 | 0.44 | 199.2 | 0.1 | 0.52 |
| Hex | 77 | 88 | 90 | 11 | 6 | 0 | 2C | C7 | A | 34 |
| Octal | 167 | 210 | 220 | 21 | 6 | 0 | 54 | 307 | 12 | 64 |
| Binary | 1110111 | 10001000 | 10010000 | 10001 | 110 | 0 | 101100 | 11000111 | 1010 | 110100 |
Color Harmonies of #778890
Complementary color
Monochromatic Colors of #778890
Black with #778890
Text Example
Text Example
White with #778890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778890; }
p { color: rgb(119,136,144); }
H1.HeaderClassName
{
color: #778890;
}
.AnyTagClassName
{
color: #778890;
}
</style>
background-color css
<style>
a { background-color: #778890; }
a { background-color: rgb(119,136,144); }
div.DivClassName
{
background-color: #778890;
}
.BgClassName
{
background-color: #778890;
}
</style>
border-color css
<style>
span { border-color: #778890; }
span { border-color: rgb(119,136,144); }
td.TdClassName
{
border-color: #778890;
}
.TagClassName
{
border-color: #778890;
}
</style>