Shades of Oslo Grey #80908E
Tints of Oslo Grey #80908E
RGB
CMYK
RGB Variations
Color information
#80908E (or 0x80908E) is known color: Oslo Grey. HEX triplet: 80, 90 and 8E. RGB value is (128,144,142). Sum of RGB (Red+Green+Blue) = 128+144+142=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 144 - color contains mainly: green. Hex color #80908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80908E is #7F6F71. Grayscale: #8A8A8A. Windows color (decimal): -8351602 or 9343104. OLE color: 9343104.
HSL color Cylindrical-coordinate representation of color #80908E: hue angle of 172.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #80908E is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 142 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.44 |
| HSL | 172.5º | 0.07% | 0.53% | - |
| HSV(B) | 172.5º | 0.11% | 0.56% | - |
| XYZ | 23.76 | 26.49 | 29.45 | - |
| YUV | 138.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 142 | 0.11 | 0 | 0.01 | 0.44 | 172.5 | 0.07 | 0.53 |
| Hex | 80 | 90 | 8E | B | 0 | 1 | 2C | AC | 7 | 35 |
| Octal | 200 | 220 | 216 | 13 | 0 | 1 | 54 | 254 | 7 | 65 |
| Binary | 10000000 | 10010000 | 10001110 | 1011 | 0 | 1 | 101100 | 10101100 | 111 | 110101 |
Color Harmonies of #80908E
Complementary color
Monochromatic Colors of #80908E
Black with #80908E
Text Example
Text Example
White with #80908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80908E; }
p { color: rgb(128,144,142); }
H1.HeaderClassName
{
color: #80908E;
}
.AnyTagClassName
{
color: #80908E;
}
</style>
background-color css
<style>
a { background-color: #80908E; }
a { background-color: rgb(128,144,142); }
div.DivClassName
{
background-color: #80908E;
}
.BgClassName
{
background-color: #80908E;
}
</style>
border-color css
<style>
span { border-color: #80908E; }
span { border-color: rgb(128,144,142); }
td.TdClassName
{
border-color: #80908E;
}
.TagClassName
{
border-color: #80908E;
}
</style>