Shades of Venus #8C727D
Tints of Venus #8C727D
RGB
CMYK
RGB Variations
Color information
#8C727D (or 0x8C727D) is known color: Venus. HEX triplet: 8C, 72 and 7D. RGB value is (140,114,125). Sum of RGB (Red+Green+Blue) = 140+114+125=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C727D is #738D82. Grayscale: #7B7B7B. Windows color (decimal): -7572867 or 8221324. OLE color: 8221324.
HSL color Cylindrical-coordinate representation of color #8C727D: hue angle of 334.62º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C727D is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 125 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.45 |
| HSL | 334.62º | 0.1% | 0.5% | - |
| HSV(B) | 334.62º | 0.19% | 0.55% | - |
| XYZ | 20.53 | 19.09 | 22 | - |
| YUV | 123.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 125 | 0 | 0.19 | 0.11 | 0.45 | 334.62 | 0.1 | 0.5 |
| Hex | 8C | 72 | 7D | 0 | 13 | B | 2D | 14F | A | 32 |
| Octal | 214 | 162 | 175 | 0 | 23 | 13 | 55 | 517 | 12 | 62 |
| Binary | 10001100 | 1110010 | 1111101 | 0 | 10011 | 1011 | 101101 | 101001111 | 1010 | 110010 |
Color Harmonies of #8C727D
Complementary color
Monochromatic Colors of #8C727D
Black with #8C727D
Text Example
Text Example
White with #8C727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C727D; }
p { color: rgb(140,114,125); }
H1.HeaderClassName
{
color: #8C727D;
}
.AnyTagClassName
{
color: #8C727D;
}
</style>
background-color css
<style>
a { background-color: #8C727D; }
a { background-color: rgb(140,114,125); }
div.DivClassName
{
background-color: #8C727D;
}
.BgClassName
{
background-color: #8C727D;
}
</style>
border-color css
<style>
span { border-color: #8C727D; }
span { border-color: rgb(140,114,125); }
td.TdClassName
{
border-color: #8C727D;
}
.TagClassName
{
border-color: #8C727D;
}
</style>