Shades of Regent Grey #777C7F
Tints of Regent Grey #777C7F
RGB
CMYK
RGB Variations
Color information
#777C7F (or 0x777C7F) is known color: Regent Grey. HEX triplet: 77, 7C and 7F. RGB value is (119,124,127). Sum of RGB (Red+Green+Blue) = 119+124+127=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 127 - color contains mainly: blue. Hex color #777C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C7F is #888380. Grayscale: #7A7A7A. Windows color (decimal): -8946561 or 8354935. OLE color: 8354935.
HSL color Cylindrical-coordinate representation of color #777C7F: hue angle of 202.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 #777C7F is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 124 | 127 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.50 |
| HSL | 202.5º | 0.03% | 0.48% | - |
| HSV(B) | 202.5º | 0.06% | 0.5% | - |
| XYZ | 18.65 | 19.87 | 22.93 | - |
| YUV | 122.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 127 | 0.06 | 0.02 | 0 | 0.50 | 202.5 | 0.03 | 0.48 |
| Hex | 77 | 7C | 7F | 6 | 2 | 0 | 32 | CA | 3 | 30 |
| Octal | 167 | 174 | 177 | 6 | 2 | 0 | 62 | 312 | 3 | 60 |
| Binary | 1110111 | 1111100 | 1111111 | 110 | 10 | 0 | 110010 | 11001010 | 11 | 110000 |
Color Harmonies of #777C7F
Complementary color
Monochromatic Colors of #777C7F
Black with #777C7F
Text Example
Text Example
White with #777C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C7F; }
p { color: rgb(119,124,127); }
H1.HeaderClassName
{
color: #777C7F;
}
.AnyTagClassName
{
color: #777C7F;
}
</style>
background-color css
<style>
a { background-color: #777C7F; }
a { background-color: rgb(119,124,127); }
div.DivClassName
{
background-color: #777C7F;
}
.BgClassName
{
background-color: #777C7F;
}
</style>
border-color css
<style>
span { border-color: #777C7F; }
span { border-color: rgb(119,124,127); }
td.TdClassName
{
border-color: #777C7F;
}
.TagClassName
{
border-color: #777C7F;
}
</style>