Shades of Venus #8C777D
Tints of Venus #8C777D
RGB
CMYK
RGB Variations
Color information
#8C777D (or 0x8C777D) is known color: Venus. HEX triplet: 8C, 77 and 7D. RGB value is (140,119,125). Sum of RGB (Red+Green+Blue) = 140+119+125=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 140 - color contains mainly: red. Hex color #8C777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C777D is #738882. Grayscale: #7D7D7D. Windows color (decimal): -7571587 or 8222604. OLE color: 8222604.
HSL color Cylindrical-coordinate representation of color #8C777D: hue angle of 342.86º 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 #8C777D is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 119 | 125 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.45 |
| HSL | 342.86º | 0.08% | 0.51% | - |
| HSV(B) | 342.86º | 0.15% | 0.55% | - |
| XYZ | 21.11 | 20.25 | 22.2 | - |
| YUV | 125.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 125 | 0 | 0.15 | 0.11 | 0.45 | 342.86 | 0.08 | 0.51 |
| Hex | 8C | 77 | 7D | 0 | F | B | 2D | 157 | 8 | 33 |
| Octal | 214 | 167 | 175 | 0 | 17 | 13 | 55 | 527 | 10 | 63 |
| Binary | 10001100 | 1110111 | 1111101 | 0 | 1111 | 1011 | 101101 | 101010111 | 1000 | 110011 |
Color Harmonies of #8C777D
Complementary color
Monochromatic Colors of #8C777D
Black with #8C777D
Text Example
Text Example
White with #8C777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C777D; }
p { color: rgb(140,119,125); }
H1.HeaderClassName
{
color: #8C777D;
}
.AnyTagClassName
{
color: #8C777D;
}
</style>
background-color css
<style>
a { background-color: #8C777D; }
a { background-color: rgb(140,119,125); }
div.DivClassName
{
background-color: #8C777D;
}
.BgClassName
{
background-color: #8C777D;
}
</style>
border-color css
<style>
span { border-color: #8C777D; }
span { border-color: rgb(140,119,125); }
td.TdClassName
{
border-color: #8C777D;
}
.TagClassName
{
border-color: #8C777D;
}
</style>