Shades of Regent Grey #778B8D
Tints of Regent Grey #778B8D
RGB
CMYK
RGB Variations
Color information
#778B8D (or 0x778B8D) is known color: Regent Grey. HEX triplet: 77, 8B and 8D. RGB value is (119,139,141). Sum of RGB (Red+Green+Blue) = 119+139+141=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 141 - color contains mainly: blue. Hex color #778B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B8D is #887472. Grayscale: #858585. Windows color (decimal): -8942707 or 9276279. OLE color: 9276279.
HSL color Cylindrical-coordinate representation of color #778B8D: hue angle of 185.45º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778B8D is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 141 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.45 |
| HSL | 185.45º | 0.09% | 0.51% | - |
| HSV(B) | 185.45º | 0.16% | 0.55% | - |
| XYZ | 21.65 | 24.31 | 28.75 | - |
| YUV | 133.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 141 | 0.16 | 0.01 | 0 | 0.45 | 185.45 | 0.09 | 0.51 |
| Hex | 77 | 8B | 8D | 10 | 1 | 0 | 2D | B9 | 9 | 33 |
| Octal | 167 | 213 | 215 | 20 | 1 | 0 | 55 | 271 | 11 | 63 |
| Binary | 1110111 | 10001011 | 10001101 | 10000 | 1 | 0 | 101101 | 10111001 | 1001 | 110011 |
Color Harmonies of #778B8D
Complementary color
Monochromatic Colors of #778B8D
Black with #778B8D
Text Example
Text Example
White with #778B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B8D; }
p { color: rgb(119,139,141); }
H1.HeaderClassName
{
color: #778B8D;
}
.AnyTagClassName
{
color: #778B8D;
}
</style>
background-color css
<style>
a { background-color: #778B8D; }
a { background-color: rgb(119,139,141); }
div.DivClassName
{
background-color: #778B8D;
}
.BgClassName
{
background-color: #778B8D;
}
</style>
border-color css
<style>
span { border-color: #778B8D; }
span { border-color: rgb(119,139,141); }
td.TdClassName
{
border-color: #778B8D;
}
.TagClassName
{
border-color: #778B8D;
}
</style>