Shades of Oslo Grey #878C8B
Tints of Oslo Grey #878C8B
RGB
CMYK
RGB Variations
Color information
#878C8B (or 0x878C8B) is known color: Oslo Grey. HEX triplet: 87, 8C and 8B. RGB value is (135,140,139). Sum of RGB (Red+Green+Blue) = 135+140+139=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 140 - color contains mainly: green. Hex color #878C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C8B is #787374. Grayscale: #8A8A8A. Windows color (decimal): -7893877 or 9145479. OLE color: 9145479.
HSL color Cylindrical-coordinate representation of color #878C8B: hue angle of 168º degrees, saturation: 0.02, 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 #878C8B is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 139 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.45 |
| HSL | 168º | 0.02% | 0.54% | - |
| HSV(B) | 168º | 0.04% | 0.55% | - |
| XYZ | 24.03 | 25.77 | 28.13 | - |
| YUV | 138.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 139 | 0.04 | 0 | 0.01 | 0.45 | 168 | 0.02 | 0.54 |
| Hex | 87 | 8C | 8B | 4 | 0 | 1 | 2D | A8 | 2 | 36 |
| Octal | 207 | 214 | 213 | 4 | 0 | 1 | 55 | 250 | 2 | 66 |
| Binary | 10000111 | 10001100 | 10001011 | 100 | 0 | 1 | 101101 | 10101000 | 10 | 110110 |
Color Harmonies of #878C8B
Complementary color
Monochromatic Colors of #878C8B
Black with #878C8B
Text Example
Text Example
White with #878C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C8B; }
p { color: rgb(135,140,139); }
H1.HeaderClassName
{
color: #878C8B;
}
.AnyTagClassName
{
color: #878C8B;
}
</style>
background-color css
<style>
a { background-color: #878C8B; }
a { background-color: rgb(135,140,139); }
div.DivClassName
{
background-color: #878C8B;
}
.BgClassName
{
background-color: #878C8B;
}
</style>
border-color css
<style>
span { border-color: #878C8B; }
span { border-color: rgb(135,140,139); }
td.TdClassName
{
border-color: #878C8B;
}
.TagClassName
{
border-color: #878C8B;
}
</style>