Shades of Grey #868282
Tints of Grey #868282
RGB
CMYK
RGB Variations
Color information
#868282 (or 0x868282) is known color: Grey. HEX triplet: 86, 82 and 82. RGB value is (134,130,130). Sum of RGB (Red+Green+Blue) = 134+130+130=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 134 - color contains mainly: red. Hex color #868282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868282 is #797D7D. Grayscale: #838383. Windows color (decimal): -7961982 or 8553094. OLE color: 8553094.
HSL color Cylindrical-coordinate representation of color #868282: hue angle of 0º 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 #868282 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 130 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.47 |
| HSL | 0º | 0.02% | 0.52% | - |
| HSV(B) | 0º | 0.03% | 0.53% | - |
| XYZ | 21.84 | 22.65 | 24.34 | - |
| YUV | 131.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 130 | 0 | 0.03 | 0.03 | 0.47 | 0 | 0.02 | 0.52 |
| Hex | 86 | 82 | 82 | 0 | 3 | 3 | 2F | 0 | 2 | 34 |
| Octal | 206 | 202 | 202 | 0 | 3 | 3 | 57 | 0 | 2 | 64 |
| Binary | 10000110 | 10000010 | 10000010 | 0 | 11 | 11 | 101111 | 0 | 10 | 110100 |
Color Harmonies of #868282
Complementary color
Monochromatic Colors of #868282
Black with #868282
Text Example
Text Example
White with #868282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868282; }
p { color: rgb(134,130,130); }
H1.HeaderClassName
{
color: #868282;
}
.AnyTagClassName
{
color: #868282;
}
</style>
background-color css
<style>
a { background-color: #868282; }
a { background-color: rgb(134,130,130); }
div.DivClassName
{
background-color: #868282;
}
.BgClassName
{
background-color: #868282;
}
</style>
border-color css
<style>
span { border-color: #868282; }
span { border-color: rgb(134,130,130); }
td.TdClassName
{
border-color: #868282;
}
.TagClassName
{
border-color: #868282;
}
</style>