Shades of Venus #8E777B
Tints of Venus #8E777B
RGB
CMYK
RGB Variations
Color information
#8E777B (or 0x8E777B) is known color: Venus. HEX triplet: 8E, 77 and 7B. RGB value is (142,119,123). Sum of RGB (Red+Green+Blue) = 142+119+123=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E777B is #718884. Grayscale: #7E7E7E. Windows color (decimal): -7440517 or 8091534. OLE color: 8091534.
HSL color Cylindrical-coordinate representation of color #8E777B: hue angle of 349.57º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E777B is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 123 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.44 |
| HSL | 349.57º | 0.09% | 0.51% | - |
| HSV(B) | 349.57º | 0.16% | 0.56% | - |
| XYZ | 21.33 | 20.37 | 21.55 | - |
| YUV | 126.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 123 | 0 | 0.16 | 0.13 | 0.44 | 349.57 | 0.09 | 0.51 |
| Hex | 8E | 77 | 7B | 0 | 10 | D | 2C | 15E | 9 | 33 |
| Octal | 216 | 167 | 173 | 0 | 20 | 15 | 54 | 536 | 11 | 63 |
| Binary | 10001110 | 1110111 | 1111011 | 0 | 10000 | 1101 | 101100 | 101011110 | 1001 | 110011 |
Color Harmonies of #8E777B
Complementary color
Monochromatic Colors of #8E777B
Black with #8E777B
Text Example
Text Example
White with #8E777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E777B; }
p { color: rgb(142,119,123); }
H1.HeaderClassName
{
color: #8E777B;
}
.AnyTagClassName
{
color: #8E777B;
}
</style>
background-color css
<style>
a { background-color: #8E777B; }
a { background-color: rgb(142,119,123); }
div.DivClassName
{
background-color: #8E777B;
}
.BgClassName
{
background-color: #8E777B;
}
</style>
border-color css
<style>
span { border-color: #8E777B; }
span { border-color: rgb(142,119,123); }
td.TdClassName
{
border-color: #8E777B;
}
.TagClassName
{
border-color: #8E777B;
}
</style>