Shades of Venus #84727B
Tints of Venus #84727B
RGB
CMYK
RGB Variations
Color information
#84727B (or 0x84727B) is known color: Venus. HEX triplet: 84, 72 and 7B. RGB value is (132,114,123). Sum of RGB (Red+Green+Blue) = 132+114+123=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84727B is #7B8D84. Grayscale: #787878. Windows color (decimal): -8097157 or 8090244. OLE color: 8090244.
HSL color Cylindrical-coordinate representation of color #84727B: hue angle of 330º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84727B is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 123 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.48 |
| HSL | 330º | 0.07% | 0.48% | - |
| HSV(B) | 330º | 0.14% | 0.52% | - |
| XYZ | 19.11 | 18.37 | 21.28 | - |
| YUV | 120.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 123 | 0 | 0.14 | 0.07 | 0.48 | 330 | 0.07 | 0.48 |
| Hex | 84 | 72 | 7B | 0 | E | 7 | 30 | 14A | 7 | 30 |
| Octal | 204 | 162 | 173 | 0 | 16 | 7 | 60 | 512 | 7 | 60 |
| Binary | 10000100 | 1110010 | 1111011 | 0 | 1110 | 111 | 110000 | 101001010 | 111 | 110000 |
Color Harmonies of #84727B
Complementary color
Monochromatic Colors of #84727B
Black with #84727B
Text Example
Text Example
White with #84727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84727B; }
p { color: rgb(132,114,123); }
H1.HeaderClassName
{
color: #84727B;
}
.AnyTagClassName
{
color: #84727B;
}
</style>
background-color css
<style>
a { background-color: #84727B; }
a { background-color: rgb(132,114,123); }
div.DivClassName
{
background-color: #84727B;
}
.BgClassName
{
background-color: #84727B;
}
</style>
border-color css
<style>
span { border-color: #84727B; }
span { border-color: rgb(132,114,123); }
td.TdClassName
{
border-color: #84727B;
}
.TagClassName
{
border-color: #84727B;
}
</style>