Shades of Regent Grey #778488
Tints of Regent Grey #778488
RGB
CMYK
RGB Variations
Color information
#778488 (or 0x778488) is known color: Regent Grey. HEX triplet: 77, 84 and 88. RGB value is (119,132,136). Sum of RGB (Red+Green+Blue) = 119+132+136=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #778488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778488 is #887B77. Grayscale: #808080. Windows color (decimal): -8944504 or 8946807. OLE color: 8946807.
HSL color Cylindrical-coordinate representation of color #778488: hue angle of 194.12º 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 #778488 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 132 | 136 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.47 |
| HSL | 194.12º | 0.07% | 0.5% | - |
| HSV(B) | 194.12º | 0.13% | 0.53% | - |
| XYZ | 20.3 | 22.2 | 26.51 | - |
| YUV | 128.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 136 | 0.12 | 0.03 | 0 | 0.47 | 194.12 | 0.07 | 0.5 |
| Hex | 77 | 84 | 88 | C | 3 | 0 | 2F | C2 | 7 | 32 |
| Octal | 167 | 204 | 210 | 14 | 3 | 0 | 57 | 302 | 7 | 62 |
| Binary | 1110111 | 10000100 | 10001000 | 1100 | 11 | 0 | 101111 | 11000010 | 111 | 110010 |
Color Harmonies of #778488
Complementary color
Monochromatic Colors of #778488
Black with #778488
Text Example
Text Example
White with #778488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778488; }
p { color: rgb(119,132,136); }
H1.HeaderClassName
{
color: #778488;
}
.AnyTagClassName
{
color: #778488;
}
</style>
background-color css
<style>
a { background-color: #778488; }
a { background-color: rgb(119,132,136); }
div.DivClassName
{
background-color: #778488;
}
.BgClassName
{
background-color: #778488;
}
</style>
border-color css
<style>
span { border-color: #778488; }
span { border-color: rgb(119,132,136); }
td.TdClassName
{
border-color: #778488;
}
.TagClassName
{
border-color: #778488;
}
</style>