Shades of Venus #8D747A
Tints of Venus #8D747A
RGB
CMYK
RGB Variations
Color information
#8D747A (or 0x8D747A) is known color: Venus. HEX triplet: 8D, 74 and 7A. RGB value is (141,116,122). Sum of RGB (Red+Green+Blue) = 141+116+122=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D747A is #728B85. Grayscale: #7C7C7C. Windows color (decimal): -7506822 or 8025229. OLE color: 8025229.
HSL color Cylindrical-coordinate representation of color #8D747A: hue angle of 345.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D747A is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 122 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.45 |
| HSL | 345.6º | 0.1% | 0.5% | - |
| HSV(B) | 345.6º | 0.18% | 0.55% | - |
| XYZ | 20.74 | 19.56 | 21.09 | - |
| YUV | 124.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 122 | 0 | 0.18 | 0.13 | 0.45 | 345.6 | 0.1 | 0.5 |
| Hex | 8D | 74 | 7A | 0 | 12 | D | 2D | 15A | A | 32 |
| Octal | 215 | 164 | 172 | 0 | 22 | 15 | 55 | 532 | 12 | 62 |
| Binary | 10001101 | 1110100 | 1111010 | 0 | 10010 | 1101 | 101101 | 101011010 | 1010 | 110010 |
Color Harmonies of #8D747A
Complementary color
Monochromatic Colors of #8D747A
Black with #8D747A
Text Example
Text Example
White with #8D747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D747A; }
p { color: rgb(141,116,122); }
H1.HeaderClassName
{
color: #8D747A;
}
.AnyTagClassName
{
color: #8D747A;
}
</style>
background-color css
<style>
a { background-color: #8D747A; }
a { background-color: rgb(141,116,122); }
div.DivClassName
{
background-color: #8D747A;
}
.BgClassName
{
background-color: #8D747A;
}
</style>
border-color css
<style>
span { border-color: #8D747A; }
span { border-color: rgb(141,116,122); }
td.TdClassName
{
border-color: #8D747A;
}
.TagClassName
{
border-color: #8D747A;
}
</style>