Shades of Venus #8C8081
Tints of Venus #8C8081
RGB
CMYK
RGB Variations
Color information
#8C8081 (or 0x8C8081) is known color: Venus. HEX triplet: 8C, 80 and 81. RGB value is (140,128,129). Sum of RGB (Red+Green+Blue) = 140+128+129=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8081 is #737F7E. Grayscale: #838383. Windows color (decimal): -7569279 or 8487052. OLE color: 8487052.
HSL color Cylindrical-coordinate representation of color #8C8081: hue angle of 355º 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 #8C8081 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 129 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.45 |
| HSL | 355º | 0.05% | 0.53% | - |
| HSV(B) | 355º | 0.09% | 0.55% | - |
| XYZ | 22.5 | 22.6 | 23.95 | - |
| YUV | 131.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 129 | 0 | 0.09 | 0.08 | 0.45 | 355 | 0.05 | 0.53 |
| Hex | 8C | 80 | 81 | 0 | 9 | 8 | 2D | 163 | 5 | 35 |
| Octal | 214 | 200 | 201 | 0 | 11 | 10 | 55 | 543 | 5 | 65 |
| Binary | 10001100 | 10000000 | 10000001 | 0 | 1001 | 1000 | 101101 | 101100011 | 101 | 110101 |
Color Harmonies of #8C8081
Complementary color
Monochromatic Colors of #8C8081
Black with #8C8081
Text Example
Text Example
White with #8C8081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8081; }
p { color: rgb(140,128,129); }
H1.HeaderClassName
{
color: #8C8081;
}
.AnyTagClassName
{
color: #8C8081;
}
</style>
background-color css
<style>
a { background-color: #8C8081; }
a { background-color: rgb(140,128,129); }
div.DivClassName
{
background-color: #8C8081;
}
.BgClassName
{
background-color: #8C8081;
}
</style>
border-color css
<style>
span { border-color: #8C8081; }
span { border-color: rgb(140,128,129); }
td.TdClassName
{
border-color: #8C8081;
}
.TagClassName
{
border-color: #8C8081;
}
</style>