Shades of Oslo Grey #808886
Tints of Oslo Grey #808886
RGB
CMYK
RGB Variations
Color information
#808886 (or 0x808886) is known color: Oslo Grey. HEX triplet: 80, 88 and 86. RGB value is (128,136,134). Sum of RGB (Red+Green+Blue) = 128+136+134=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 136 - color contains mainly: green. Hex color #808886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808886 is #7F7779. Grayscale: #858585. Windows color (decimal): -8353658 or 8816768. OLE color: 8816768.
HSL color Cylindrical-coordinate representation of color #808886: hue angle of 165º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #808886 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 134 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.47 |
| HSL | 165º | 0.03% | 0.52% | - |
| HSV(B) | 165º | 0.06% | 0.53% | - |
| XYZ | 22.01 | 23.92 | 26.01 | - |
| YUV | 133.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 134 | 0.06 | 0 | 0.01 | 0.47 | 165 | 0.03 | 0.52 |
| Hex | 80 | 88 | 86 | 6 | 0 | 1 | 2F | A5 | 3 | 34 |
| Octal | 200 | 210 | 206 | 6 | 0 | 1 | 57 | 245 | 3 | 64 |
| Binary | 10000000 | 10001000 | 10000110 | 110 | 0 | 1 | 101111 | 10100101 | 11 | 110100 |
Color Harmonies of #808886
Complementary color
Monochromatic Colors of #808886
Black with #808886
Text Example
Text Example
White with #808886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808886; }
p { color: rgb(128,136,134); }
H1.HeaderClassName
{
color: #808886;
}
.AnyTagClassName
{
color: #808886;
}
</style>
background-color css
<style>
a { background-color: #808886; }
a { background-color: rgb(128,136,134); }
div.DivClassName
{
background-color: #808886;
}
.BgClassName
{
background-color: #808886;
}
</style>
border-color css
<style>
span { border-color: #808886; }
span { border-color: rgb(128,136,134); }
td.TdClassName
{
border-color: #808886;
}
.TagClassName
{
border-color: #808886;
}
</style>