Shades of Oslo Grey #848D8B
Tints of Oslo Grey #848D8B
RGB
CMYK
RGB Variations
Color information
#848D8B (or 0x848D8B) is known color: Oslo Grey. HEX triplet: 84, 8D and 8B. RGB value is (132,141,139). Sum of RGB (Red+Green+Blue) = 132+141+139=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 141 - color contains mainly: green. Hex color #848D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D8B is #7B7274. Grayscale: #8A8A8A. Windows color (decimal): -8090229 or 9145732. OLE color: 9145732.
HSL color Cylindrical-coordinate representation of color #848D8B: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848D8B is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 139 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.45 |
| HSL | 166.67º | 0.04% | 0.54% | - |
| HSV(B) | 166.67º | 0.06% | 0.55% | - |
| XYZ | 23.7 | 25.82 | 28.16 | - |
| YUV | 138.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 139 | 0.06 | 0 | 0.01 | 0.45 | 166.67 | 0.04 | 0.54 |
| Hex | 84 | 8D | 8B | 6 | 0 | 1 | 2D | A7 | 4 | 36 |
| Octal | 204 | 215 | 213 | 6 | 0 | 1 | 55 | 247 | 4 | 66 |
| Binary | 10000100 | 10001101 | 10001011 | 110 | 0 | 1 | 101101 | 10100111 | 100 | 110110 |
Color Harmonies of #848D8B
Complementary color
Monochromatic Colors of #848D8B
Black with #848D8B
Text Example
Text Example
White with #848D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D8B; }
p { color: rgb(132,141,139); }
H1.HeaderClassName
{
color: #848D8B;
}
.AnyTagClassName
{
color: #848D8B;
}
</style>
background-color css
<style>
a { background-color: #848D8B; }
a { background-color: rgb(132,141,139); }
div.DivClassName
{
background-color: #848D8B;
}
.BgClassName
{
background-color: #848D8B;
}
</style>
border-color css
<style>
span { border-color: #848D8B; }
span { border-color: rgb(132,141,139); }
td.TdClassName
{
border-color: #848D8B;
}
.TagClassName
{
border-color: #848D8B;
}
</style>