Shades of Venus #886E77
Tints of Venus #886E77
RGB
CMYK
RGB Variations
Color information
#886E77 (or 0x886E77) is known color: Venus. HEX triplet: 88, 6E and 77. RGB value is (136,110,119). Sum of RGB (Red+Green+Blue) = 136+110+119=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #886E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E77 is #779188. Grayscale: #767676. Windows color (decimal): -7836041 or 7827080. OLE color: 7827080.
HSL color Cylindrical-coordinate representation of color #886E77: hue angle of 339.23º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #886E77 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 119 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.47 |
| HSL | 339.23º | 0.11% | 0.48% | - |
| HSV(B) | 339.23º | 0.19% | 0.53% | - |
| XYZ | 19.06 | 17.72 | 19.87 | - |
| YUV | 118.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 119 | 0 | 0.19 | 0.12 | 0.47 | 339.23 | 0.11 | 0.48 |
| Hex | 88 | 6E | 77 | 0 | 13 | C | 2F | 153 | B | 30 |
| Octal | 210 | 156 | 167 | 0 | 23 | 14 | 57 | 523 | 13 | 60 |
| Binary | 10001000 | 1101110 | 1110111 | 0 | 10011 | 1100 | 101111 | 101010011 | 1011 | 110000 |
Color Harmonies of #886E77
Complementary color
Monochromatic Colors of #886E77
Black with #886E77
Text Example
Text Example
White with #886E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E77; }
p { color: rgb(136,110,119); }
H1.HeaderClassName
{
color: #886E77;
}
.AnyTagClassName
{
color: #886E77;
}
</style>
background-color css
<style>
a { background-color: #886E77; }
a { background-color: rgb(136,110,119); }
div.DivClassName
{
background-color: #886E77;
}
.BgClassName
{
background-color: #886E77;
}
</style>
border-color css
<style>
span { border-color: #886E77; }
span { border-color: rgb(136,110,119); }
td.TdClassName
{
border-color: #886E77;
}
.TagClassName
{
border-color: #886E77;
}
</style>