Shades of Venus #8D757E
Tints of Venus #8D757E
RGB
CMYK
RGB Variations
Color information
#8D757E (or 0x8D757E) is known color: Venus. HEX triplet: 8D, 75 and 7E. RGB value is (141,117,126). Sum of RGB (Red+Green+Blue) = 141+117+126=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D757E is #728A81. Grayscale: #7D7D7D. Windows color (decimal): -7506562 or 8287629. OLE color: 8287629.
HSL color Cylindrical-coordinate representation of color #8D757E: hue angle of 337.5º 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 #8D757E is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 126 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.45 |
| HSL | 337.5º | 0.1% | 0.51% | - |
| HSV(B) | 337.5º | 0.17% | 0.55% | - |
| XYZ | 21.11 | 19.89 | 22.47 | - |
| YUV | 125.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 126 | 0 | 0.17 | 0.11 | 0.45 | 337.5 | 0.1 | 0.51 |
| Hex | 8D | 75 | 7E | 0 | 11 | B | 2D | 152 | A | 33 |
| Octal | 215 | 165 | 176 | 0 | 21 | 13 | 55 | 522 | 12 | 63 |
| Binary | 10001101 | 1110101 | 1111110 | 0 | 10001 | 1011 | 101101 | 101010010 | 1010 | 110011 |
Color Harmonies of #8D757E
Complementary color
Monochromatic Colors of #8D757E
Black with #8D757E
Text Example
Text Example
White with #8D757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D757E; }
p { color: rgb(141,117,126); }
H1.HeaderClassName
{
color: #8D757E;
}
.AnyTagClassName
{
color: #8D757E;
}
</style>
background-color css
<style>
a { background-color: #8D757E; }
a { background-color: rgb(141,117,126); }
div.DivClassName
{
background-color: #8D757E;
}
.BgClassName
{
background-color: #8D757E;
}
</style>
border-color css
<style>
span { border-color: #8D757E; }
span { border-color: rgb(141,117,126); }
td.TdClassName
{
border-color: #8D757E;
}
.TagClassName
{
border-color: #8D757E;
}
</style>