Shades of Oslo Grey #80908D
Tints of Oslo Grey #80908D
RGB
CMYK
RGB Variations
Color information
#80908D (or 0x80908D) is known color: Oslo Grey. HEX triplet: 80, 90 and 8D. RGB value is (128,144,141). Sum of RGB (Red+Green+Blue) = 128+144+141=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 144 - color contains mainly: green. Hex color #80908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80908D is #7F6F72. Grayscale: #8A8A8A. Windows color (decimal): -8351603 or 9277568. OLE color: 9277568.
HSL color Cylindrical-coordinate representation of color #80908D: hue angle of 168.75º 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 #80908D is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 141 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.44 |
| HSL | 168.75º | 0.07% | 0.53% | - |
| HSV(B) | 168.75º | 0.11% | 0.56% | - |
| XYZ | 23.68 | 26.46 | 29.06 | - |
| YUV | 138.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 141 | 0.11 | 0 | 0.02 | 0.44 | 168.75 | 0.07 | 0.53 |
| Hex | 80 | 90 | 8D | B | 0 | 2 | 2C | A9 | 7 | 35 |
| Octal | 200 | 220 | 215 | 13 | 0 | 2 | 54 | 251 | 7 | 65 |
| Binary | 10000000 | 10010000 | 10001101 | 1011 | 0 | 10 | 101100 | 10101001 | 111 | 110101 |
Color Harmonies of #80908D
Complementary color
Monochromatic Colors of #80908D
Black with #80908D
Text Example
Text Example
White with #80908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80908D; }
p { color: rgb(128,144,141); }
H1.HeaderClassName
{
color: #80908D;
}
.AnyTagClassName
{
color: #80908D;
}
</style>
background-color css
<style>
a { background-color: #80908D; }
a { background-color: rgb(128,144,141); }
div.DivClassName
{
background-color: #80908D;
}
.BgClassName
{
background-color: #80908D;
}
</style>
border-color css
<style>
span { border-color: #80908D; }
span { border-color: rgb(128,144,141); }
td.TdClassName
{
border-color: #80908D;
}
.TagClassName
{
border-color: #80908D;
}
</style>