Shades of Venus #8E737E
Tints of Venus #8E737E
RGB
CMYK
RGB Variations
Color information
#8E737E (or 0x8E737E) is known color: Venus. HEX triplet: 8E, 73 and 7E. RGB value is (142,115,126). Sum of RGB (Red+Green+Blue) = 142+115+126=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 142 - color contains mainly: red. Hex color #8E737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E737E is #718C81. Grayscale: #7C7C7C. Windows color (decimal): -7441538 or 8287118. OLE color: 8287118.
HSL color Cylindrical-coordinate representation of color #8E737E: hue angle of 335.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E737E is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 115 | 126 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.44 |
| HSL | 335.56º | 0.11% | 0.5% | - |
| HSV(B) | 335.56º | 0.19% | 0.56% | - |
| XYZ | 21.05 | 19.52 | 22.4 | - |
| YUV | 124.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 126 | 0 | 0.19 | 0.11 | 0.44 | 335.56 | 0.11 | 0.5 |
| Hex | 8E | 73 | 7E | 0 | 13 | B | 2C | 150 | B | 32 |
| Octal | 216 | 163 | 176 | 0 | 23 | 13 | 54 | 520 | 13 | 62 |
| Binary | 10001110 | 1110011 | 1111110 | 0 | 10011 | 1011 | 101100 | 101010000 | 1011 | 110010 |
Color Harmonies of #8E737E
Complementary color
Monochromatic Colors of #8E737E
Black with #8E737E
Text Example
Text Example
White with #8E737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E737E; }
p { color: rgb(142,115,126); }
H1.HeaderClassName
{
color: #8E737E;
}
.AnyTagClassName
{
color: #8E737E;
}
</style>
background-color css
<style>
a { background-color: #8E737E; }
a { background-color: rgb(142,115,126); }
div.DivClassName
{
background-color: #8E737E;
}
.BgClassName
{
background-color: #8E737E;
}
</style>
border-color css
<style>
span { border-color: #8E737E; }
span { border-color: rgb(142,115,126); }
td.TdClassName
{
border-color: #8E737E;
}
.TagClassName
{
border-color: #8E737E;
}
</style>