Shades of Venus #8C8184
Tints of Venus #8C8184
RGB
CMYK
RGB Variations
Color information
#8C8184 (or 0x8C8184) is known color: Venus. HEX triplet: 8C, 81 and 84. RGB value is (140,129,132). Sum of RGB (Red+Green+Blue) = 140+129+132=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8184 is #737E7B. Grayscale: #848484. Windows color (decimal): -7569020 or 8683916. OLE color: 8683916.
HSL color Cylindrical-coordinate representation of color #8C8184: hue angle of 343.64º 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 #8C8184 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 132 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.45 |
| HSL | 343.64º | 0.05% | 0.53% | - |
| HSV(B) | 343.64º | 0.08% | 0.55% | - |
| XYZ | 22.83 | 22.94 | 25.05 | - |
| YUV | 132.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 132 | 0 | 0.08 | 0.06 | 0.45 | 343.64 | 0.05 | 0.53 |
| Hex | 8C | 81 | 84 | 0 | 8 | 6 | 2D | 158 | 5 | 35 |
| Octal | 214 | 201 | 204 | 0 | 10 | 6 | 55 | 530 | 5 | 65 |
| Binary | 10001100 | 10000001 | 10000100 | 0 | 1000 | 110 | 101101 | 101011000 | 101 | 110101 |
Color Harmonies of #8C8184
Complementary color
Monochromatic Colors of #8C8184
Black with #8C8184
Text Example
Text Example
White with #8C8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8184; }
p { color: rgb(140,129,132); }
H1.HeaderClassName
{
color: #8C8184;
}
.AnyTagClassName
{
color: #8C8184;
}
</style>
background-color css
<style>
a { background-color: #8C8184; }
a { background-color: rgb(140,129,132); }
div.DivClassName
{
background-color: #8C8184;
}
.BgClassName
{
background-color: #8C8184;
}
</style>
border-color css
<style>
span { border-color: #8C8184; }
span { border-color: rgb(140,129,132); }
td.TdClassName
{
border-color: #8C8184;
}
.TagClassName
{
border-color: #8C8184;
}
</style>