Shades of Regent Grey #778688
Tints of Regent Grey #778688
RGB
CMYK
RGB Variations
Color information
#778688 (or 0x778688) is known color: Regent Grey. HEX triplet: 77, 86 and 88. RGB value is (119,134,136). Sum of RGB (Red+Green+Blue) = 119+134+136=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 136 - color contains mainly: blue. Hex color #778688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778688 is #887977. Grayscale: #818181. Windows color (decimal): -8943992 or 8947319. OLE color: 8947319.
HSL color Cylindrical-coordinate representation of color #778688: hue angle of 187.06º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778688 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 136 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.47 |
| HSL | 187.06º | 0.07% | 0.5% | - |
| HSV(B) | 187.06º | 0.13% | 0.53% | - |
| XYZ | 20.58 | 22.75 | 26.6 | - |
| YUV | 129.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 136 | 0.12 | 0.01 | 0 | 0.47 | 187.06 | 0.07 | 0.5 |
| Hex | 77 | 86 | 88 | C | 1 | 0 | 2F | BB | 7 | 32 |
| Octal | 167 | 206 | 210 | 14 | 1 | 0 | 57 | 273 | 7 | 62 |
| Binary | 1110111 | 10000110 | 10001000 | 1100 | 1 | 0 | 101111 | 10111011 | 111 | 110010 |
Color Harmonies of #778688
Complementary color
Monochromatic Colors of #778688
Black with #778688
Text Example
Text Example
White with #778688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778688; }
p { color: rgb(119,134,136); }
H1.HeaderClassName
{
color: #778688;
}
.AnyTagClassName
{
color: #778688;
}
</style>
background-color css
<style>
a { background-color: #778688; }
a { background-color: rgb(119,134,136); }
div.DivClassName
{
background-color: #778688;
}
.BgClassName
{
background-color: #778688;
}
</style>
border-color css
<style>
span { border-color: #778688; }
span { border-color: rgb(119,134,136); }
td.TdClassName
{
border-color: #778688;
}
.TagClassName
{
border-color: #778688;
}
</style>