Shades of Regent Grey #777D7F
Tints of Regent Grey #777D7F
RGB
CMYK
RGB Variations
Color information
#777D7F (or 0x777D7F) is known color: Regent Grey. HEX triplet: 77, 7D and 7F. RGB value is (119,125,127). Sum of RGB (Red+Green+Blue) = 119+125+127=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 127 - color contains mainly: blue. Hex color #777D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D7F is #888280. Grayscale: #7B7B7B. Windows color (decimal): -8946305 or 8355191. OLE color: 8355191.
HSL color Cylindrical-coordinate representation of color #777D7F: hue angle of 195º 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 #777D7F is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 125 | 127 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.50 |
| HSL | 195º | 0.03% | 0.48% | - |
| HSV(B) | 195º | 0.06% | 0.5% | - |
| XYZ | 18.77 | 20.12 | 22.97 | - |
| YUV | 123.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 127 | 0.06 | 0.02 | 0 | 0.50 | 195 | 0.03 | 0.48 |
| Hex | 77 | 7D | 7F | 6 | 2 | 0 | 32 | C3 | 3 | 30 |
| Octal | 167 | 175 | 177 | 6 | 2 | 0 | 62 | 303 | 3 | 60 |
| Binary | 1110111 | 1111101 | 1111111 | 110 | 10 | 0 | 110010 | 11000011 | 11 | 110000 |
Color Harmonies of #777D7F
Complementary color
Monochromatic Colors of #777D7F
Black with #777D7F
Text Example
Text Example
White with #777D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D7F; }
p { color: rgb(119,125,127); }
H1.HeaderClassName
{
color: #777D7F;
}
.AnyTagClassName
{
color: #777D7F;
}
</style>
background-color css
<style>
a { background-color: #777D7F; }
a { background-color: rgb(119,125,127); }
div.DivClassName
{
background-color: #777D7F;
}
.BgClassName
{
background-color: #777D7F;
}
</style>
border-color css
<style>
span { border-color: #777D7F; }
span { border-color: rgb(119,125,127); }
td.TdClassName
{
border-color: #777D7F;
}
.TagClassName
{
border-color: #777D7F;
}
</style>