Shades of Regent Grey #777E7F
Tints of Regent Grey #777E7F
RGB
CMYK
RGB Variations
Color information
#777E7F (or 0x777E7F) is known color: Regent Grey. HEX triplet: 77, 7E and 7F. RGB value is (119,126,127). Sum of RGB (Red+Green+Blue) = 119+126+127=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 127 - color contains mainly: blue. Hex color #777E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E7F is #888180. Grayscale: #7C7C7C. Windows color (decimal): -8946049 or 8355447. OLE color: 8355447.
HSL color Cylindrical-coordinate representation of color #777E7F: hue angle of 187.5º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #777E7F is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 126 | 127 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.50 |
| HSL | 187.5º | 0.03% | 0.48% | - |
| HSV(B) | 187.5º | 0.06% | 0.5% | - |
| XYZ | 18.9 | 20.38 | 23.02 | - |
| YUV | 124.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 127 | 0.06 | 0.01 | 0 | 0.50 | 187.5 | 0.03 | 0.48 |
| Hex | 77 | 7E | 7F | 6 | 1 | 0 | 32 | BC | 3 | 30 |
| Octal | 167 | 176 | 177 | 6 | 1 | 0 | 62 | 274 | 3 | 60 |
| Binary | 1110111 | 1111110 | 1111111 | 110 | 1 | 0 | 110010 | 10111100 | 11 | 110000 |
Color Harmonies of #777E7F
Complementary color
Monochromatic Colors of #777E7F
Black with #777E7F
Text Example
Text Example
White with #777E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E7F; }
p { color: rgb(119,126,127); }
H1.HeaderClassName
{
color: #777E7F;
}
.AnyTagClassName
{
color: #777E7F;
}
</style>
background-color css
<style>
a { background-color: #777E7F; }
a { background-color: rgb(119,126,127); }
div.DivClassName
{
background-color: #777E7F;
}
.BgClassName
{
background-color: #777E7F;
}
</style>
border-color css
<style>
span { border-color: #777E7F; }
span { border-color: rgb(119,126,127); }
td.TdClassName
{
border-color: #777E7F;
}
.TagClassName
{
border-color: #777E7F;
}
</style>