Shades of Regent Grey #78858D
Tints of Regent Grey #78858D
RGB
CMYK
RGB Variations
Color information
#78858D (or 0x78858D) is known color: Regent Grey. HEX triplet: 78, 85 and 8D. RGB value is (120,133,141). Sum of RGB (Red+Green+Blue) = 120+133+141=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #78858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78858D is #877A72. Grayscale: #818181. Windows color (decimal): -8878707 or 9274744. OLE color: 9274744.
HSL color Cylindrical-coordinate representation of color #78858D: hue angle of 202.86º 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 #78858D is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 133 | 141 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.45 |
| HSL | 202.86º | 0.08% | 0.51% | - |
| HSV(B) | 202.86º | 0.15% | 0.55% | - |
| XYZ | 20.94 | 22.69 | 28.48 | - |
| YUV | 130.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 141 | 0.15 | 0.06 | 0 | 0.45 | 202.86 | 0.08 | 0.51 |
| Hex | 78 | 85 | 8D | F | 6 | 0 | 2D | CB | 8 | 33 |
| Octal | 170 | 205 | 215 | 17 | 6 | 0 | 55 | 313 | 10 | 63 |
| Binary | 1111000 | 10000101 | 10001101 | 1111 | 110 | 0 | 101101 | 11001011 | 1000 | 110011 |
Color Harmonies of #78858D
Complementary color
Monochromatic Colors of #78858D
Black with #78858D
Text Example
Text Example
White with #78858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78858D; }
p { color: rgb(120,133,141); }
H1.HeaderClassName
{
color: #78858D;
}
.AnyTagClassName
{
color: #78858D;
}
</style>
background-color css
<style>
a { background-color: #78858D; }
a { background-color: rgb(120,133,141); }
div.DivClassName
{
background-color: #78858D;
}
.BgClassName
{
background-color: #78858D;
}
</style>
border-color css
<style>
span { border-color: #78858D; }
span { border-color: rgb(120,133,141); }
td.TdClassName
{
border-color: #78858D;
}
.TagClassName
{
border-color: #78858D;
}
</style>