Shades of Oslo Grey #808181
Tints of Oslo Grey #808181
RGB
CMYK
RGB Variations
Color information
#808181 (or 0x808181) is known color: Oslo Grey. HEX triplet: 80, 81 and 81. RGB value is (128,129,129). Sum of RGB (Red+Green+Blue) = 128+129+129=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #808181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808181 is #7F7E7E. Grayscale: #808080. Windows color (decimal): -8355455 or 8487296. OLE color: 8487296.
HSL color Cylindrical-coordinate representation of color #808181: hue angle of 180º degrees, saturation: 0, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #808181 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 129 | 129 | - |
| CMYK | 0.01 | 0 | 0 | 0.49 |
| HSL | 180º | 0% | 0.5% | - |
| HSV(B) | 180º | 0.01% | 0.51% | - |
| XYZ | 20.71 | 21.87 | 23.9 | - |
| YUV | 128.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 129 | 0.01 | 0 | 0 | 0.49 | 180 | 0 | 0.5 |
| Hex | 80 | 81 | 81 | 1 | 0 | 0 | 31 | B4 | 0 | 32 |
| Octal | 200 | 201 | 201 | 1 | 0 | 0 | 61 | 264 | 0 | 62 |
| Binary | 10000000 | 10000001 | 10000001 | 1 | 0 | 0 | 110001 | 10110100 | 0 | 110010 |
Color Harmonies of #808181
Complementary color
Monochromatic Colors of #808181
Black with #808181
Text Example
Text Example
White with #808181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808181; }
p { color: rgb(128,129,129); }
H1.HeaderClassName
{
color: #808181;
}
.AnyTagClassName
{
color: #808181;
}
</style>
background-color css
<style>
a { background-color: #808181; }
a { background-color: rgb(128,129,129); }
div.DivClassName
{
background-color: #808181;
}
.BgClassName
{
background-color: #808181;
}
</style>
border-color css
<style>
span { border-color: #808181; }
span { border-color: rgb(128,129,129); }
td.TdClassName
{
border-color: #808181;
}
.TagClassName
{
border-color: #808181;
}
</style>