Shades of Venus #8C777F
Tints of Venus #8C777F
RGB
CMYK
RGB Variations
Color information
#8C777F (or 0x8C777F) is known color: Venus. HEX triplet: 8C, 77 and 7F. RGB value is (140,119,127). Sum of RGB (Red+Green+Blue) = 140+119+127=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C777F is #738880. Grayscale: #7E7E7E. Windows color (decimal): -7571585 or 8353676. OLE color: 8353676.
HSL color Cylindrical-coordinate representation of color #8C777F: hue angle of 337.14º 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 #8C777F is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 119 | 127 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.45 |
| HSL | 337.14º | 0.08% | 0.51% | - |
| HSV(B) | 337.14º | 0.15% | 0.55% | - |
| XYZ | 21.24 | 20.3 | 22.88 | - |
| YUV | 126.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 127 | 0 | 0.15 | 0.09 | 0.45 | 337.14 | 0.08 | 0.51 |
| Hex | 8C | 77 | 7F | 0 | F | 9 | 2D | 151 | 8 | 33 |
| Octal | 214 | 167 | 177 | 0 | 17 | 11 | 55 | 521 | 10 | 63 |
| Binary | 10001100 | 1110111 | 1111111 | 0 | 1111 | 1001 | 101101 | 101010001 | 1000 | 110011 |
Color Harmonies of #8C777F
Complementary color
Monochromatic Colors of #8C777F
Black with #8C777F
Text Example
Text Example
White with #8C777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C777F; }
p { color: rgb(140,119,127); }
H1.HeaderClassName
{
color: #8C777F;
}
.AnyTagClassName
{
color: #8C777F;
}
</style>
background-color css
<style>
a { background-color: #8C777F; }
a { background-color: rgb(140,119,127); }
div.DivClassName
{
background-color: #8C777F;
}
.BgClassName
{
background-color: #8C777F;
}
</style>
border-color css
<style>
span { border-color: #8C777F; }
span { border-color: rgb(140,119,127); }
td.TdClassName
{
border-color: #8C777F;
}
.TagClassName
{
border-color: #8C777F;
}
</style>