Shades of Oslo Grey #778887
Tints of Oslo Grey #778887
RGB
CMYK
RGB Variations
Color information
#778887 (or 0x778887) is known color: Oslo Grey. HEX triplet: 77, 88 and 87. RGB value is (119,136,135). Sum of RGB (Red+Green+Blue) = 119+136+135=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 136 - color contains mainly: green. Hex color #778887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778887 is #887778. Grayscale: #828282. Windows color (decimal): -8943481 or 8882295. OLE color: 8882295.
HSL color Cylindrical-coordinate representation of color #778887: hue angle of 176.47º 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 #778887 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 135 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.47 |
| HSL | 176.47º | 0.07% | 0.5% | - |
| HSV(B) | 176.47º | 0.13% | 0.53% | - |
| XYZ | 20.79 | 23.28 | 26.32 | - |
| YUV | 130.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 135 | 0.12 | 0 | 0.01 | 0.47 | 176.47 | 0.07 | 0.5 |
| Hex | 77 | 88 | 87 | C | 0 | 1 | 2F | B0 | 7 | 32 |
| Octal | 167 | 210 | 207 | 14 | 0 | 1 | 57 | 260 | 7 | 62 |
| Binary | 1110111 | 10001000 | 10000111 | 1100 | 0 | 1 | 101111 | 10110000 | 111 | 110010 |
Color Harmonies of #778887
Complementary color
Monochromatic Colors of #778887
Black with #778887
Text Example
Text Example
White with #778887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778887; }
p { color: rgb(119,136,135); }
H1.HeaderClassName
{
color: #778887;
}
.AnyTagClassName
{
color: #778887;
}
</style>
background-color css
<style>
a { background-color: #778887; }
a { background-color: rgb(119,136,135); }
div.DivClassName
{
background-color: #778887;
}
.BgClassName
{
background-color: #778887;
}
</style>
border-color css
<style>
span { border-color: #778887; }
span { border-color: rgb(119,136,135); }
td.TdClassName
{
border-color: #778887;
}
.TagClassName
{
border-color: #778887;
}
</style>