Shades of Venus #8B727D
Tints of Venus #8B727D
RGB
CMYK
RGB Variations
Color information
#8B727D (or 0x8B727D) is known color: Venus. HEX triplet: 8B, 72 and 7D. RGB value is (139,114,125). Sum of RGB (Red+Green+Blue) = 139+114+125=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B727D is #748D82. Grayscale: #7A7A7A. Windows color (decimal): -7638403 or 8221323. OLE color: 8221323.
HSL color Cylindrical-coordinate representation of color #8B727D: hue angle of 333.6º 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 #8B727D is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 125 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.45 |
| HSL | 333.6º | 0.1% | 0.5% | - |
| HSV(B) | 333.6º | 0.18% | 0.55% | - |
| XYZ | 20.37 | 19 | 22 | - |
| YUV | 122.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 125 | 0 | 0.18 | 0.10 | 0.45 | 333.6 | 0.1 | 0.5 |
| Hex | 8B | 72 | 7D | 0 | 12 | A | 2D | 14E | A | 32 |
| Octal | 213 | 162 | 175 | 0 | 22 | 12 | 55 | 516 | 12 | 62 |
| Binary | 10001011 | 1110010 | 1111101 | 0 | 10010 | 1010 | 101101 | 101001110 | 1010 | 110010 |
Color Harmonies of #8B727D
Complementary color
Monochromatic Colors of #8B727D
Black with #8B727D
Text Example
Text Example
White with #8B727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B727D; }
p { color: rgb(139,114,125); }
H1.HeaderClassName
{
color: #8B727D;
}
.AnyTagClassName
{
color: #8B727D;
}
</style>
background-color css
<style>
a { background-color: #8B727D; }
a { background-color: rgb(139,114,125); }
div.DivClassName
{
background-color: #8B727D;
}
.BgClassName
{
background-color: #8B727D;
}
</style>
border-color css
<style>
span { border-color: #8B727D; }
span { border-color: rgb(139,114,125); }
td.TdClassName
{
border-color: #8B727D;
}
.TagClassName
{
border-color: #8B727D;
}
</style>