Shades of Venus #888586
Tints of Venus #888586
RGB
CMYK
RGB Variations
Color information
#888586 (or 0x888586) is known color: Venus. HEX triplet: 88, 85 and 86. RGB value is (136,133,134). Sum of RGB (Red+Green+Blue) = 136+133+134=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 136 - color contains mainly: red. Hex color #888586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888586 is #777A79. Grayscale: #868686. Windows color (decimal): -7830138 or 8816008. OLE color: 8816008.
HSL color Cylindrical-coordinate representation of color #888586: hue angle of 340º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #888586 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 134 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.47 |
| HSL | 340º | 0.01% | 0.53% | - |
| HSV(B) | 340º | 0.02% | 0.53% | - |
| XYZ | 22.84 | 23.73 | 25.93 | - |
| YUV | 134.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 134 | 0 | 0.02 | 0.01 | 0.47 | 340 | 0.01 | 0.53 |
| Hex | 88 | 85 | 86 | 0 | 2 | 1 | 2F | 154 | 1 | 35 |
| Octal | 210 | 205 | 206 | 0 | 2 | 1 | 57 | 524 | 1 | 65 |
| Binary | 10001000 | 10000101 | 10000110 | 0 | 10 | 1 | 101111 | 101010100 | 1 | 110101 |
Color Harmonies of #888586
Complementary color
Monochromatic Colors of #888586
Black with #888586
Text Example
Text Example
White with #888586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888586; }
p { color: rgb(136,133,134); }
H1.HeaderClassName
{
color: #888586;
}
.AnyTagClassName
{
color: #888586;
}
</style>
background-color css
<style>
a { background-color: #888586; }
a { background-color: rgb(136,133,134); }
div.DivClassName
{
background-color: #888586;
}
.BgClassName
{
background-color: #888586;
}
</style>
border-color css
<style>
span { border-color: #888586; }
span { border-color: rgb(136,133,134); }
td.TdClassName
{
border-color: #888586;
}
.TagClassName
{
border-color: #888586;
}
</style>