Shades of Venus #8D757B
Tints of Venus #8D757B
RGB
CMYK
RGB Variations
Color information
#8D757B (or 0x8D757B) is known color: Venus. HEX triplet: 8D, 75 and 7B. RGB value is (141,117,123). Sum of RGB (Red+Green+Blue) = 141+117+123=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D757B is #728A84. Grayscale: #7C7C7C. Windows color (decimal): -7506565 or 8091021. OLE color: 8091021.
HSL color Cylindrical-coordinate representation of color #8D757B: hue angle of 345º 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 #8D757B is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 123 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.45 |
| HSL | 345º | 0.1% | 0.51% | - |
| HSV(B) | 345º | 0.17% | 0.55% | - |
| XYZ | 20.92 | 19.82 | 21.46 | - |
| YUV | 124.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 123 | 0 | 0.17 | 0.13 | 0.45 | 345 | 0.1 | 0.51 |
| Hex | 8D | 75 | 7B | 0 | 11 | D | 2D | 159 | A | 33 |
| Octal | 215 | 165 | 173 | 0 | 21 | 15 | 55 | 531 | 12 | 63 |
| Binary | 10001101 | 1110101 | 1111011 | 0 | 10001 | 1101 | 101101 | 101011001 | 1010 | 110011 |
Color Harmonies of #8D757B
Complementary color
Monochromatic Colors of #8D757B
Black with #8D757B
Text Example
Text Example
White with #8D757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D757B; }
p { color: rgb(141,117,123); }
H1.HeaderClassName
{
color: #8D757B;
}
.AnyTagClassName
{
color: #8D757B;
}
</style>
background-color css
<style>
a { background-color: #8D757B; }
a { background-color: rgb(141,117,123); }
div.DivClassName
{
background-color: #8D757B;
}
.BgClassName
{
background-color: #8D757B;
}
</style>
border-color css
<style>
span { border-color: #8D757B; }
span { border-color: rgb(141,117,123); }
td.TdClassName
{
border-color: #8D757B;
}
.TagClassName
{
border-color: #8D757B;
}
</style>