Shades of Venus #8B727C
Tints of Venus #8B727C
RGB
CMYK
RGB Variations
Color information
#8B727C (or 0x8B727C) is known color: Venus. HEX triplet: 8B, 72 and 7C. RGB value is (139,114,124). Sum of RGB (Red+Green+Blue) = 139+114+124=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B727C is #748D83. Grayscale: #7A7A7A. Windows color (decimal): -7638404 or 8155787. OLE color: 8155787.
HSL color Cylindrical-coordinate representation of color #8B727C: hue angle of 336º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B727C is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 124 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.45 |
| HSL | 336º | 0.1% | 0.5% | - |
| HSV(B) | 336º | 0.18% | 0.55% | - |
| XYZ | 20.3 | 18.98 | 21.66 | - |
| YUV | 122.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 124 | 0 | 0.18 | 0.11 | 0.45 | 336 | 0.1 | 0.5 |
| Hex | 8B | 72 | 7C | 0 | 12 | B | 2D | 150 | A | 32 |
| Octal | 213 | 162 | 174 | 0 | 22 | 13 | 55 | 520 | 12 | 62 |
| Binary | 10001011 | 1110010 | 1111100 | 0 | 10010 | 1011 | 101101 | 101010000 | 1010 | 110010 |
Color Harmonies of #8B727C
Complementary color
Monochromatic Colors of #8B727C
Black with #8B727C
Text Example
Text Example
White with #8B727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B727C; }
p { color: rgb(139,114,124); }
H1.HeaderClassName
{
color: #8B727C;
}
.AnyTagClassName
{
color: #8B727C;
}
</style>
background-color css
<style>
a { background-color: #8B727C; }
a { background-color: rgb(139,114,124); }
div.DivClassName
{
background-color: #8B727C;
}
.BgClassName
{
background-color: #8B727C;
}
</style>
border-color css
<style>
span { border-color: #8B727C; }
span { border-color: rgb(139,114,124); }
td.TdClassName
{
border-color: #8B727C;
}
.TagClassName
{
border-color: #8B727C;
}
</style>