Shades of Venus #84717A
Tints of Venus #84717A
RGB
CMYK
RGB Variations
Color information
#84717A (or 0x84717A) is known color: Venus. HEX triplet: 84, 71 and 7A. RGB value is (132,113,122). Sum of RGB (Red+Green+Blue) = 132+113+122=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #84717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84717A is #7B8E85. Grayscale: #777777. Windows color (decimal): -8097414 or 8024452. OLE color: 8024452.
HSL color Cylindrical-coordinate representation of color #84717A: hue angle of 331.58º degrees, saturation: 0.08, 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 #84717A is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 122 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.48 |
| HSL | 331.58º | 0.08% | 0.48% | - |
| HSV(B) | 331.58º | 0.14% | 0.52% | - |
| XYZ | 18.93 | 18.12 | 20.91 | - |
| YUV | 119.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 122 | 0 | 0.14 | 0.08 | 0.48 | 331.58 | 0.08 | 0.48 |
| Hex | 84 | 71 | 7A | 0 | E | 8 | 30 | 14C | 8 | 30 |
| Octal | 204 | 161 | 172 | 0 | 16 | 10 | 60 | 514 | 10 | 60 |
| Binary | 10000100 | 1110001 | 1111010 | 0 | 1110 | 1000 | 110000 | 101001100 | 1000 | 110000 |
Color Harmonies of #84717A
Complementary color
Monochromatic Colors of #84717A
Black with #84717A
Text Example
Text Example
White with #84717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84717A; }
p { color: rgb(132,113,122); }
H1.HeaderClassName
{
color: #84717A;
}
.AnyTagClassName
{
color: #84717A;
}
</style>
background-color css
<style>
a { background-color: #84717A; }
a { background-color: rgb(132,113,122); }
div.DivClassName
{
background-color: #84717A;
}
.BgClassName
{
background-color: #84717A;
}
</style>
border-color css
<style>
span { border-color: #84717A; }
span { border-color: rgb(132,113,122); }
td.TdClassName
{
border-color: #84717A;
}
.TagClassName
{
border-color: #84717A;
}
</style>