Shades of Oslo Grey #868888
Tints of Oslo Grey #868888
RGB
CMYK
RGB Variations
Color information
#868888 (or 0x868888) is known color: Oslo Grey. HEX triplet: 86, 88 and 88. RGB value is (134,136,136). Sum of RGB (Red+Green+Blue) = 134+136+136=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #868888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868888 is #797777. Grayscale: #878787. Windows color (decimal): -7960440 or 8947846. OLE color: 8947846.
HSL color Cylindrical-coordinate representation of color #868888: hue angle of 180º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #868888 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 136 | - |
| CMYK | 0.01 | 0 | 0 | 0.47 |
| HSL | 180º | 0.01% | 0.53% | - |
| HSV(B) | 180º | 0.01% | 0.53% | - |
| XYZ | 23.08 | 24.45 | 26.8 | - |
| YUV | 135.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 136 | 0.01 | 0 | 0 | 0.47 | 180 | 0.01 | 0.53 |
| Hex | 86 | 88 | 88 | 1 | 0 | 0 | 2F | B4 | 1 | 35 |
| Octal | 206 | 210 | 210 | 1 | 0 | 0 | 57 | 264 | 1 | 65 |
| Binary | 10000110 | 10001000 | 10001000 | 1 | 0 | 0 | 101111 | 10110100 | 1 | 110101 |
Color Harmonies of #868888
Complementary color
Monochromatic Colors of #868888
Black with #868888
Text Example
Text Example
White with #868888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868888; }
p { color: rgb(134,136,136); }
H1.HeaderClassName
{
color: #868888;
}
.AnyTagClassName
{
color: #868888;
}
</style>
background-color css
<style>
a { background-color: #868888; }
a { background-color: rgb(134,136,136); }
div.DivClassName
{
background-color: #868888;
}
.BgClassName
{
background-color: #868888;
}
</style>
border-color css
<style>
span { border-color: #868888; }
span { border-color: rgb(134,136,136); }
td.TdClassName
{
border-color: #868888;
}
.TagClassName
{
border-color: #868888;
}
</style>