Shades of Venus #8D727B
Tints of Venus #8D727B
RGB
CMYK
RGB Variations
Color information
#8D727B (or 0x8D727B) is known color: Venus. HEX triplet: 8D, 72 and 7B. RGB value is (141,114,123). Sum of RGB (Red+Green+Blue) = 141+114+123=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 141 - color contains mainly: red. Hex color #8D727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D727B is #728D84. Grayscale: #7B7B7B. Windows color (decimal): -7507333 or 8090253. OLE color: 8090253.
HSL color Cylindrical-coordinate representation of color #8D727B: hue angle of 340º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D727B is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 114 | 123 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.45 |
| HSL | 340º | 0.11% | 0.5% | - |
| HSV(B) | 340º | 0.19% | 0.55% | - |
| XYZ | 20.58 | 19.13 | 21.35 | - |
| YUV | 123.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 123 | 0 | 0.19 | 0.13 | 0.45 | 340 | 0.11 | 0.5 |
| Hex | 8D | 72 | 7B | 0 | 13 | D | 2D | 154 | B | 32 |
| Octal | 215 | 162 | 173 | 0 | 23 | 15 | 55 | 524 | 13 | 62 |
| Binary | 10001101 | 1110010 | 1111011 | 0 | 10011 | 1101 | 101101 | 101010100 | 1011 | 110010 |
Color Harmonies of #8D727B
Complementary color
Monochromatic Colors of #8D727B
Black with #8D727B
Text Example
Text Example
White with #8D727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D727B; }
p { color: rgb(141,114,123); }
H1.HeaderClassName
{
color: #8D727B;
}
.AnyTagClassName
{
color: #8D727B;
}
</style>
background-color css
<style>
a { background-color: #8D727B; }
a { background-color: rgb(141,114,123); }
div.DivClassName
{
background-color: #8D727B;
}
.BgClassName
{
background-color: #8D727B;
}
</style>
border-color css
<style>
span { border-color: #8D727B; }
span { border-color: rgb(141,114,123); }
td.TdClassName
{
border-color: #8D727B;
}
.TagClassName
{
border-color: #8D727B;
}
</style>