Shades of Regent Grey #78868D
Tints of Regent Grey #78868D
RGB
CMYK
RGB Variations
Color information
#78868D (or 0x78868D) is known color: Regent Grey. HEX triplet: 78, 86 and 8D. RGB value is (120,134,141). Sum of RGB (Red+Green+Blue) = 120+134+141=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #78868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78868D is #877972. Grayscale: #828282. Windows color (decimal): -8878451 or 9275000. OLE color: 9275000.
HSL color Cylindrical-coordinate representation of color #78868D: hue angle of 200º 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 #78868D is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 134 | 141 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.45 |
| HSL | 200º | 0.08% | 0.51% | - |
| HSV(B) | 200º | 0.15% | 0.55% | - |
| XYZ | 21.08 | 22.97 | 28.52 | - |
| YUV | 130.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 141 | 0.15 | 0.05 | 0 | 0.45 | 200 | 0.08 | 0.51 |
| Hex | 78 | 86 | 8D | F | 5 | 0 | 2D | C8 | 8 | 33 |
| Octal | 170 | 206 | 215 | 17 | 5 | 0 | 55 | 310 | 10 | 63 |
| Binary | 1111000 | 10000110 | 10001101 | 1111 | 101 | 0 | 101101 | 11001000 | 1000 | 110011 |
Color Harmonies of #78868D
Complementary color
Monochromatic Colors of #78868D
Black with #78868D
Text Example
Text Example
White with #78868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78868D; }
p { color: rgb(120,134,141); }
H1.HeaderClassName
{
color: #78868D;
}
.AnyTagClassName
{
color: #78868D;
}
</style>
background-color css
<style>
a { background-color: #78868D; }
a { background-color: rgb(120,134,141); }
div.DivClassName
{
background-color: #78868D;
}
.BgClassName
{
background-color: #78868D;
}
</style>
border-color css
<style>
span { border-color: #78868D; }
span { border-color: rgb(120,134,141); }
td.TdClassName
{
border-color: #78868D;
}
.TagClassName
{
border-color: #78868D;
}
</style>