Shades of Venus #8D707B
Tints of Venus #8D707B
RGB
CMYK
RGB Variations
Color information
#8D707B (or 0x8D707B) is known color: Venus. HEX triplet: 8D, 70 and 7B. RGB value is (141,112,123). Sum of RGB (Red+Green+Blue) = 141+112+123=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D707B is #728F84. Grayscale: #797979. Windows color (decimal): -7507845 or 8089741. OLE color: 8089741.
HSL color Cylindrical-coordinate representation of color #8D707B: hue angle of 337.24º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D707B is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 123 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.45 |
| HSL | 337.24º | 0.11% | 0.5% | - |
| HSV(B) | 337.24º | 0.21% | 0.55% | - |
| XYZ | 20.35 | 18.68 | 21.27 | - |
| YUV | 121.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 123 | 0 | 0.21 | 0.13 | 0.45 | 337.24 | 0.11 | 0.5 |
| Hex | 8D | 70 | 7B | 0 | 15 | D | 2D | 151 | B | 32 |
| Octal | 215 | 160 | 173 | 0 | 25 | 15 | 55 | 521 | 13 | 62 |
| Binary | 10001101 | 1110000 | 1111011 | 0 | 10101 | 1101 | 101101 | 101010001 | 1011 | 110010 |
Color Harmonies of #8D707B
Complementary color
Monochromatic Colors of #8D707B
Black with #8D707B
Text Example
Text Example
White with #8D707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D707B; }
p { color: rgb(141,112,123); }
H1.HeaderClassName
{
color: #8D707B;
}
.AnyTagClassName
{
color: #8D707B;
}
</style>
background-color css
<style>
a { background-color: #8D707B; }
a { background-color: rgb(141,112,123); }
div.DivClassName
{
background-color: #8D707B;
}
.BgClassName
{
background-color: #8D707B;
}
</style>
border-color css
<style>
span { border-color: #8D707B; }
span { border-color: rgb(141,112,123); }
td.TdClassName
{
border-color: #8D707B;
}
.TagClassName
{
border-color: #8D707B;
}
</style>