Shades of Regent Grey #78888C
Tints of Regent Grey #78888C
RGB
CMYK
RGB Variations
Color information
#78888C (or 0x78888C) is known color: Regent Grey. HEX triplet: 78, 88 and 8C. RGB value is (120,136,140). Sum of RGB (Red+Green+Blue) = 120+136+140=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 140 - color contains mainly: blue. Hex color #78888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78888C is #877773. Grayscale: #838383. Windows color (decimal): -8877940 or 9209976. OLE color: 9209976.
HSL color Cylindrical-coordinate representation of color #78888C: hue angle of 192º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #78888C is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 136 | 140 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.45 |
| HSL | 192º | 0.08% | 0.51% | - |
| HSV(B) | 192º | 0.14% | 0.55% | - |
| XYZ | 21.28 | 23.49 | 28.22 | - |
| YUV | 131.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 140 | 0.14 | 0.03 | 0 | 0.45 | 192 | 0.08 | 0.51 |
| Hex | 78 | 88 | 8C | E | 3 | 0 | 2D | C0 | 8 | 33 |
| Octal | 170 | 210 | 214 | 16 | 3 | 0 | 55 | 300 | 10 | 63 |
| Binary | 1111000 | 10001000 | 10001100 | 1110 | 11 | 0 | 101101 | 11000000 | 1000 | 110011 |
Color Harmonies of #78888C
Complementary color
Monochromatic Colors of #78888C
Black with #78888C
Text Example
Text Example
White with #78888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78888C; }
p { color: rgb(120,136,140); }
H1.HeaderClassName
{
color: #78888C;
}
.AnyTagClassName
{
color: #78888C;
}
</style>
background-color css
<style>
a { background-color: #78888C; }
a { background-color: rgb(120,136,140); }
div.DivClassName
{
background-color: #78888C;
}
.BgClassName
{
background-color: #78888C;
}
</style>
border-color css
<style>
span { border-color: #78888C; }
span { border-color: rgb(120,136,140); }
td.TdClassName
{
border-color: #78888C;
}
.TagClassName
{
border-color: #78888C;
}
</style>