Shades of Oslo Grey #878B8B
Tints of Oslo Grey #878B8B
RGB
CMYK
RGB Variations
Color information
#878B8B (or 0x878B8B) is known color: Oslo Grey. HEX triplet: 87, 8B and 8B. RGB value is (135,139,139). Sum of RGB (Red+Green+Blue) = 135+139+139=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #878B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B8B is #787474. Grayscale: #898989. Windows color (decimal): -7894133 or 9145223. OLE color: 9145223.
HSL color Cylindrical-coordinate representation of color #878B8B: hue angle of 180º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #878B8B is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 139 | - |
| CMYK | 0.03 | 0 | 0 | 0.45 |
| HSL | 180º | 0.02% | 0.54% | - |
| HSV(B) | 180º | 0.03% | 0.55% | - |
| XYZ | 23.88 | 25.48 | 28.09 | - |
| YUV | 137.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 139 | 0.03 | 0 | 0 | 0.45 | 180 | 0.02 | 0.54 |
| Hex | 87 | 8B | 8B | 3 | 0 | 0 | 2D | B4 | 2 | 36 |
| Octal | 207 | 213 | 213 | 3 | 0 | 0 | 55 | 264 | 2 | 66 |
| Binary | 10000111 | 10001011 | 10001011 | 11 | 0 | 0 | 101101 | 10110100 | 10 | 110110 |
Color Harmonies of #878B8B
Complementary color
Monochromatic Colors of #878B8B
Black with #878B8B
Text Example
Text Example
White with #878B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B8B; }
p { color: rgb(135,139,139); }
H1.HeaderClassName
{
color: #878B8B;
}
.AnyTagClassName
{
color: #878B8B;
}
</style>
background-color css
<style>
a { background-color: #878B8B; }
a { background-color: rgb(135,139,139); }
div.DivClassName
{
background-color: #878B8B;
}
.BgClassName
{
background-color: #878B8B;
}
</style>
border-color css
<style>
span { border-color: #878B8B; }
span { border-color: rgb(135,139,139); }
td.TdClassName
{
border-color: #878B8B;
}
.TagClassName
{
border-color: #878B8B;
}
</style>