Shades of Venus #878485
Tints of Venus #878485
RGB
CMYK
RGB Variations
Color information
#878485 (or 0x878485) is known color: Venus. HEX triplet: 87, 84 and 85. RGB value is (135,132,133). Sum of RGB (Red+Green+Blue) = 135+132+133=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 135 - color contains mainly: red. Hex color #878485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878485 is #787B7A. Grayscale: #858585. Windows color (decimal): -7895931 or 8750215. OLE color: 8750215.
HSL color Cylindrical-coordinate representation of color #878485: hue angle of 340º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #878485 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 132 | 133 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.47 |
| HSL | 340º | 0.01% | 0.52% | - |
| HSV(B) | 340º | 0.02% | 0.53% | - |
| XYZ | 22.48 | 23.35 | 25.51 | - |
| YUV | 133.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 132 | 133 | 0 | 0.02 | 0.01 | 0.47 | 340 | 0.01 | 0.52 |
| Hex | 87 | 84 | 85 | 0 | 2 | 1 | 2F | 154 | 1 | 34 |
| Octal | 207 | 204 | 205 | 0 | 2 | 1 | 57 | 524 | 1 | 64 |
| Binary | 10000111 | 10000100 | 10000101 | 0 | 10 | 1 | 101111 | 101010100 | 1 | 110100 |
Color Harmonies of #878485
Complementary color
Monochromatic Colors of #878485
Black with #878485
Text Example
Text Example
White with #878485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878485; }
p { color: rgb(135,132,133); }
H1.HeaderClassName
{
color: #878485;
}
.AnyTagClassName
{
color: #878485;
}
</style>
background-color css
<style>
a { background-color: #878485; }
a { background-color: rgb(135,132,133); }
div.DivClassName
{
background-color: #878485;
}
.BgClassName
{
background-color: #878485;
}
</style>
border-color css
<style>
span { border-color: #878485; }
span { border-color: rgb(135,132,133); }
td.TdClassName
{
border-color: #878485;
}
.TagClassName
{
border-color: #878485;
}
</style>