Shades of Regent Grey #777F82
Tints of Regent Grey #777F82
RGB
CMYK
RGB Variations
Color information
#777F82 (or 0x777F82) is known color: Regent Grey. HEX triplet: 77, 7F and 82. RGB value is (119,127,130). Sum of RGB (Red+Green+Blue) = 119+127+130=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 130 - color contains mainly: blue. Hex color #777F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F82 is #88807D. Grayscale: #7C7C7C. Windows color (decimal): -8945790 or 8552311. OLE color: 8552311.
HSL color Cylindrical-coordinate representation of color #777F82: hue angle of 196.36º 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 #777F82 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 127 | 130 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.49 |
| HSL | 196.36º | 0.04% | 0.49% | - |
| HSV(B) | 196.36º | 0.08% | 0.51% | - |
| XYZ | 19.23 | 20.71 | 24.1 | - |
| YUV | 124.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 130 | 0.08 | 0.02 | 0 | 0.49 | 196.36 | 0.04 | 0.49 |
| Hex | 77 | 7F | 82 | 8 | 2 | 0 | 31 | C4 | 4 | 31 |
| Octal | 167 | 177 | 202 | 10 | 2 | 0 | 61 | 304 | 4 | 61 |
| Binary | 1110111 | 1111111 | 10000010 | 1000 | 10 | 0 | 110001 | 11000100 | 100 | 110001 |
Color Harmonies of #777F82
Complementary color
Monochromatic Colors of #777F82
Black with #777F82
Text Example
Text Example
White with #777F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F82; }
p { color: rgb(119,127,130); }
H1.HeaderClassName
{
color: #777F82;
}
.AnyTagClassName
{
color: #777F82;
}
</style>
background-color css
<style>
a { background-color: #777F82; }
a { background-color: rgb(119,127,130); }
div.DivClassName
{
background-color: #777F82;
}
.BgClassName
{
background-color: #777F82;
}
</style>
border-color css
<style>
span { border-color: #777F82; }
span { border-color: rgb(119,127,130); }
td.TdClassName
{
border-color: #777F82;
}
.TagClassName
{
border-color: #777F82;
}
</style>