Shades of Regent Grey #777F81
Tints of Regent Grey #777F81
RGB
CMYK
RGB Variations
Color information
#777F81 (or 0x777F81) is known color: Regent Grey. HEX triplet: 77, 7F and 81. RGB value is (119,127,129). Sum of RGB (Red+Green+Blue) = 119+127+129=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 129 - color contains mainly: blue. Hex color #777F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F81 is #88807E. Grayscale: #7C7C7C. Windows color (decimal): -8945791 or 8486775. OLE color: 8486775.
HSL color Cylindrical-coordinate representation of color #777F81: hue angle of 192º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #777F81 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 127 | 129 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.49 |
| HSL | 192º | 0.04% | 0.49% | - |
| HSV(B) | 192º | 0.08% | 0.51% | - |
| XYZ | 19.16 | 20.69 | 23.75 | - |
| YUV | 124.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 129 | 0.08 | 0.02 | 0 | 0.49 | 192 | 0.04 | 0.49 |
| Hex | 77 | 7F | 81 | 8 | 2 | 0 | 31 | C0 | 4 | 31 |
| Octal | 167 | 177 | 201 | 10 | 2 | 0 | 61 | 300 | 4 | 61 |
| Binary | 1110111 | 1111111 | 10000001 | 1000 | 10 | 0 | 110001 | 11000000 | 100 | 110001 |
Color Harmonies of #777F81
Complementary color
Monochromatic Colors of #777F81
Black with #777F81
Text Example
Text Example
White with #777F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F81; }
p { color: rgb(119,127,129); }
H1.HeaderClassName
{
color: #777F81;
}
.AnyTagClassName
{
color: #777F81;
}
</style>
background-color css
<style>
a { background-color: #777F81; }
a { background-color: rgb(119,127,129); }
div.DivClassName
{
background-color: #777F81;
}
.BgClassName
{
background-color: #777F81;
}
</style>
border-color css
<style>
span { border-color: #777F81; }
span { border-color: rgb(119,127,129); }
td.TdClassName
{
border-color: #777F81;
}
.TagClassName
{
border-color: #777F81;
}
</style>