Shades of Venus #8D747F
Tints of Venus #8D747F
RGB
CMYK
RGB Variations
Color information
#8D747F (or 0x8D747F) is known color: Venus. HEX triplet: 8D, 74 and 7F. RGB value is (141,116,127). Sum of RGB (Red+Green+Blue) = 141+116+127=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D747F is #728B80. Grayscale: #7C7C7C. Windows color (decimal): -7506817 or 8352909. OLE color: 8352909.
HSL color Cylindrical-coordinate representation of color #8D747F: hue angle of 333.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 #8D747F is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 127 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.45 |
| HSL | 333.6º | 0.1% | 0.5% | - |
| HSV(B) | 333.6º | 0.18% | 0.55% | - |
| XYZ | 21.06 | 19.69 | 22.77 | - |
| YUV | 124.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 127 | 0 | 0.18 | 0.10 | 0.45 | 333.6 | 0.1 | 0.5 |
| Hex | 8D | 74 | 7F | 0 | 12 | A | 2D | 14E | A | 32 |
| Octal | 215 | 164 | 177 | 0 | 22 | 12 | 55 | 516 | 12 | 62 |
| Binary | 10001101 | 1110100 | 1111111 | 0 | 10010 | 1010 | 101101 | 101001110 | 1010 | 110010 |
Color Harmonies of #8D747F
Complementary color
Monochromatic Colors of #8D747F
Black with #8D747F
Text Example
Text Example
White with #8D747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D747F; }
p { color: rgb(141,116,127); }
H1.HeaderClassName
{
color: #8D747F;
}
.AnyTagClassName
{
color: #8D747F;
}
</style>
background-color css
<style>
a { background-color: #8D747F; }
a { background-color: rgb(141,116,127); }
div.DivClassName
{
background-color: #8D747F;
}
.BgClassName
{
background-color: #8D747F;
}
</style>
border-color css
<style>
span { border-color: #8D747F; }
span { border-color: rgb(141,116,127); }
td.TdClassName
{
border-color: #8D747F;
}
.TagClassName
{
border-color: #8D747F;
}
</style>