Shades of Venus #8C8182
Tints of Venus #8C8182
RGB
CMYK
RGB Variations
Color information
#8C8182 (or 0x8C8182) is known color: Venus. HEX triplet: 8C, 81 and 82. RGB value is (140,129,130). Sum of RGB (Red+Green+Blue) = 140+129+130=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8182 is #737E7D. Grayscale: #848484. Windows color (decimal): -7569022 or 8552844. OLE color: 8552844.
HSL color Cylindrical-coordinate representation of color #8C8182: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C8182 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 130 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.45 |
| HSL | 354.55º | 0.05% | 0.53% | - |
| HSV(B) | 354.55º | 0.08% | 0.55% | - |
| XYZ | 22.69 | 22.89 | 24.34 | - |
| YUV | 132.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 130 | 0 | 0.08 | 0.07 | 0.45 | 354.55 | 0.05 | 0.53 |
| Hex | 8C | 81 | 82 | 0 | 8 | 7 | 2D | 163 | 5 | 35 |
| Octal | 214 | 201 | 202 | 0 | 10 | 7 | 55 | 543 | 5 | 65 |
| Binary | 10001100 | 10000001 | 10000010 | 0 | 1000 | 111 | 101101 | 101100011 | 101 | 110101 |
Color Harmonies of #8C8182
Complementary color
Monochromatic Colors of #8C8182
Black with #8C8182
Text Example
Text Example
White with #8C8182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8182; }
p { color: rgb(140,129,130); }
H1.HeaderClassName
{
color: #8C8182;
}
.AnyTagClassName
{
color: #8C8182;
}
</style>
background-color css
<style>
a { background-color: #8C8182; }
a { background-color: rgb(140,129,130); }
div.DivClassName
{
background-color: #8C8182;
}
.BgClassName
{
background-color: #8C8182;
}
</style>
border-color css
<style>
span { border-color: #8C8182; }
span { border-color: rgb(140,129,130); }
td.TdClassName
{
border-color: #8C8182;
}
.TagClassName
{
border-color: #8C8182;
}
</style>