Shades of Venus #887C80
Tints of Venus #887C80
RGB
CMYK
RGB Variations
Color information
#887C80 (or 0x887C80) is known color: Venus. HEX triplet: 88, 7C and 80. RGB value is (136,124,128). Sum of RGB (Red+Green+Blue) = 136+124+128=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #887C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C80 is #77837F. Grayscale: #808080. Windows color (decimal): -7832448 or 8420488. OLE color: 8420488.
HSL color Cylindrical-coordinate representation of color #887C80: 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 #887C80 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 128 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.47 |
| HSL | 340º | 0.05% | 0.51% | - |
| HSV(B) | 340º | 0.09% | 0.53% | - |
| XYZ | 21.26 | 21.21 | 23.4 | - |
| YUV | 128.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 128 | 0 | 0.09 | 0.06 | 0.47 | 340 | 0.05 | 0.51 |
| Hex | 88 | 7C | 80 | 0 | 9 | 6 | 2F | 154 | 5 | 33 |
| Octal | 210 | 174 | 200 | 0 | 11 | 6 | 57 | 524 | 5 | 63 |
| Binary | 10001000 | 1111100 | 10000000 | 0 | 1001 | 110 | 101111 | 101010100 | 101 | 110011 |
Color Harmonies of #887C80
Complementary color
Monochromatic Colors of #887C80
Black with #887C80
Text Example
Text Example
White with #887C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C80; }
p { color: rgb(136,124,128); }
H1.HeaderClassName
{
color: #887C80;
}
.AnyTagClassName
{
color: #887C80;
}
</style>
background-color css
<style>
a { background-color: #887C80; }
a { background-color: rgb(136,124,128); }
div.DivClassName
{
background-color: #887C80;
}
.BgClassName
{
background-color: #887C80;
}
</style>
border-color css
<style>
span { border-color: #887C80; }
span { border-color: rgb(136,124,128); }
td.TdClassName
{
border-color: #887C80;
}
.TagClassName
{
border-color: #887C80;
}
</style>