Shades of Venus #8D7C7F
Tints of Venus #8D7C7F
RGB
CMYK
RGB Variations
Color information
#8D7C7F (or 0x8D7C7F) is known color: Venus. HEX triplet: 8D, 7C and 7F. RGB value is (141,124,127). Sum of RGB (Red+Green+Blue) = 141+124+127=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7C7F is #728380. Grayscale: #818181. Windows color (decimal): -7504769 or 8354957. OLE color: 8354957.
HSL color Cylindrical-coordinate representation of color #8D7C7F: hue angle of 349.41º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D7C7F is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 124 | 127 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.45 |
| HSL | 349.41º | 0.07% | 0.52% | - |
| HSV(B) | 349.41º | 0.12% | 0.55% | - |
| XYZ | 22.02 | 21.61 | 23.09 | - |
| YUV | 129.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 127 | 0 | 0.12 | 0.10 | 0.45 | 349.41 | 0.07 | 0.52 |
| Hex | 8D | 7C | 7F | 0 | C | A | 2D | 15D | 7 | 34 |
| Octal | 215 | 174 | 177 | 0 | 14 | 12 | 55 | 535 | 7 | 64 |
| Binary | 10001101 | 1111100 | 1111111 | 0 | 1100 | 1010 | 101101 | 101011101 | 111 | 110100 |
Color Harmonies of #8D7C7F
Complementary color
Monochromatic Colors of #8D7C7F
Black with #8D7C7F
Text Example
Text Example
White with #8D7C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7C7F; }
p { color: rgb(141,124,127); }
H1.HeaderClassName
{
color: #8D7C7F;
}
.AnyTagClassName
{
color: #8D7C7F;
}
</style>
background-color css
<style>
a { background-color: #8D7C7F; }
a { background-color: rgb(141,124,127); }
div.DivClassName
{
background-color: #8D7C7F;
}
.BgClassName
{
background-color: #8D7C7F;
}
</style>
border-color css
<style>
span { border-color: #8D7C7F; }
span { border-color: rgb(141,124,127); }
td.TdClassName
{
border-color: #8D7C7F;
}
.TagClassName
{
border-color: #8D7C7F;
}
</style>