Shades of Regent Grey #78888D
Tints of Regent Grey #78888D
RGB
CMYK
RGB Variations
Color information
#78888D (or 0x78888D) is known color: Regent Grey. HEX triplet: 78, 88 and 8D. RGB value is (120,136,141). Sum of RGB (Red+Green+Blue) = 120+136+141=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 141 - color contains mainly: blue. Hex color #78888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78888D is #877772. Grayscale: #838383. Windows color (decimal): -8877939 or 9275512. OLE color: 9275512.
HSL color Cylindrical-coordinate representation of color #78888D: hue angle of 194.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78888D is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 136 | 141 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.45 |
| HSL | 194.29º | 0.08% | 0.51% | - |
| HSV(B) | 194.29º | 0.15% | 0.55% | - |
| XYZ | 21.36 | 23.52 | 28.61 | - |
| YUV | 131.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 141 | 0.15 | 0.04 | 0 | 0.45 | 194.29 | 0.08 | 0.51 |
| Hex | 78 | 88 | 8D | F | 4 | 0 | 2D | C2 | 8 | 33 |
| Octal | 170 | 210 | 215 | 17 | 4 | 0 | 55 | 302 | 10 | 63 |
| Binary | 1111000 | 10001000 | 10001101 | 1111 | 100 | 0 | 101101 | 11000010 | 1000 | 110011 |
Color Harmonies of #78888D
Complementary color
Monochromatic Colors of #78888D
Black with #78888D
Text Example
Text Example
White with #78888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78888D; }
p { color: rgb(120,136,141); }
H1.HeaderClassName
{
color: #78888D;
}
.AnyTagClassName
{
color: #78888D;
}
</style>
background-color css
<style>
a { background-color: #78888D; }
a { background-color: rgb(120,136,141); }
div.DivClassName
{
background-color: #78888D;
}
.BgClassName
{
background-color: #78888D;
}
</style>
border-color css
<style>
span { border-color: #78888D; }
span { border-color: rgb(120,136,141); }
td.TdClassName
{
border-color: #78888D;
}
.TagClassName
{
border-color: #78888D;
}
</style>