Shades of Oslo Grey #878E8E
Tints of Oslo Grey #878E8E
RGB
CMYK
RGB Variations
Color information
#878E8E (or 0x878E8E) is known color: Oslo Grey. HEX triplet: 87, 8E and 8E. RGB value is (135,142,142). Sum of RGB (Red+Green+Blue) = 135+142+142=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #878E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E8E is #787171. Grayscale: #8B8B8B. Windows color (decimal): -7893362 or 9342599. OLE color: 9342599.
HSL color Cylindrical-coordinate representation of color #878E8E: hue angle of 180º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #878E8E is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 142 | 142 | - |
| CMYK | 0.05 | 0 | 0 | 0.44 |
| HSL | 180º | 0.03% | 0.54% | - |
| HSV(B) | 180º | 0.05% | 0.56% | - |
| XYZ | 24.55 | 26.45 | 29.4 | - |
| YUV | 139.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 142 | 0.05 | 0 | 0 | 0.44 | 180 | 0.03 | 0.54 |
| Hex | 87 | 8E | 8E | 5 | 0 | 0 | 2C | B4 | 3 | 36 |
| Octal | 207 | 216 | 216 | 5 | 0 | 0 | 54 | 264 | 3 | 66 |
| Binary | 10000111 | 10001110 | 10001110 | 101 | 0 | 0 | 101100 | 10110100 | 11 | 110110 |
Color Harmonies of #878E8E
Complementary color
Monochromatic Colors of #878E8E
Black with #878E8E
Text Example
Text Example
White with #878E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E8E; }
p { color: rgb(135,142,142); }
H1.HeaderClassName
{
color: #878E8E;
}
.AnyTagClassName
{
color: #878E8E;
}
</style>
background-color css
<style>
a { background-color: #878E8E; }
a { background-color: rgb(135,142,142); }
div.DivClassName
{
background-color: #878E8E;
}
.BgClassName
{
background-color: #878E8E;
}
</style>
border-color css
<style>
span { border-color: #878E8E; }
span { border-color: rgb(135,142,142); }
td.TdClassName
{
border-color: #878E8E;
}
.TagClassName
{
border-color: #878E8E;
}
</style>