Shades of Oslo Grey #849090
Tints of Oslo Grey #849090
RGB
CMYK
RGB Variations
Color information
#849090 (or 0x849090) is known color: Oslo Grey. HEX triplet: 84, 90 and 90. RGB value is (132,144,144). Sum of RGB (Red+Green+Blue) = 132+144+144=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #849090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849090 is #7B6F6F. Grayscale: #8C8C8C. Windows color (decimal): -8089456 or 9474180. OLE color: 9474180.
HSL color Cylindrical-coordinate representation of color #849090: hue angle of 180º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #849090 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 144 | 144 | - |
| CMYK | 0.08 | 0 | 0 | 0.44 |
| HSL | 180º | 0.05% | 0.54% | - |
| HSV(B) | 180º | 0.08% | 0.56% | - |
| XYZ | 24.52 | 26.87 | 30.28 | - |
| YUV | 140.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 144 | 0.08 | 0 | 0 | 0.44 | 180 | 0.05 | 0.54 |
| Hex | 84 | 90 | 90 | 8 | 0 | 0 | 2C | B4 | 5 | 36 |
| Octal | 204 | 220 | 220 | 10 | 0 | 0 | 54 | 264 | 5 | 66 |
| Binary | 10000100 | 10010000 | 10010000 | 1000 | 0 | 0 | 101100 | 10110100 | 101 | 110110 |
Color Harmonies of #849090
Complementary color
Monochromatic Colors of #849090
Black with #849090
Text Example
Text Example
White with #849090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849090; }
p { color: rgb(132,144,144); }
H1.HeaderClassName
{
color: #849090;
}
.AnyTagClassName
{
color: #849090;
}
</style>
background-color css
<style>
a { background-color: #849090; }
a { background-color: rgb(132,144,144); }
div.DivClassName
{
background-color: #849090;
}
.BgClassName
{
background-color: #849090;
}
</style>
border-color css
<style>
span { border-color: #849090; }
span { border-color: rgb(132,144,144); }
td.TdClassName
{
border-color: #849090;
}
.TagClassName
{
border-color: #849090;
}
</style>