Shades of Oslo Grey #828686
Tints of Oslo Grey #828686
RGB
CMYK
RGB Variations
Color information
#828686 (or 0x828686) is known color: Oslo Grey. HEX triplet: 82, 86 and 86. RGB value is (130,134,134). Sum of RGB (Red+Green+Blue) = 130+134+134=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #828686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828686 is #7D7979. Grayscale: #848484. Windows color (decimal): -8223098 or 8816258. OLE color: 8816258.
HSL color Cylindrical-coordinate representation of color #828686: hue angle of 180º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #828686 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 134 | - |
| CMYK | 0.03 | 0 | 0 | 0.47 |
| HSL | 180º | 0.02% | 0.52% | - |
| HSV(B) | 180º | 0.03% | 0.53% | - |
| XYZ | 22.03 | 23.52 | 25.93 | - |
| YUV | 132.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 134 | 0.03 | 0 | 0 | 0.47 | 180 | 0.02 | 0.52 |
| Hex | 82 | 86 | 86 | 3 | 0 | 0 | 2F | B4 | 2 | 34 |
| Octal | 202 | 206 | 206 | 3 | 0 | 0 | 57 | 264 | 2 | 64 |
| Binary | 10000010 | 10000110 | 10000110 | 11 | 0 | 0 | 101111 | 10110100 | 10 | 110100 |
Color Harmonies of #828686
Complementary color
Monochromatic Colors of #828686
Black with #828686
Text Example
Text Example
White with #828686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828686; }
p { color: rgb(130,134,134); }
H1.HeaderClassName
{
color: #828686;
}
.AnyTagClassName
{
color: #828686;
}
</style>
background-color css
<style>
a { background-color: #828686; }
a { background-color: rgb(130,134,134); }
div.DivClassName
{
background-color: #828686;
}
.BgClassName
{
background-color: #828686;
}
</style>
border-color css
<style>
span { border-color: #828686; }
span { border-color: rgb(130,134,134); }
td.TdClassName
{
border-color: #828686;
}
.TagClassName
{
border-color: #828686;
}
</style>