Shades of Oslo Grey #808A88
Tints of Oslo Grey #808A88
RGB
CMYK
RGB Variations
Color information
#808A88 (or 0x808A88) is known color: Oslo Grey. HEX triplet: 80, 8A and 88. RGB value is (128,138,136). Sum of RGB (Red+Green+Blue) = 128+138+136=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 138 - color contains mainly: green. Hex color #808A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A88 is #7F7577. Grayscale: #868686. Windows color (decimal): -8353144 or 8948352. OLE color: 8948352.
HSL color Cylindrical-coordinate representation of color #808A88: hue angle of 168º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808A88 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 136 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.46 |
| HSL | 168º | 0.04% | 0.52% | - |
| HSV(B) | 168º | 0.07% | 0.54% | - |
| XYZ | 22.43 | 24.54 | 26.85 | - |
| YUV | 134.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 136 | 0.07 | 0 | 0.01 | 0.46 | 168 | 0.04 | 0.52 |
| Hex | 80 | 8A | 88 | 7 | 0 | 1 | 2E | A8 | 4 | 34 |
| Octal | 200 | 212 | 210 | 7 | 0 | 1 | 56 | 250 | 4 | 64 |
| Binary | 10000000 | 10001010 | 10001000 | 111 | 0 | 1 | 101110 | 10101000 | 100 | 110100 |
Color Harmonies of #808A88
Complementary color
Monochromatic Colors of #808A88
Black with #808A88
Text Example
Text Example
White with #808A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A88; }
p { color: rgb(128,138,136); }
H1.HeaderClassName
{
color: #808A88;
}
.AnyTagClassName
{
color: #808A88;
}
</style>
background-color css
<style>
a { background-color: #808A88; }
a { background-color: rgb(128,138,136); }
div.DivClassName
{
background-color: #808A88;
}
.BgClassName
{
background-color: #808A88;
}
</style>
border-color css
<style>
span { border-color: #808A88; }
span { border-color: rgb(128,138,136); }
td.TdClassName
{
border-color: #808A88;
}
.TagClassName
{
border-color: #808A88;
}
</style>