Shades of Venus #877B7F
Tints of Venus #877B7F
RGB
CMYK
RGB Variations
Color information
#877B7F (or 0x877B7F) is known color: Venus. HEX triplet: 87, 7B and 7F. RGB value is (135,123,127). Sum of RGB (Red+Green+Blue) = 135+123+127=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877B7F is #788480. Grayscale: #7F7F7F. Windows color (decimal): -7898241 or 8354695. OLE color: 8354695.
HSL color Cylindrical-coordinate representation of color #877B7F: hue angle of 340º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #877B7F is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 127 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.47 |
| HSL | 340º | 0.05% | 0.51% | - |
| HSV(B) | 340º | 0.09% | 0.53% | - |
| XYZ | 20.91 | 20.85 | 23 | - |
| YUV | 127.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 127 | 0 | 0.09 | 0.06 | 0.47 | 340 | 0.05 | 0.51 |
| Hex | 87 | 7B | 7F | 0 | 9 | 6 | 2F | 154 | 5 | 33 |
| Octal | 207 | 173 | 177 | 0 | 11 | 6 | 57 | 524 | 5 | 63 |
| Binary | 10000111 | 1111011 | 1111111 | 0 | 1001 | 110 | 101111 | 101010100 | 101 | 110011 |
Color Harmonies of #877B7F
Complementary color
Monochromatic Colors of #877B7F
Black with #877B7F
Text Example
Text Example
White with #877B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B7F; }
p { color: rgb(135,123,127); }
H1.HeaderClassName
{
color: #877B7F;
}
.AnyTagClassName
{
color: #877B7F;
}
</style>
background-color css
<style>
a { background-color: #877B7F; }
a { background-color: rgb(135,123,127); }
div.DivClassName
{
background-color: #877B7F;
}
.BgClassName
{
background-color: #877B7F;
}
</style>
border-color css
<style>
span { border-color: #877B7F; }
span { border-color: rgb(135,123,127); }
td.TdClassName
{
border-color: #877B7F;
}
.TagClassName
{
border-color: #877B7F;
}
</style>