Shades of Oslo Grey #808282
Tints of Oslo Grey #808282
RGB
CMYK
RGB Variations
Color information
#808282 (or 0x808282) is known color: Oslo Grey. HEX triplet: 80, 82 and 82. RGB value is (128,130,130). Sum of RGB (Red+Green+Blue) = 128+130+130=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #808282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808282 is #7F7D7D. Grayscale: #818181. Windows color (decimal): -8355198 or 8553088. OLE color: 8553088.
HSL color Cylindrical-coordinate representation of color #808282: hue angle of 180º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #808282 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 130 | - |
| CMYK | 0.02 | 0 | 0 | 0.49 |
| HSL | 180º | 0.01% | 0.51% | - |
| HSV(B) | 180º | 0.02% | 0.51% | - |
| XYZ | 20.91 | 22.17 | 24.3 | - |
| YUV | 129.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 130 | 0.02 | 0 | 0 | 0.49 | 180 | 0.01 | 0.51 |
| Hex | 80 | 82 | 82 | 2 | 0 | 0 | 31 | B4 | 1 | 33 |
| Octal | 200 | 202 | 202 | 2 | 0 | 0 | 61 | 264 | 1 | 63 |
| Binary | 10000000 | 10000010 | 10000010 | 10 | 0 | 0 | 110001 | 10110100 | 1 | 110011 |
Color Harmonies of #808282
Complementary color
Monochromatic Colors of #808282
Black with #808282
Text Example
Text Example
White with #808282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808282; }
p { color: rgb(128,130,130); }
H1.HeaderClassName
{
color: #808282;
}
.AnyTagClassName
{
color: #808282;
}
</style>
background-color css
<style>
a { background-color: #808282; }
a { background-color: rgb(128,130,130); }
div.DivClassName
{
background-color: #808282;
}
.BgClassName
{
background-color: #808282;
}
</style>
border-color css
<style>
span { border-color: #808282; }
span { border-color: rgb(128,130,130); }
td.TdClassName
{
border-color: #808282;
}
.TagClassName
{
border-color: #808282;
}
</style>