Shades of Oslo Grey #878D8C
Tints of Oslo Grey #878D8C
RGB
CMYK
RGB Variations
Color information
#878D8C (or 0x878D8C) is known color: Oslo Grey. HEX triplet: 87, 8D and 8C. RGB value is (135,141,140). Sum of RGB (Red+Green+Blue) = 135+141+140=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 141 - color contains mainly: green. Hex color #878D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D8C is #787273. Grayscale: #8B8B8B. Windows color (decimal): -7893620 or 9211271. OLE color: 9211271.
HSL color Cylindrical-coordinate representation of color #878D8C: hue angle of 170º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878D8C is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 140 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.45 |
| HSL | 170º | 0.03% | 0.54% | - |
| HSV(B) | 170º | 0.04% | 0.55% | - |
| XYZ | 24.25 | 26.09 | 28.57 | - |
| YUV | 139.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 140 | 0.04 | 0 | 0.01 | 0.45 | 170 | 0.03 | 0.54 |
| Hex | 87 | 8D | 8C | 4 | 0 | 1 | 2D | AA | 3 | 36 |
| Octal | 207 | 215 | 214 | 4 | 0 | 1 | 55 | 252 | 3 | 66 |
| Binary | 10000111 | 10001101 | 10001100 | 100 | 0 | 1 | 101101 | 10101010 | 11 | 110110 |
Color Harmonies of #878D8C
Complementary color
Monochromatic Colors of #878D8C
Black with #878D8C
Text Example
Text Example
White with #878D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D8C; }
p { color: rgb(135,141,140); }
H1.HeaderClassName
{
color: #878D8C;
}
.AnyTagClassName
{
color: #878D8C;
}
</style>
background-color css
<style>
a { background-color: #878D8C; }
a { background-color: rgb(135,141,140); }
div.DivClassName
{
background-color: #878D8C;
}
.BgClassName
{
background-color: #878D8C;
}
</style>
border-color css
<style>
span { border-color: #878D8C; }
span { border-color: rgb(135,141,140); }
td.TdClassName
{
border-color: #878D8C;
}
.TagClassName
{
border-color: #878D8C;
}
</style>