Shades of Venus #887C82
Tints of Venus #887C82
RGB
CMYK
RGB Variations
Color information
#887C82 (or 0x887C82) is known color: Venus. HEX triplet: 88, 7C and 82. RGB value is (136,124,130). Sum of RGB (Red+Green+Blue) = 136+124+130=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #887C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C82 is #77837D. Grayscale: #808080. Windows color (decimal): -7832446 or 8551560. OLE color: 8551560.
HSL color Cylindrical-coordinate representation of color #887C82: hue angle of 330º 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 #887C82 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 130 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.47 |
| HSL | 330º | 0.05% | 0.51% | - |
| HSV(B) | 330º | 0.09% | 0.53% | - |
| XYZ | 21.39 | 21.26 | 24.1 | - |
| YUV | 128.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 130 | 0 | 0.09 | 0.04 | 0.47 | 330 | 0.05 | 0.51 |
| Hex | 88 | 7C | 82 | 0 | 9 | 4 | 2F | 14A | 5 | 33 |
| Octal | 210 | 174 | 202 | 0 | 11 | 4 | 57 | 512 | 5 | 63 |
| Binary | 10001000 | 1111100 | 10000010 | 0 | 1001 | 100 | 101111 | 101001010 | 101 | 110011 |
Color Harmonies of #887C82
Complementary color
Monochromatic Colors of #887C82
Black with #887C82
Text Example
Text Example
White with #887C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C82; }
p { color: rgb(136,124,130); }
H1.HeaderClassName
{
color: #887C82;
}
.AnyTagClassName
{
color: #887C82;
}
</style>
background-color css
<style>
a { background-color: #887C82; }
a { background-color: rgb(136,124,130); }
div.DivClassName
{
background-color: #887C82;
}
.BgClassName
{
background-color: #887C82;
}
</style>
border-color css
<style>
span { border-color: #887C82; }
span { border-color: rgb(136,124,130); }
td.TdClassName
{
border-color: #887C82;
}
.TagClassName
{
border-color: #887C82;
}
</style>