Shades of Oslo Grey #879090
Tints of Oslo Grey #879090
RGB
CMYK
RGB Variations
Color information
#879090 (or 0x879090) is known color: Oslo Grey. HEX triplet: 87, 90 and 90. RGB value is (135,144,144). Sum of RGB (Red+Green+Blue) = 135+144+144=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #879090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879090 is #786F6F. Grayscale: #8D8D8D. Windows color (decimal): -7892848 or 9474183. OLE color: 9474183.
HSL color Cylindrical-coordinate representation of color #879090: hue angle of 180º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #879090 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 144 | 144 | - |
| CMYK | 0.06 | 0 | 0 | 0.44 |
| HSL | 180º | 0.04% | 0.55% | - |
| HSV(B) | 180º | 0.06% | 0.56% | - |
| XYZ | 25 | 27.11 | 30.3 | - |
| YUV | 141.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 144 | 144 | 0.06 | 0 | 0 | 0.44 | 180 | 0.04 | 0.55 |
| Hex | 87 | 90 | 90 | 6 | 0 | 0 | 2C | B4 | 4 | 37 |
| Octal | 207 | 220 | 220 | 6 | 0 | 0 | 54 | 264 | 4 | 67 |
| Binary | 10000111 | 10010000 | 10010000 | 110 | 0 | 0 | 101100 | 10110100 | 100 | 110111 |
Color Harmonies of #879090
Complementary color
Monochromatic Colors of #879090
Black with #879090
Text Example
Text Example
White with #879090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879090; }
p { color: rgb(135,144,144); }
H1.HeaderClassName
{
color: #879090;
}
.AnyTagClassName
{
color: #879090;
}
</style>
background-color css
<style>
a { background-color: #879090; }
a { background-color: rgb(135,144,144); }
div.DivClassName
{
background-color: #879090;
}
.BgClassName
{
background-color: #879090;
}
</style>
border-color css
<style>
span { border-color: #879090; }
span { border-color: rgb(135,144,144); }
td.TdClassName
{
border-color: #879090;
}
.TagClassName
{
border-color: #879090;
}
</style>