Shades of Venus #8D6D78
Tints of Venus #8D6D78
RGB
CMYK
RGB Variations
Color information
#8D6D78 (or 0x8D6D78) is known color: Venus. HEX triplet: 8D, 6D and 78. RGB value is (141,109,120). Sum of RGB (Red+Green+Blue) = 141+109+120=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6D78 is #729287. Grayscale: #777777. Windows color (decimal): -7508616 or 7892365. OLE color: 7892365.
HSL color Cylindrical-coordinate representation of color #8D6D78: hue angle of 339.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D6D78 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 109 | 120 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.45 |
| HSL | 339.38º | 0.13% | 0.49% | - |
| HSV(B) | 339.38º | 0.23% | 0.55% | - |
| XYZ | 19.84 | 17.96 | 20.19 | - |
| YUV | 119.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 120 | 0 | 0.23 | 0.15 | 0.45 | 339.38 | 0.13 | 0.49 |
| Hex | 8D | 6D | 78 | 0 | 17 | F | 2D | 153 | D | 31 |
| Octal | 215 | 155 | 170 | 0 | 27 | 17 | 55 | 523 | 15 | 61 |
| Binary | 10001101 | 1101101 | 1111000 | 0 | 10111 | 1111 | 101101 | 101010011 | 1101 | 110001 |
Color Harmonies of #8D6D78
Complementary color
Monochromatic Colors of #8D6D78
Black with #8D6D78
Text Example
Text Example
White with #8D6D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6D78; }
p { color: rgb(141,109,120); }
H1.HeaderClassName
{
color: #8D6D78;
}
.AnyTagClassName
{
color: #8D6D78;
}
</style>
background-color css
<style>
a { background-color: #8D6D78; }
a { background-color: rgb(141,109,120); }
div.DivClassName
{
background-color: #8D6D78;
}
.BgClassName
{
background-color: #8D6D78;
}
</style>
border-color css
<style>
span { border-color: #8D6D78; }
span { border-color: rgb(141,109,120); }
td.TdClassName
{
border-color: #8D6D78;
}
.TagClassName
{
border-color: #8D6D78;
}
</style>