Shades of Venus #8E767E
Tints of Venus #8E767E
RGB
CMYK
RGB Variations
Color information
#8E767E (or 0x8E767E) is known color: Venus. HEX triplet: 8E, 76 and 7E. RGB value is (142,118,126). Sum of RGB (Red+Green+Blue) = 142+118+126=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 142 - color contains mainly: red. Hex color #8E767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E767E is #718981. Grayscale: #7E7E7E. Windows color (decimal): -7440770 or 8287886. OLE color: 8287886.
HSL color Cylindrical-coordinate representation of color #8E767E: hue angle of 340º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E767E is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 118 | 126 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.44 |
| HSL | 340º | 0.1% | 0.51% | - |
| HSV(B) | 340º | 0.17% | 0.56% | - |
| XYZ | 21.4 | 20.21 | 22.51 | - |
| YUV | 126.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 126 | 0 | 0.17 | 0.11 | 0.44 | 340 | 0.1 | 0.51 |
| Hex | 8E | 76 | 7E | 0 | 11 | B | 2C | 154 | A | 33 |
| Octal | 216 | 166 | 176 | 0 | 21 | 13 | 54 | 524 | 12 | 63 |
| Binary | 10001110 | 1110110 | 1111110 | 0 | 10001 | 1011 | 101100 | 101010100 | 1010 | 110011 |
Color Harmonies of #8E767E
Complementary color
Monochromatic Colors of #8E767E
Black with #8E767E
Text Example
Text Example
White with #8E767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E767E; }
p { color: rgb(142,118,126); }
H1.HeaderClassName
{
color: #8E767E;
}
.AnyTagClassName
{
color: #8E767E;
}
</style>
background-color css
<style>
a { background-color: #8E767E; }
a { background-color: rgb(142,118,126); }
div.DivClassName
{
background-color: #8E767E;
}
.BgClassName
{
background-color: #8E767E;
}
</style>
border-color css
<style>
span { border-color: #8E767E; }
span { border-color: rgb(142,118,126); }
td.TdClassName
{
border-color: #8E767E;
}
.TagClassName
{
border-color: #8E767E;
}
</style>