Shades of Venus #8C8084
Tints of Venus #8C8084
RGB
CMYK
RGB Variations
Color information
#8C8084 (or 0x8C8084) is known color: Venus. HEX triplet: 8C, 80 and 84. RGB value is (140,128,132). Sum of RGB (Red+Green+Blue) = 140+128+132=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8084 is #737F7B. Grayscale: #848484. Windows color (decimal): -7569276 or 8683660. OLE color: 8683660.
HSL color Cylindrical-coordinate representation of color #8C8084: hue angle of 340º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8084 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 132 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.45 |
| HSL | 340º | 0.05% | 0.53% | - |
| HSV(B) | 340º | 0.09% | 0.55% | - |
| XYZ | 22.7 | 22.68 | 25.01 | - |
| YUV | 132.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 132 | 0 | 0.09 | 0.06 | 0.45 | 340 | 0.05 | 0.53 |
| Hex | 8C | 80 | 84 | 0 | 9 | 6 | 2D | 154 | 5 | 35 |
| Octal | 214 | 200 | 204 | 0 | 11 | 6 | 55 | 524 | 5 | 65 |
| Binary | 10001100 | 10000000 | 10000100 | 0 | 1001 | 110 | 101101 | 101010100 | 101 | 110101 |
Color Harmonies of #8C8084
Complementary color
Monochromatic Colors of #8C8084
Black with #8C8084
Text Example
Text Example
White with #8C8084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8084; }
p { color: rgb(140,128,132); }
H1.HeaderClassName
{
color: #8C8084;
}
.AnyTagClassName
{
color: #8C8084;
}
</style>
background-color css
<style>
a { background-color: #8C8084; }
a { background-color: rgb(140,128,132); }
div.DivClassName
{
background-color: #8C8084;
}
.BgClassName
{
background-color: #8C8084;
}
</style>
border-color css
<style>
span { border-color: #8C8084; }
span { border-color: rgb(140,128,132); }
td.TdClassName
{
border-color: #8C8084;
}
.TagClassName
{
border-color: #8C8084;
}
</style>