Shades of Regent Grey #78898B
Tints of Regent Grey #78898B
RGB
CMYK
RGB Variations
Color information
#78898B (or 0x78898B) is known color: Regent Grey. HEX triplet: 78, 89 and 8B. RGB value is (120,137,139). Sum of RGB (Red+Green+Blue) = 120+137+139=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #78898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78898B is #877674. Grayscale: #848484. Windows color (decimal): -8877685 or 9144696. OLE color: 9144696.
HSL color Cylindrical-coordinate representation of color #78898B: hue angle of 186.32º 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 #78898B is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 137 | 139 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.45 |
| HSL | 186.32º | 0.08% | 0.51% | - |
| HSV(B) | 186.32º | 0.14% | 0.55% | - |
| XYZ | 21.35 | 23.75 | 27.88 | - |
| YUV | 132.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 139 | 0.14 | 0.01 | 0 | 0.45 | 186.32 | 0.08 | 0.51 |
| Hex | 78 | 89 | 8B | E | 1 | 0 | 2D | BA | 8 | 33 |
| Octal | 170 | 211 | 213 | 16 | 1 | 0 | 55 | 272 | 10 | 63 |
| Binary | 1111000 | 10001001 | 10001011 | 1110 | 1 | 0 | 101101 | 10111010 | 1000 | 110011 |
Color Harmonies of #78898B
Complementary color
Monochromatic Colors of #78898B
Black with #78898B
Text Example
Text Example
White with #78898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78898B; }
p { color: rgb(120,137,139); }
H1.HeaderClassName
{
color: #78898B;
}
.AnyTagClassName
{
color: #78898B;
}
</style>
background-color css
<style>
a { background-color: #78898B; }
a { background-color: rgb(120,137,139); }
div.DivClassName
{
background-color: #78898B;
}
.BgClassName
{
background-color: #78898B;
}
</style>
border-color css
<style>
span { border-color: #78898B; }
span { border-color: rgb(120,137,139); }
td.TdClassName
{
border-color: #78898B;
}
.TagClassName
{
border-color: #78898B;
}
</style>