Shades of Regent Grey #78858B
Tints of Regent Grey #78858B
RGB
CMYK
RGB Variations
Color information
#78858B (or 0x78858B) is known color: Regent Grey. HEX triplet: 78, 85 and 8B. RGB value is (120,133,139). Sum of RGB (Red+Green+Blue) = 120+133+139=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #78858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78858B is #877A74. Grayscale: #818181. Windows color (decimal): -8878709 or 9143672. OLE color: 9143672.
HSL color Cylindrical-coordinate representation of color #78858B: hue angle of 198.95º 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 #78858B is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 133 | 139 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.45 |
| HSL | 198.95º | 0.08% | 0.51% | - |
| HSV(B) | 198.95º | 0.14% | 0.55% | - |
| XYZ | 20.79 | 22.63 | 27.7 | - |
| YUV | 129.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 139 | 0.14 | 0.04 | 0 | 0.45 | 198.95 | 0.08 | 0.51 |
| Hex | 78 | 85 | 8B | E | 4 | 0 | 2D | C7 | 8 | 33 |
| Octal | 170 | 205 | 213 | 16 | 4 | 0 | 55 | 307 | 10 | 63 |
| Binary | 1111000 | 10000101 | 10001011 | 1110 | 100 | 0 | 101101 | 11000111 | 1000 | 110011 |
Color Harmonies of #78858B
Complementary color
Monochromatic Colors of #78858B
Black with #78858B
Text Example
Text Example
White with #78858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78858B; }
p { color: rgb(120,133,139); }
H1.HeaderClassName
{
color: #78858B;
}
.AnyTagClassName
{
color: #78858B;
}
</style>
background-color css
<style>
a { background-color: #78858B; }
a { background-color: rgb(120,133,139); }
div.DivClassName
{
background-color: #78858B;
}
.BgClassName
{
background-color: #78858B;
}
</style>
border-color css
<style>
span { border-color: #78858B; }
span { border-color: rgb(120,133,139); }
td.TdClassName
{
border-color: #78858B;
}
.TagClassName
{
border-color: #78858B;
}
</style>