Shades of Venus #8C7681
Tints of Venus #8C7681
RGB
CMYK
RGB Variations
Color information
#8C7681 (or 0x8C7681) is known color: Venus. HEX triplet: 8C, 76 and 81. RGB value is (140,118,129). Sum of RGB (Red+Green+Blue) = 140+118+129=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7681 is #73897E. Grayscale: #7D7D7D. Windows color (decimal): -7571839 or 8484492. OLE color: 8484492.
HSL color Cylindrical-coordinate representation of color #8C7681: hue angle of 330º 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 #8C7681 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 129 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.45 |
| HSL | 330º | 0.09% | 0.51% | - |
| HSV(B) | 330º | 0.16% | 0.55% | - |
| XYZ | 21.26 | 20.12 | 23.53 | - |
| YUV | 125.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 129 | 0 | 0.16 | 0.08 | 0.45 | 330 | 0.09 | 0.51 |
| Hex | 8C | 76 | 81 | 0 | 10 | 8 | 2D | 14A | 9 | 33 |
| Octal | 214 | 166 | 201 | 0 | 20 | 10 | 55 | 512 | 11 | 63 |
| Binary | 10001100 | 1110110 | 10000001 | 0 | 10000 | 1000 | 101101 | 101001010 | 1001 | 110011 |
Color Harmonies of #8C7681
Complementary color
Monochromatic Colors of #8C7681
Black with #8C7681
Text Example
Text Example
White with #8C7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7681; }
p { color: rgb(140,118,129); }
H1.HeaderClassName
{
color: #8C7681;
}
.AnyTagClassName
{
color: #8C7681;
}
</style>
background-color css
<style>
a { background-color: #8C7681; }
a { background-color: rgb(140,118,129); }
div.DivClassName
{
background-color: #8C7681;
}
.BgClassName
{
background-color: #8C7681;
}
</style>
border-color css
<style>
span { border-color: #8C7681; }
span { border-color: rgb(140,118,129); }
td.TdClassName
{
border-color: #8C7681;
}
.TagClassName
{
border-color: #8C7681;
}
</style>