Shades of Oslo Grey #878888
Tints of Oslo Grey #878888
RGB
CMYK
RGB Variations
Color information
#878888 (or 0x878888) is known color: Oslo Grey. HEX triplet: 87, 88 and 88. RGB value is (135,136,136). Sum of RGB (Red+Green+Blue) = 135+136+136=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #878888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878888 is #787777. Grayscale: #878787. Windows color (decimal): -7894904 or 8947847. OLE color: 8947847.
HSL color Cylindrical-coordinate representation of color #878888: hue angle of 180º degrees, saturation: 0, 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 #878888 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 136 | - |
| CMYK | 0.01 | 0 | 0 | 0.47 |
| HSL | 180º | 0% | 0.53% | - |
| HSV(B) | 180º | 0.01% | 0.53% | - |
| XYZ | 23.24 | 24.54 | 26.8 | - |
| YUV | 135.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 136 | 0.01 | 0 | 0 | 0.47 | 180 | 0 | 0.53 |
| Hex | 87 | 88 | 88 | 1 | 0 | 0 | 2F | B4 | 0 | 35 |
| Octal | 207 | 210 | 210 | 1 | 0 | 0 | 57 | 264 | 0 | 65 |
| Binary | 10000111 | 10001000 | 10001000 | 1 | 0 | 0 | 101111 | 10110100 | 0 | 110101 |
Color Harmonies of #878888
Complementary color
Monochromatic Colors of #878888
Black with #878888
Text Example
Text Example
White with #878888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878888; }
p { color: rgb(135,136,136); }
H1.HeaderClassName
{
color: #878888;
}
.AnyTagClassName
{
color: #878888;
}
</style>
background-color css
<style>
a { background-color: #878888; }
a { background-color: rgb(135,136,136); }
div.DivClassName
{
background-color: #878888;
}
.BgClassName
{
background-color: #878888;
}
</style>
border-color css
<style>
span { border-color: #878888; }
span { border-color: rgb(135,136,136); }
td.TdClassName
{
border-color: #878888;
}
.TagClassName
{
border-color: #878888;
}
</style>