Shades of Venus #8D787B
Tints of Venus #8D787B
RGB
CMYK
RGB Variations
Color information
#8D787B (or 0x8D787B) is known color: Venus. HEX triplet: 8D, 78 and 7B. RGB value is (141,120,123). Sum of RGB (Red+Green+Blue) = 141+120+123=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D787B is #728784. Grayscale: #7E7E7E. Windows color (decimal): -7505797 or 8091789. OLE color: 8091789.
HSL color Cylindrical-coordinate representation of color #8D787B: hue angle of 351.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D787B is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 123 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.45 |
| HSL | 351.43º | 0.08% | 0.51% | - |
| HSV(B) | 351.43º | 0.15% | 0.55% | - |
| XYZ | 21.28 | 20.53 | 21.58 | - |
| YUV | 126.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 123 | 0 | 0.15 | 0.13 | 0.45 | 351.43 | 0.08 | 0.51 |
| Hex | 8D | 78 | 7B | 0 | F | D | 2D | 15F | 8 | 33 |
| Octal | 215 | 170 | 173 | 0 | 17 | 15 | 55 | 537 | 10 | 63 |
| Binary | 10001101 | 1111000 | 1111011 | 0 | 1111 | 1101 | 101101 | 101011111 | 1000 | 110011 |
Color Harmonies of #8D787B
Complementary color
Monochromatic Colors of #8D787B
Black with #8D787B
Text Example
Text Example
White with #8D787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D787B; }
p { color: rgb(141,120,123); }
H1.HeaderClassName
{
color: #8D787B;
}
.AnyTagClassName
{
color: #8D787B;
}
</style>
background-color css
<style>
a { background-color: #8D787B; }
a { background-color: rgb(141,120,123); }
div.DivClassName
{
background-color: #8D787B;
}
.BgClassName
{
background-color: #8D787B;
}
</style>
border-color css
<style>
span { border-color: #8D787B; }
span { border-color: rgb(141,120,123); }
td.TdClassName
{
border-color: #8D787B;
}
.TagClassName
{
border-color: #8D787B;
}
</style>