Shades of Venus #8D7B7E
Tints of Venus #8D7B7E
RGB
CMYK
RGB Variations
Color information
#8D7B7E (or 0x8D7B7E) is known color: Venus. HEX triplet: 8D, 7B and 7E. RGB value is (141,123,126). Sum of RGB (Red+Green+Blue) = 141+123+126=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7B7E is #728481. Grayscale: #808080. Windows color (decimal): -7505026 or 8289165. OLE color: 8289165.
HSL color Cylindrical-coordinate representation of color #8D7B7E: hue angle of 350º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D7B7E is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 126 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.45 |
| HSL | 350º | 0.07% | 0.52% | - |
| HSV(B) | 350º | 0.13% | 0.55% | - |
| XYZ | 21.83 | 21.34 | 22.71 | - |
| YUV | 128.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 126 | 0 | 0.13 | 0.11 | 0.45 | 350 | 0.07 | 0.52 |
| Hex | 8D | 7B | 7E | 0 | D | B | 2D | 15E | 7 | 34 |
| Octal | 215 | 173 | 176 | 0 | 15 | 13 | 55 | 536 | 7 | 64 |
| Binary | 10001101 | 1111011 | 1111110 | 0 | 1101 | 1011 | 101101 | 101011110 | 111 | 110100 |
Color Harmonies of #8D7B7E
Complementary color
Monochromatic Colors of #8D7B7E
Black with #8D7B7E
Text Example
Text Example
White with #8D7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B7E; }
p { color: rgb(141,123,126); }
H1.HeaderClassName
{
color: #8D7B7E;
}
.AnyTagClassName
{
color: #8D7B7E;
}
</style>
background-color css
<style>
a { background-color: #8D7B7E; }
a { background-color: rgb(141,123,126); }
div.DivClassName
{
background-color: #8D7B7E;
}
.BgClassName
{
background-color: #8D7B7E;
}
</style>
border-color css
<style>
span { border-color: #8D7B7E; }
span { border-color: rgb(141,123,126); }
td.TdClassName
{
border-color: #8D7B7E;
}
.TagClassName
{
border-color: #8D7B7E;
}
</style>