Shades of Oslo Grey #848988
Tints of Oslo Grey #848988
RGB
CMYK
RGB Variations
Color information
#848988 (or 0x848988) is known color: Oslo Grey. HEX triplet: 84, 89 and 88. RGB value is (132,137,136). Sum of RGB (Red+Green+Blue) = 132+137+136=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 137 - color contains mainly: green. Hex color #848988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848988 is #7B7677. Grayscale: #878787. Windows color (decimal): -8091256 or 8948100. OLE color: 8948100.
HSL color Cylindrical-coordinate representation of color #848988: hue angle of 168º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #848988 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 136 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.46 |
| HSL | 168º | 0.02% | 0.53% | - |
| HSV(B) | 168º | 0.04% | 0.54% | - |
| XYZ | 22.91 | 24.57 | 26.83 | - |
| YUV | 135.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 136 | 0.04 | 0 | 0.01 | 0.46 | 168 | 0.02 | 0.53 |
| Hex | 84 | 89 | 88 | 4 | 0 | 1 | 2E | A8 | 2 | 35 |
| Octal | 204 | 211 | 210 | 4 | 0 | 1 | 56 | 250 | 2 | 65 |
| Binary | 10000100 | 10001001 | 10001000 | 100 | 0 | 1 | 101110 | 10101000 | 10 | 110101 |
Color Harmonies of #848988
Complementary color
Monochromatic Colors of #848988
Black with #848988
Text Example
Text Example
White with #848988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848988; }
p { color: rgb(132,137,136); }
H1.HeaderClassName
{
color: #848988;
}
.AnyTagClassName
{
color: #848988;
}
</style>
background-color css
<style>
a { background-color: #848988; }
a { background-color: rgb(132,137,136); }
div.DivClassName
{
background-color: #848988;
}
.BgClassName
{
background-color: #848988;
}
</style>
border-color css
<style>
span { border-color: #848988; }
span { border-color: rgb(132,137,136); }
td.TdClassName
{
border-color: #848988;
}
.TagClassName
{
border-color: #848988;
}
</style>