Shades of Venus #8E737A
Tints of Venus #8E737A
RGB
CMYK
RGB Variations
Color information
#8E737A (or 0x8E737A) is known color: Venus. HEX triplet: 8E, 73 and 7A. RGB value is (142,115,122). Sum of RGB (Red+Green+Blue) = 142+115+122=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E737A is #718C85. Grayscale: #7B7B7B. Windows color (decimal): -7441542 or 8024974. OLE color: 8024974.
HSL color Cylindrical-coordinate representation of color #8E737A: hue angle of 344.44º 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 #8E737A is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 115 | 122 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.44 |
| HSL | 344.44º | 0.11% | 0.5% | - |
| HSV(B) | 344.44º | 0.19% | 0.56% | - |
| XYZ | 20.8 | 19.42 | 21.06 | - |
| YUV | 123.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 122 | 0 | 0.19 | 0.14 | 0.44 | 344.44 | 0.11 | 0.5 |
| Hex | 8E | 73 | 7A | 0 | 13 | E | 2C | 158 | B | 32 |
| Octal | 216 | 163 | 172 | 0 | 23 | 16 | 54 | 530 | 13 | 62 |
| Binary | 10001110 | 1110011 | 1111010 | 0 | 10011 | 1110 | 101100 | 101011000 | 1011 | 110010 |
Color Harmonies of #8E737A
Complementary color
Monochromatic Colors of #8E737A
Black with #8E737A
Text Example
Text Example
White with #8E737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E737A; }
p { color: rgb(142,115,122); }
H1.HeaderClassName
{
color: #8E737A;
}
.AnyTagClassName
{
color: #8E737A;
}
</style>
background-color css
<style>
a { background-color: #8E737A; }
a { background-color: rgb(142,115,122); }
div.DivClassName
{
background-color: #8E737A;
}
.BgClassName
{
background-color: #8E737A;
}
</style>
border-color css
<style>
span { border-color: #8E737A; }
span { border-color: rgb(142,115,122); }
td.TdClassName
{
border-color: #8E737A;
}
.TagClassName
{
border-color: #8E737A;
}
</style>