Shades of Oslo Grey #888C8C
Tints of Oslo Grey #888C8C
RGB
CMYK
RGB Variations
Color information
#888C8C (or 0x888C8C) is known color: Oslo Grey. HEX triplet: 88, 8C and 8C. RGB value is (136,140,140). Sum of RGB (Red+Green+Blue) = 136+140+140=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #888C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C8C is #777373. Grayscale: #8A8A8A. Windows color (decimal): -7828340 or 9211016. OLE color: 9211016.
HSL color Cylindrical-coordinate representation of color #888C8C: 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 #888C8C is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 136 | 140 | 140 | - |
CMYK | 0.03 | 0 | 0 | 0.45 |
HSL | 180º | 0.02% | 0.54% | - |
HSV(B) | 180º | 0.03% | 0.55% | - |
XYZ | 24.27 | 25.88 | 28.53 | - |
YUV | 138.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 140 | 140 | 0.03 | 0 | 0 | 0.45 | 180 | 0.02 | 0.54 |
Hex | 88 | 8C | 8C | 3 | 0 | 0 | 2D | B4 | 2 | 36 |
Octal | 210 | 214 | 214 | 3 | 0 | 0 | 55 | 264 | 2 | 66 |
Binary | 10001000 | 10001100 | 10001100 | 11 | 0 | 0 | 101101 | 10110100 | 10 | 110110 |
Color Harmonies of #888C8C
Complementary color
Monochromatic Colors of #888C8C
Black with #888C8C
Text Example
Text Example
White with #888C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C8C; }
p { color: rgb(136,140,140); }
H1.HeaderClassName
{
color: #888C8C;
}
.AnyTagClassName
{
color: #888C8C;
}
</style>
background-color css
<style>
a { background-color: #888C8C; }
a { background-color: rgb(136,140,140); }
div.DivClassName
{
background-color: #888C8C;
}
.BgClassName
{
background-color: #888C8C;
}
</style>
border-color css
<style>
span { border-color: #888C8C; }
span { border-color: rgb(136,140,140); }
td.TdClassName
{
border-color: #888C8C;
}
.TagClassName
{
border-color: #888C8C;
}
</style>