Shades of Venus #8D717A
Tints of Venus #8D717A
RGB
CMYK
RGB Variations
Color information
#8D717A (or 0x8D717A) is known color: Venus. HEX triplet: 8D, 71 and 7A. RGB value is (141,113,122). Sum of RGB (Red+Green+Blue) = 141+113+122=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D717A is #728E85. Grayscale: #7A7A7A. Windows color (decimal): -7507590 or 8024461. OLE color: 8024461.
HSL color Cylindrical-coordinate representation of color #8D717A: hue angle of 340.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D717A is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 122 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.45 |
| HSL | 340.71º | 0.11% | 0.5% | - |
| HSV(B) | 340.71º | 0.2% | 0.55% | - |
| XYZ | 20.4 | 18.88 | 20.98 | - |
| YUV | 122.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 122 | 0 | 0.20 | 0.13 | 0.45 | 340.71 | 0.11 | 0.5 |
| Hex | 8D | 71 | 7A | 0 | 14 | D | 2D | 155 | B | 32 |
| Octal | 215 | 161 | 172 | 0 | 24 | 15 | 55 | 525 | 13 | 62 |
| Binary | 10001101 | 1110001 | 1111010 | 0 | 10100 | 1101 | 101101 | 101010101 | 1011 | 110010 |
Color Harmonies of #8D717A
Complementary color
Monochromatic Colors of #8D717A
Black with #8D717A
Text Example
Text Example
White with #8D717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D717A; }
p { color: rgb(141,113,122); }
H1.HeaderClassName
{
color: #8D717A;
}
.AnyTagClassName
{
color: #8D717A;
}
</style>
background-color css
<style>
a { background-color: #8D717A; }
a { background-color: rgb(141,113,122); }
div.DivClassName
{
background-color: #8D717A;
}
.BgClassName
{
background-color: #8D717A;
}
</style>
border-color css
<style>
span { border-color: #8D717A; }
span { border-color: rgb(141,113,122); }
td.TdClassName
{
border-color: #8D717A;
}
.TagClassName
{
border-color: #8D717A;
}
</style>