Shades of Oslo Grey #888C8B
Tints of Oslo Grey #888C8B
RGB
CMYK
RGB Variations
Color information
#888C8B (or 0x888C8B) is known color: Oslo Grey. HEX triplet: 88, 8C and 8B. RGB value is (136,140,139). Sum of RGB (Red+Green+Blue) = 136+140+139=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 140 - color contains mainly: green. Hex color #888C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C8B is #777374. Grayscale: #8A8A8A. Windows color (decimal): -7828341 or 9145480. OLE color: 9145480.
HSL color Cylindrical-coordinate representation of color #888C8B: hue angle of 165º 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 #888C8B is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 139 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.45 |
| HSL | 165º | 0.02% | 0.54% | - |
| HSV(B) | 165º | 0.03% | 0.55% | - |
| XYZ | 24.19 | 25.85 | 28.14 | - |
| YUV | 138.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 139 | 0.03 | 0 | 0.01 | 0.45 | 165 | 0.02 | 0.54 |
| Hex | 88 | 8C | 8B | 3 | 0 | 1 | 2D | A5 | 2 | 36 |
| Octal | 210 | 214 | 213 | 3 | 0 | 1 | 55 | 245 | 2 | 66 |
| Binary | 10001000 | 10001100 | 10001011 | 11 | 0 | 1 | 101101 | 10100101 | 10 | 110110 |
Color Harmonies of #888C8B
Complementary color
Monochromatic Colors of #888C8B
Black with #888C8B
Text Example
Text Example
White with #888C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C8B; }
p { color: rgb(136,140,139); }
H1.HeaderClassName
{
color: #888C8B;
}
.AnyTagClassName
{
color: #888C8B;
}
</style>
background-color css
<style>
a { background-color: #888C8B; }
a { background-color: rgb(136,140,139); }
div.DivClassName
{
background-color: #888C8B;
}
.BgClassName
{
background-color: #888C8B;
}
</style>
border-color css
<style>
span { border-color: #888C8B; }
span { border-color: rgb(136,140,139); }
td.TdClassName
{
border-color: #888C8B;
}
.TagClassName
{
border-color: #888C8B;
}
</style>