Shades of Regent Grey #788C90
Tints of Regent Grey #788C90
RGB
CMYK
RGB Variations
Color information
#788C90 (or 0x788C90) is known color: Regent Grey. HEX triplet: 78, 8C and 90. RGB value is (120,140,144). Sum of RGB (Red+Green+Blue) = 120+140+144=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #788C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C90 is #87736F. Grayscale: #868686. Windows color (decimal): -8876912 or 9473144. OLE color: 9473144.
HSL color Cylindrical-coordinate representation of color #788C90: hue angle of 190º 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 #788C90 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 140 | 144 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.44 |
| HSL | 190º | 0.1% | 0.52% | - |
| HSV(B) | 190º | 0.17% | 0.56% | - |
| XYZ | 22.16 | 24.76 | 30 | - |
| YUV | 134.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 144 | 0.17 | 0.03 | 0 | 0.44 | 190 | 0.1 | 0.52 |
| Hex | 78 | 8C | 90 | 11 | 3 | 0 | 2C | BE | A | 34 |
| Octal | 170 | 214 | 220 | 21 | 3 | 0 | 54 | 276 | 12 | 64 |
| Binary | 1111000 | 10001100 | 10010000 | 10001 | 11 | 0 | 101100 | 10111110 | 1010 | 110100 |
Color Harmonies of #788C90
Complementary color
Monochromatic Colors of #788C90
Black with #788C90
Text Example
Text Example
White with #788C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C90; }
p { color: rgb(120,140,144); }
H1.HeaderClassName
{
color: #788C90;
}
.AnyTagClassName
{
color: #788C90;
}
</style>
background-color css
<style>
a { background-color: #788C90; }
a { background-color: rgb(120,140,144); }
div.DivClassName
{
background-color: #788C90;
}
.BgClassName
{
background-color: #788C90;
}
</style>
border-color css
<style>
span { border-color: #788C90; }
span { border-color: rgb(120,140,144); }
td.TdClassName
{
border-color: #788C90;
}
.TagClassName
{
border-color: #788C90;
}
</style>