Shades of Venus #887A7E
Tints of Venus #887A7E
RGB
CMYK
RGB Variations
Color information
#887A7E (or 0x887A7E) is known color: Venus. HEX triplet: 88, 7A and 7E. RGB value is (136,122,126). Sum of RGB (Red+Green+Blue) = 136+122+126=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 136 - color contains mainly: red. Hex color #887A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A7E is #778581. Grayscale: #7E7E7E. Windows color (decimal): -7832962 or 8288904. OLE color: 8288904.
HSL color Cylindrical-coordinate representation of color #887A7E: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #887A7E is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 122 | 126 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.47 |
| HSL | 342.86º | 0.06% | 0.51% | - |
| HSV(B) | 342.86º | 0.1% | 0.53% | - |
| XYZ | 20.88 | 20.66 | 22.63 | - |
| YUV | 126.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 126 | 0 | 0.10 | 0.07 | 0.47 | 342.86 | 0.06 | 0.51 |
| Hex | 88 | 7A | 7E | 0 | A | 7 | 2F | 157 | 6 | 33 |
| Octal | 210 | 172 | 176 | 0 | 12 | 7 | 57 | 527 | 6 | 63 |
| Binary | 10001000 | 1111010 | 1111110 | 0 | 1010 | 111 | 101111 | 101010111 | 110 | 110011 |
Color Harmonies of #887A7E
Complementary color
Monochromatic Colors of #887A7E
Black with #887A7E
Text Example
Text Example
White with #887A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A7E; }
p { color: rgb(136,122,126); }
H1.HeaderClassName
{
color: #887A7E;
}
.AnyTagClassName
{
color: #887A7E;
}
</style>
background-color css
<style>
a { background-color: #887A7E; }
a { background-color: rgb(136,122,126); }
div.DivClassName
{
background-color: #887A7E;
}
.BgClassName
{
background-color: #887A7E;
}
</style>
border-color css
<style>
span { border-color: #887A7E; }
span { border-color: rgb(136,122,126); }
td.TdClassName
{
border-color: #887A7E;
}
.TagClassName
{
border-color: #887A7E;
}
</style>