Shades of Venus #868182
Tints of Venus #868182
RGB
CMYK
RGB Variations
Color information
#868182 (or 0x868182) is known color: Venus. HEX triplet: 86, 81 and 82. RGB value is (134,129,130). Sum of RGB (Red+Green+Blue) = 134+129+130=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 134 - color contains mainly: red. Hex color #868182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868182 is #797E7D. Grayscale: #828282. Windows color (decimal): -7962238 or 8552838. OLE color: 8552838.
HSL color Cylindrical-coordinate representation of color #868182: hue angle of 348º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868182 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 129 | 130 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.47 |
| HSL | 348º | 0.02% | 0.52% | - |
| HSV(B) | 348º | 0.04% | 0.53% | - |
| XYZ | 21.71 | 22.38 | 24.29 | - |
| YUV | 130.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 130 | 0 | 0.04 | 0.03 | 0.47 | 348 | 0.02 | 0.52 |
| Hex | 86 | 81 | 82 | 0 | 4 | 3 | 2F | 15C | 2 | 34 |
| Octal | 206 | 201 | 202 | 0 | 4 | 3 | 57 | 534 | 2 | 64 |
| Binary | 10000110 | 10000001 | 10000010 | 0 | 100 | 11 | 101111 | 101011100 | 10 | 110100 |
Color Harmonies of #868182
Complementary color
Monochromatic Colors of #868182
Black with #868182
Text Example
Text Example
White with #868182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868182; }
p { color: rgb(134,129,130); }
H1.HeaderClassName
{
color: #868182;
}
.AnyTagClassName
{
color: #868182;
}
</style>
background-color css
<style>
a { background-color: #868182; }
a { background-color: rgb(134,129,130); }
div.DivClassName
{
background-color: #868182;
}
.BgClassName
{
background-color: #868182;
}
</style>
border-color css
<style>
span { border-color: #868182; }
span { border-color: rgb(134,129,130); }
td.TdClassName
{
border-color: #868182;
}
.TagClassName
{
border-color: #868182;
}
</style>