Shades of Venus #8D767A
Tints of Venus #8D767A
RGB
CMYK
RGB Variations
Color information
#8D767A (or 0x8D767A) is known color: Venus. HEX triplet: 8D, 76 and 7A. RGB value is (141,118,122). Sum of RGB (Red+Green+Blue) = 141+118+122=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D767A is #728985. Grayscale: #7D7D7D. Windows color (decimal): -7506310 or 8025741. OLE color: 8025741.
HSL color Cylindrical-coordinate representation of color #8D767A: hue angle of 349.57º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D767A is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 122 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.45 |
| HSL | 349.57º | 0.09% | 0.51% | - |
| HSV(B) | 349.57º | 0.16% | 0.55% | - |
| XYZ | 20.98 | 20.02 | 21.17 | - |
| YUV | 125.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 122 | 0 | 0.16 | 0.13 | 0.45 | 349.57 | 0.09 | 0.51 |
| Hex | 8D | 76 | 7A | 0 | 10 | D | 2D | 15E | 9 | 33 |
| Octal | 215 | 166 | 172 | 0 | 20 | 15 | 55 | 536 | 11 | 63 |
| Binary | 10001101 | 1110110 | 1111010 | 0 | 10000 | 1101 | 101101 | 101011110 | 1001 | 110011 |
Color Harmonies of #8D767A
Complementary color
Monochromatic Colors of #8D767A
Black with #8D767A
Text Example
Text Example
White with #8D767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D767A; }
p { color: rgb(141,118,122); }
H1.HeaderClassName
{
color: #8D767A;
}
.AnyTagClassName
{
color: #8D767A;
}
</style>
background-color css
<style>
a { background-color: #8D767A; }
a { background-color: rgb(141,118,122); }
div.DivClassName
{
background-color: #8D767A;
}
.BgClassName
{
background-color: #8D767A;
}
</style>
border-color css
<style>
span { border-color: #8D767A; }
span { border-color: rgb(141,118,122); }
td.TdClassName
{
border-color: #8D767A;
}
.TagClassName
{
border-color: #8D767A;
}
</style>