Shades of Venus #87727B
Tints of Venus #87727B
RGB
CMYK
RGB Variations
Color information
#87727B (or 0x87727B) is known color: Venus. HEX triplet: 87, 72 and 7B. RGB value is (135,114,123). Sum of RGB (Red+Green+Blue) = 135+114+123=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #87727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87727B is #788D84. Grayscale: #797979. Windows color (decimal): -7900549 or 8090247. OLE color: 8090247.
HSL color Cylindrical-coordinate representation of color #87727B: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87727B is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 123 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.47 |
| HSL | 334.29º | 0.08% | 0.49% | - |
| HSV(B) | 334.29º | 0.16% | 0.53% | - |
| XYZ | 19.58 | 18.62 | 21.3 | - |
| YUV | 121.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 123 | 0 | 0.16 | 0.09 | 0.47 | 334.29 | 0.08 | 0.49 |
| Hex | 87 | 72 | 7B | 0 | 10 | 9 | 2F | 14E | 8 | 31 |
| Octal | 207 | 162 | 173 | 0 | 20 | 11 | 57 | 516 | 10 | 61 |
| Binary | 10000111 | 1110010 | 1111011 | 0 | 10000 | 1001 | 101111 | 101001110 | 1000 | 110001 |
Color Harmonies of #87727B
Complementary color
Monochromatic Colors of #87727B
Black with #87727B
Text Example
Text Example
White with #87727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87727B; }
p { color: rgb(135,114,123); }
H1.HeaderClassName
{
color: #87727B;
}
.AnyTagClassName
{
color: #87727B;
}
</style>
background-color css
<style>
a { background-color: #87727B; }
a { background-color: rgb(135,114,123); }
div.DivClassName
{
background-color: #87727B;
}
.BgClassName
{
background-color: #87727B;
}
</style>
border-color css
<style>
span { border-color: #87727B; }
span { border-color: rgb(135,114,123); }
td.TdClassName
{
border-color: #87727B;
}
.TagClassName
{
border-color: #87727B;
}
</style>