Shades of Regent Grey #77878D
Tints of Regent Grey #77878D
RGB
CMYK
RGB Variations
Color information
#77878D (or 0x77878D) is known color: Regent Grey. HEX triplet: 77, 87 and 8D. RGB value is (119,135,141). Sum of RGB (Red+Green+Blue) = 119+135+141=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 135 (53.12% from 255 or 34.18% 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 #77878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77878D is #887872. Grayscale: #828282. Windows color (decimal): -8943731 or 9275255. OLE color: 9275255.
HSL color Cylindrical-coordinate representation of color #77878D: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77878D is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 135 | 141 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.45 |
| HSL | 196.36º | 0.09% | 0.51% | - |
| HSV(B) | 196.36º | 0.16% | 0.55% | - |
| XYZ | 21.08 | 23.17 | 28.56 | - |
| YUV | 130.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 141 | 0.16 | 0.04 | 0 | 0.45 | 196.36 | 0.09 | 0.51 |
| Hex | 77 | 87 | 8D | 10 | 4 | 0 | 2D | C4 | 9 | 33 |
| Octal | 167 | 207 | 215 | 20 | 4 | 0 | 55 | 304 | 11 | 63 |
| Binary | 1110111 | 10000111 | 10001101 | 10000 | 100 | 0 | 101101 | 11000100 | 1001 | 110011 |
Color Harmonies of #77878D
Complementary color
Monochromatic Colors of #77878D
Black with #77878D
Text Example
Text Example
White with #77878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77878D; }
p { color: rgb(119,135,141); }
H1.HeaderClassName
{
color: #77878D;
}
.AnyTagClassName
{
color: #77878D;
}
</style>
background-color css
<style>
a { background-color: #77878D; }
a { background-color: rgb(119,135,141); }
div.DivClassName
{
background-color: #77878D;
}
.BgClassName
{
background-color: #77878D;
}
</style>
border-color css
<style>
span { border-color: #77878D; }
span { border-color: rgb(119,135,141); }
td.TdClassName
{
border-color: #77878D;
}
.TagClassName
{
border-color: #77878D;
}
</style>