Shades of Venus #8A727C
Tints of Venus #8A727C
RGB
CMYK
RGB Variations
Color information
#8A727C (or 0x8A727C) is known color: Venus. HEX triplet: 8A, 72 and 7C. RGB value is (138,114,124). Sum of RGB (Red+Green+Blue) = 138+114+124=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A727C is #758D83. Grayscale: #7A7A7A. Windows color (decimal): -7703940 or 8155786. OLE color: 8155786.
HSL color Cylindrical-coordinate representation of color #8A727C: hue angle of 335º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A727C is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 124 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.46 |
| HSL | 335º | 0.1% | 0.49% | - |
| HSV(B) | 335º | 0.17% | 0.54% | - |
| XYZ | 20.14 | 18.89 | 21.65 | - |
| YUV | 122.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 124 | 0 | 0.17 | 0.10 | 0.46 | 335 | 0.1 | 0.49 |
| Hex | 8A | 72 | 7C | 0 | 11 | A | 2E | 14F | A | 31 |
| Octal | 212 | 162 | 174 | 0 | 21 | 12 | 56 | 517 | 12 | 61 |
| Binary | 10001010 | 1110010 | 1111100 | 0 | 10001 | 1010 | 101110 | 101001111 | 1010 | 110001 |
Color Harmonies of #8A727C
Complementary color
Monochromatic Colors of #8A727C
Black with #8A727C
Text Example
Text Example
White with #8A727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A727C; }
p { color: rgb(138,114,124); }
H1.HeaderClassName
{
color: #8A727C;
}
.AnyTagClassName
{
color: #8A727C;
}
</style>
background-color css
<style>
a { background-color: #8A727C; }
a { background-color: rgb(138,114,124); }
div.DivClassName
{
background-color: #8A727C;
}
.BgClassName
{
background-color: #8A727C;
}
</style>
border-color css
<style>
span { border-color: #8A727C; }
span { border-color: rgb(138,114,124); }
td.TdClassName
{
border-color: #8A727C;
}
.TagClassName
{
border-color: #8A727C;
}
</style>