Shades of Venus #888385
Tints of Venus #888385
RGB
CMYK
RGB Variations
Color information
#888385 (or 0x888385) is known color: Venus. HEX triplet: 88, 83 and 85. RGB value is (136,131,133). Sum of RGB (Red+Green+Blue) = 136+131+133=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 136 - color contains mainly: red. Hex color #888385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888385 is #777C7A. Grayscale: #848484. Windows color (decimal): -7830651 or 8749960. OLE color: 8749960.
HSL color Cylindrical-coordinate representation of color #888385: hue angle of 336º 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 #888385 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 133 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.47 |
| HSL | 336º | 0.02% | 0.52% | - |
| HSV(B) | 336º | 0.04% | 0.53% | - |
| XYZ | 22.5 | 23.16 | 25.47 | - |
| YUV | 132.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 133 | 0 | 0.04 | 0.02 | 0.47 | 336 | 0.02 | 0.52 |
| Hex | 88 | 83 | 85 | 0 | 4 | 2 | 2F | 150 | 2 | 34 |
| Octal | 210 | 203 | 205 | 0 | 4 | 2 | 57 | 520 | 2 | 64 |
| Binary | 10001000 | 10000011 | 10000101 | 0 | 100 | 10 | 101111 | 101010000 | 10 | 110100 |
Color Harmonies of #888385
Complementary color
Monochromatic Colors of #888385
Black with #888385
Text Example
Text Example
White with #888385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888385; }
p { color: rgb(136,131,133); }
H1.HeaderClassName
{
color: #888385;
}
.AnyTagClassName
{
color: #888385;
}
</style>
background-color css
<style>
a { background-color: #888385; }
a { background-color: rgb(136,131,133); }
div.DivClassName
{
background-color: #888385;
}
.BgClassName
{
background-color: #888385;
}
</style>
border-color css
<style>
span { border-color: #888385; }
span { border-color: rgb(136,131,133); }
td.TdClassName
{
border-color: #888385;
}
.TagClassName
{
border-color: #888385;
}
</style>