Shades of Venus #8C717A
Tints of Venus #8C717A
RGB
CMYK
RGB Variations
Color information
#8C717A (or 0x8C717A) is known color: Venus. HEX triplet: 8C, 71 and 7A. RGB value is (140,113,122). Sum of RGB (Red+Green+Blue) = 140+113+122=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C717A is #738E85. Grayscale: #7A7A7A. Windows color (decimal): -7573126 or 8024460. OLE color: 8024460.
HSL color Cylindrical-coordinate representation of color #8C717A: hue angle of 340º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C717A is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 122 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.45 |
| HSL | 340º | 0.11% | 0.5% | - |
| HSV(B) | 340º | 0.19% | 0.55% | - |
| XYZ | 20.23 | 18.79 | 20.97 | - |
| YUV | 122.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 122 | 0 | 0.19 | 0.13 | 0.45 | 340 | 0.11 | 0.5 |
| Hex | 8C | 71 | 7A | 0 | 13 | D | 2D | 154 | B | 32 |
| Octal | 214 | 161 | 172 | 0 | 23 | 15 | 55 | 524 | 13 | 62 |
| Binary | 10001100 | 1110001 | 1111010 | 0 | 10011 | 1101 | 101101 | 101010100 | 1011 | 110010 |
Color Harmonies of #8C717A
Complementary color
Monochromatic Colors of #8C717A
Black with #8C717A
Text Example
Text Example
White with #8C717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C717A; }
p { color: rgb(140,113,122); }
H1.HeaderClassName
{
color: #8C717A;
}
.AnyTagClassName
{
color: #8C717A;
}
</style>
background-color css
<style>
a { background-color: #8C717A; }
a { background-color: rgb(140,113,122); }
div.DivClassName
{
background-color: #8C717A;
}
.BgClassName
{
background-color: #8C717A;
}
</style>
border-color css
<style>
span { border-color: #8C717A; }
span { border-color: rgb(140,113,122); }
td.TdClassName
{
border-color: #8C717A;
}
.TagClassName
{
border-color: #8C717A;
}
</style>