Shades of Venus #888285
Tints of Venus #888285
RGB
CMYK
RGB Variations
Color information
#888285 (or 0x888285) is known color: Venus. HEX triplet: 88, 82 and 85. RGB value is (136,130,133). Sum of RGB (Red+Green+Blue) = 136+130+133=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 136 - color contains mainly: red. Hex color #888285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888285 is #777D7A. Grayscale: #848484. Windows color (decimal): -7830907 or 8749704. OLE color: 8749704.
HSL color Cylindrical-coordinate representation of color #888285: hue angle of 330º 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 #888285 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 133 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.47 |
| HSL | 330º | 0.02% | 0.52% | - |
| HSV(B) | 330º | 0.04% | 0.53% | - |
| XYZ | 22.37 | 22.89 | 25.43 | - |
| YUV | 132.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 133 | 0 | 0.04 | 0.02 | 0.47 | 330 | 0.02 | 0.52 |
| Hex | 88 | 82 | 85 | 0 | 4 | 2 | 2F | 14A | 2 | 34 |
| Octal | 210 | 202 | 205 | 0 | 4 | 2 | 57 | 512 | 2 | 64 |
| Binary | 10001000 | 10000010 | 10000101 | 0 | 100 | 10 | 101111 | 101001010 | 10 | 110100 |
Color Harmonies of #888285
Complementary color
Monochromatic Colors of #888285
Black with #888285
Text Example
Text Example
White with #888285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888285; }
p { color: rgb(136,130,133); }
H1.HeaderClassName
{
color: #888285;
}
.AnyTagClassName
{
color: #888285;
}
</style>
background-color css
<style>
a { background-color: #888285; }
a { background-color: rgb(136,130,133); }
div.DivClassName
{
background-color: #888285;
}
.BgClassName
{
background-color: #888285;
}
</style>
border-color css
<style>
span { border-color: #888285; }
span { border-color: rgb(136,130,133); }
td.TdClassName
{
border-color: #888285;
}
.TagClassName
{
border-color: #888285;
}
</style>