Shades of Venus #877D81
Tints of Venus #877D81
RGB
CMYK
RGB Variations
Color information
#877D81 (or 0x877D81) is known color: Venus. HEX triplet: 87, 7D and 81. RGB value is (135,125,129). Sum of RGB (Red+Green+Blue) = 135+125+129=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #877D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D81 is #78827E. Grayscale: #808080. Windows color (decimal): -7897727 or 8486279. OLE color: 8486279.
HSL color Cylindrical-coordinate representation of color #877D81: hue angle of 336º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #877D81 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 129 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.47 |
| HSL | 336º | 0.04% | 0.51% | - |
| HSV(B) | 336º | 0.07% | 0.53% | - |
| XYZ | 21.29 | 21.4 | 23.78 | - |
| YUV | 128.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 129 | 0 | 0.07 | 0.04 | 0.47 | 336 | 0.04 | 0.51 |
| Hex | 87 | 7D | 81 | 0 | 7 | 4 | 2F | 150 | 4 | 33 |
| Octal | 207 | 175 | 201 | 0 | 7 | 4 | 57 | 520 | 4 | 63 |
| Binary | 10000111 | 1111101 | 10000001 | 0 | 111 | 100 | 101111 | 101010000 | 100 | 110011 |
Color Harmonies of #877D81
Complementary color
Monochromatic Colors of #877D81
Black with #877D81
Text Example
Text Example
White with #877D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D81; }
p { color: rgb(135,125,129); }
H1.HeaderClassName
{
color: #877D81;
}
.AnyTagClassName
{
color: #877D81;
}
</style>
background-color css
<style>
a { background-color: #877D81; }
a { background-color: rgb(135,125,129); }
div.DivClassName
{
background-color: #877D81;
}
.BgClassName
{
background-color: #877D81;
}
</style>
border-color css
<style>
span { border-color: #877D81; }
span { border-color: rgb(135,125,129); }
td.TdClassName
{
border-color: #877D81;
}
.TagClassName
{
border-color: #877D81;
}
</style>