Shades of Venus #887B7E
Tints of Venus #887B7E
RGB
CMYK
RGB Variations
Color information
#887B7E (or 0x887B7E) is known color: Venus. HEX triplet: 88, 7B and 7E. RGB value is (136,123,126). Sum of RGB (Red+Green+Blue) = 136+123+126=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #887B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B7E is #778481. Grayscale: #7F7F7F. Windows color (decimal): -7832706 or 8289160. OLE color: 8289160.
HSL color Cylindrical-coordinate representation of color #887B7E: hue angle of 346.15º degrees, saturation: 0.05, 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 #887B7E is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 126 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.47 |
| HSL | 346.15º | 0.05% | 0.51% | - |
| HSV(B) | 346.15º | 0.1% | 0.53% | - |
| XYZ | 21 | 20.91 | 22.67 | - |
| YUV | 127.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 126 | 0 | 0.10 | 0.07 | 0.47 | 346.15 | 0.05 | 0.51 |
| Hex | 88 | 7B | 7E | 0 | A | 7 | 2F | 15A | 5 | 33 |
| Octal | 210 | 173 | 176 | 0 | 12 | 7 | 57 | 532 | 5 | 63 |
| Binary | 10001000 | 1111011 | 1111110 | 0 | 1010 | 111 | 101111 | 101011010 | 101 | 110011 |
Color Harmonies of #887B7E
Complementary color
Monochromatic Colors of #887B7E
Black with #887B7E
Text Example
Text Example
White with #887B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B7E; }
p { color: rgb(136,123,126); }
H1.HeaderClassName
{
color: #887B7E;
}
.AnyTagClassName
{
color: #887B7E;
}
</style>
background-color css
<style>
a { background-color: #887B7E; }
a { background-color: rgb(136,123,126); }
div.DivClassName
{
background-color: #887B7E;
}
.BgClassName
{
background-color: #887B7E;
}
</style>
border-color css
<style>
span { border-color: #887B7E; }
span { border-color: rgb(136,123,126); }
td.TdClassName
{
border-color: #887B7E;
}
.TagClassName
{
border-color: #887B7E;
}
</style>