Shades of Venus #8D777E
Tints of Venus #8D777E
RGB
CMYK
RGB Variations
Color information
#8D777E (or 0x8D777E) is known color: Venus. HEX triplet: 8D, 77 and 7E. RGB value is (141,119,126). Sum of RGB (Red+Green+Blue) = 141+119+126=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D777E is #728881. Grayscale: #7E7E7E. Windows color (decimal): -7506050 or 8288141. OLE color: 8288141.
HSL color Cylindrical-coordinate representation of color #8D777E: hue angle of 340.91º 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 #8D777E is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 126 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.45 |
| HSL | 340.91º | 0.09% | 0.51% | - |
| HSV(B) | 340.91º | 0.16% | 0.55% | - |
| XYZ | 21.35 | 20.36 | 22.54 | - |
| YUV | 126.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 126 | 0 | 0.16 | 0.11 | 0.45 | 340.91 | 0.09 | 0.51 |
| Hex | 8D | 77 | 7E | 0 | 10 | B | 2D | 155 | 9 | 33 |
| Octal | 215 | 167 | 176 | 0 | 20 | 13 | 55 | 525 | 11 | 63 |
| Binary | 10001101 | 1110111 | 1111110 | 0 | 10000 | 1011 | 101101 | 101010101 | 1001 | 110011 |
Color Harmonies of #8D777E
Complementary color
Monochromatic Colors of #8D777E
Black with #8D777E
Text Example
Text Example
White with #8D777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D777E; }
p { color: rgb(141,119,126); }
H1.HeaderClassName
{
color: #8D777E;
}
.AnyTagClassName
{
color: #8D777E;
}
</style>
background-color css
<style>
a { background-color: #8D777E; }
a { background-color: rgb(141,119,126); }
div.DivClassName
{
background-color: #8D777E;
}
.BgClassName
{
background-color: #8D777E;
}
</style>
border-color css
<style>
span { border-color: #8D777E; }
span { border-color: rgb(141,119,126); }
td.TdClassName
{
border-color: #8D777E;
}
.TagClassName
{
border-color: #8D777E;
}
</style>