Shades of Venus #8D757A
Tints of Venus #8D757A
RGB
CMYK
RGB Variations
Color information
#8D757A (or 0x8D757A) is known color: Venus. HEX triplet: 8D, 75 and 7A. RGB value is (141,117,122). Sum of RGB (Red+Green+Blue) = 141+117+122=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 141 - color contains mainly: red. Hex color #8D757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D757A is #728A85. Grayscale: #7C7C7C. Windows color (decimal): -7506566 or 8025485. OLE color: 8025485.
HSL color Cylindrical-coordinate representation of color #8D757A: hue angle of 347.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 #8D757A is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 122 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.45 |
| HSL | 347.5º | 0.1% | 0.51% | - |
| HSV(B) | 347.5º | 0.17% | 0.55% | - |
| XYZ | 20.86 | 19.79 | 21.13 | - |
| YUV | 124.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 122 | 0 | 0.17 | 0.13 | 0.45 | 347.5 | 0.1 | 0.51 |
| Hex | 8D | 75 | 7A | 0 | 11 | D | 2D | 15C | A | 33 |
| Octal | 215 | 165 | 172 | 0 | 21 | 15 | 55 | 534 | 12 | 63 |
| Binary | 10001101 | 1110101 | 1111010 | 0 | 10001 | 1101 | 101101 | 101011100 | 1010 | 110011 |
Color Harmonies of #8D757A
Complementary color
Monochromatic Colors of #8D757A
Black with #8D757A
Text Example
Text Example
White with #8D757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D757A; }
p { color: rgb(141,117,122); }
H1.HeaderClassName
{
color: #8D757A;
}
.AnyTagClassName
{
color: #8D757A;
}
</style>
background-color css
<style>
a { background-color: #8D757A; }
a { background-color: rgb(141,117,122); }
div.DivClassName
{
background-color: #8D757A;
}
.BgClassName
{
background-color: #8D757A;
}
</style>
border-color css
<style>
span { border-color: #8D757A; }
span { border-color: rgb(141,117,122); }
td.TdClassName
{
border-color: #8D757A;
}
.TagClassName
{
border-color: #8D757A;
}
</style>