Shades of Venus #8C8385
Tints of Venus #8C8385
RGB
CMYK
RGB Variations
Color information
#8C8385 (or 0x8C8385) is known color: Venus. HEX triplet: 8C, 83 and 85. RGB value is (140,131,133). Sum of RGB (Red+Green+Blue) = 140+131+133=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8385 is #737C7A. Grayscale: #858585. Windows color (decimal): -7568507 or 8749964. OLE color: 8749964.
HSL color Cylindrical-coordinate representation of color #8C8385: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8385 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 133 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.45 |
| HSL | 346.67º | 0.04% | 0.53% | - |
| HSV(B) | 346.67º | 0.06% | 0.55% | - |
| XYZ | 23.17 | 23.5 | 25.51 | - |
| YUV | 133.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 133 | 0 | 0.06 | 0.05 | 0.45 | 346.67 | 0.04 | 0.53 |
| Hex | 8C | 83 | 85 | 0 | 6 | 5 | 2D | 15B | 4 | 35 |
| Octal | 214 | 203 | 205 | 0 | 6 | 5 | 55 | 533 | 4 | 65 |
| Binary | 10001100 | 10000011 | 10000101 | 0 | 110 | 101 | 101101 | 101011011 | 100 | 110101 |
Color Harmonies of #8C8385
Complementary color
Monochromatic Colors of #8C8385
Black with #8C8385
Text Example
Text Example
White with #8C8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8385; }
p { color: rgb(140,131,133); }
H1.HeaderClassName
{
color: #8C8385;
}
.AnyTagClassName
{
color: #8C8385;
}
</style>
background-color css
<style>
a { background-color: #8C8385; }
a { background-color: rgb(140,131,133); }
div.DivClassName
{
background-color: #8C8385;
}
.BgClassName
{
background-color: #8C8385;
}
</style>
border-color css
<style>
span { border-color: #8C8385; }
span { border-color: rgb(140,131,133); }
td.TdClassName
{
border-color: #8C8385;
}
.TagClassName
{
border-color: #8C8385;
}
</style>