Shades of Oslo Grey #848C8A
Tints of Oslo Grey #848C8A
RGB
CMYK
RGB Variations
Color information
#848C8A (or 0x848C8A) is known color: Oslo Grey. HEX triplet: 84, 8C and 8A. RGB value is (132,140,138). Sum of RGB (Red+Green+Blue) = 132+140+138=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 140 - color contains mainly: green. Hex color #848C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C8A is #7B7375. Grayscale: #898989. Windows color (decimal): -8090486 or 9079940. OLE color: 9079940.
HSL color Cylindrical-coordinate representation of color #848C8A: hue angle of 165º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848C8A is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 138 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.45 |
| HSL | 165º | 0.03% | 0.53% | - |
| HSV(B) | 165º | 0.06% | 0.55% | - |
| XYZ | 23.48 | 25.5 | 27.73 | - |
| YUV | 137.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 138 | 0.06 | 0 | 0.01 | 0.45 | 165 | 0.03 | 0.53 |
| Hex | 84 | 8C | 8A | 6 | 0 | 1 | 2D | A5 | 3 | 35 |
| Octal | 204 | 214 | 212 | 6 | 0 | 1 | 55 | 245 | 3 | 65 |
| Binary | 10000100 | 10001100 | 10001010 | 110 | 0 | 1 | 101101 | 10100101 | 11 | 110101 |
Color Harmonies of #848C8A
Complementary color
Monochromatic Colors of #848C8A
Black with #848C8A
Text Example
Text Example
White with #848C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C8A; }
p { color: rgb(132,140,138); }
H1.HeaderClassName
{
color: #848C8A;
}
.AnyTagClassName
{
color: #848C8A;
}
</style>
background-color css
<style>
a { background-color: #848C8A; }
a { background-color: rgb(132,140,138); }
div.DivClassName
{
background-color: #848C8A;
}
.BgClassName
{
background-color: #848C8A;
}
</style>
border-color css
<style>
span { border-color: #848C8A; }
span { border-color: rgb(132,140,138); }
td.TdClassName
{
border-color: #848C8A;
}
.TagClassName
{
border-color: #848C8A;
}
</style>