Shades of Venus #8D757D
Tints of Venus #8D757D
RGB
CMYK
RGB Variations
Color information
#8D757D (or 0x8D757D) is known color: Venus. HEX triplet: 8D, 75 and 7D. RGB value is (141,117,125). Sum of RGB (Red+Green+Blue) = 141+117+125=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D757D is #728A82. Grayscale: #7D7D7D. Windows color (decimal): -7506563 or 8222093. OLE color: 8222093.
HSL color Cylindrical-coordinate representation of color #8D757D: hue angle of 340º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D757D is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 125 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.45 |
| HSL | 340º | 0.1% | 0.51% | - |
| HSV(B) | 340º | 0.17% | 0.55% | - |
| XYZ | 21.05 | 19.87 | 22.13 | - |
| YUV | 125.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 125 | 0 | 0.17 | 0.11 | 0.45 | 340 | 0.1 | 0.51 |
| Hex | 8D | 75 | 7D | 0 | 11 | B | 2D | 154 | A | 33 |
| Octal | 215 | 165 | 175 | 0 | 21 | 13 | 55 | 524 | 12 | 63 |
| Binary | 10001101 | 1110101 | 1111101 | 0 | 10001 | 1011 | 101101 | 101010100 | 1010 | 110011 |
Color Harmonies of #8D757D
Complementary color
Monochromatic Colors of #8D757D
Black with #8D757D
Text Example
Text Example
White with #8D757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D757D; }
p { color: rgb(141,117,125); }
H1.HeaderClassName
{
color: #8D757D;
}
.AnyTagClassName
{
color: #8D757D;
}
</style>
background-color css
<style>
a { background-color: #8D757D; }
a { background-color: rgb(141,117,125); }
div.DivClassName
{
background-color: #8D757D;
}
.BgClassName
{
background-color: #8D757D;
}
</style>
border-color css
<style>
span { border-color: #8D757D; }
span { border-color: rgb(141,117,125); }
td.TdClassName
{
border-color: #8D757D;
}
.TagClassName
{
border-color: #8D757D;
}
</style>