Shades of Regent Grey #777C7D
Tints of Regent Grey #777C7D
RGB
CMYK
RGB Variations
Color information
#777C7D (or 0x777C7D) is known color: Regent Grey. HEX triplet: 77, 7C and 7D. RGB value is (119,124,125). Sum of RGB (Red+Green+Blue) = 119+124+125=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 125 - color contains mainly: blue. Hex color #777C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C7D is #888382. Grayscale: #7A7A7A. Windows color (decimal): -8946563 or 8223863. OLE color: 8223863.
HSL color Cylindrical-coordinate representation of color #777C7D: hue angle of 190º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777C7D is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 124 | 125 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.51 |
| HSL | 190º | 0.02% | 0.48% | - |
| HSV(B) | 190º | 0.05% | 0.49% | - |
| XYZ | 18.52 | 19.82 | 22.25 | - |
| YUV | 122.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 124 | 125 | 0.05 | 0.01 | 0 | 0.51 | 190 | 0.02 | 0.48 |
| Hex | 77 | 7C | 7D | 5 | 1 | 0 | 33 | BE | 2 | 30 |
| Octal | 167 | 174 | 175 | 5 | 1 | 0 | 63 | 276 | 2 | 60 |
| Binary | 1110111 | 1111100 | 1111101 | 101 | 1 | 0 | 110011 | 10111110 | 10 | 110000 |
Color Harmonies of #777C7D
Complementary color
Monochromatic Colors of #777C7D
Black with #777C7D
Text Example
Text Example
White with #777C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777C7D; }
p { color: rgb(119,124,125); }
H1.HeaderClassName
{
color: #777C7D;
}
.AnyTagClassName
{
color: #777C7D;
}
</style>
background-color css
<style>
a { background-color: #777C7D; }
a { background-color: rgb(119,124,125); }
div.DivClassName
{
background-color: #777C7D;
}
.BgClassName
{
background-color: #777C7D;
}
</style>
border-color css
<style>
span { border-color: #777C7D; }
span { border-color: rgb(119,124,125); }
td.TdClassName
{
border-color: #777C7D;
}
.TagClassName
{
border-color: #777C7D;
}
</style>