Shades of Venus #8D737D
Tints of Venus #8D737D
RGB
CMYK
RGB Variations
Color information
#8D737D (or 0x8D737D) is known color: Venus. HEX triplet: 8D, 73 and 7D. RGB value is (141,115,125). Sum of RGB (Red+Green+Blue) = 141+115+125=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D737D is #728C82. Grayscale: #7B7B7B. Windows color (decimal): -7507075 or 8221581. OLE color: 8221581.
HSL color Cylindrical-coordinate representation of color #8D737D: hue angle of 336.92º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D737D is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 125 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.45 |
| HSL | 336.92º | 0.1% | 0.5% | - |
| HSV(B) | 336.92º | 0.18% | 0.55% | - |
| XYZ | 20.82 | 19.4 | 22.05 | - |
| YUV | 123.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 125 | 0 | 0.18 | 0.11 | 0.45 | 336.92 | 0.1 | 0.5 |
| Hex | 8D | 73 | 7D | 0 | 12 | B | 2D | 151 | A | 32 |
| Octal | 215 | 163 | 175 | 0 | 22 | 13 | 55 | 521 | 12 | 62 |
| Binary | 10001101 | 1110011 | 1111101 | 0 | 10010 | 1011 | 101101 | 101010001 | 1010 | 110010 |
Color Harmonies of #8D737D
Complementary color
Monochromatic Colors of #8D737D
Black with #8D737D
Text Example
Text Example
White with #8D737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D737D; }
p { color: rgb(141,115,125); }
H1.HeaderClassName
{
color: #8D737D;
}
.AnyTagClassName
{
color: #8D737D;
}
</style>
background-color css
<style>
a { background-color: #8D737D; }
a { background-color: rgb(141,115,125); }
div.DivClassName
{
background-color: #8D737D;
}
.BgClassName
{
background-color: #8D737D;
}
</style>
border-color css
<style>
span { border-color: #8D737D; }
span { border-color: rgb(141,115,125); }
td.TdClassName
{
border-color: #8D737D;
}
.TagClassName
{
border-color: #8D737D;
}
</style>