Shades of Venus #84767C
Tints of Venus #84767C
RGB
CMYK
RGB Variations
Color information
#84767C (or 0x84767C) is known color: Venus. HEX triplet: 84, 76 and 7C. RGB value is (132,118,124). Sum of RGB (Red+Green+Blue) = 132+118+124=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 132 - color contains mainly: red. Hex color #84767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84767C is #7B8983. Grayscale: #7A7A7A. Windows color (decimal): -8096132 or 8156804. OLE color: 8156804.
HSL color Cylindrical-coordinate representation of color #84767C: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84767C is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 118 | 124 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.48 |
| HSL | 334.29º | 0.06% | 0.49% | - |
| HSV(B) | 334.29º | 0.11% | 0.52% | - |
| XYZ | 19.63 | 19.32 | 21.76 | - |
| YUV | 122.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 124 | 0 | 0.11 | 0.06 | 0.48 | 334.29 | 0.06 | 0.49 |
| Hex | 84 | 76 | 7C | 0 | B | 6 | 30 | 14E | 6 | 31 |
| Octal | 204 | 166 | 174 | 0 | 13 | 6 | 60 | 516 | 6 | 61 |
| Binary | 10000100 | 1110110 | 1111100 | 0 | 1011 | 110 | 110000 | 101001110 | 110 | 110001 |
Color Harmonies of #84767C
Complementary color
Monochromatic Colors of #84767C
Black with #84767C
Text Example
Text Example
White with #84767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84767C; }
p { color: rgb(132,118,124); }
H1.HeaderClassName
{
color: #84767C;
}
.AnyTagClassName
{
color: #84767C;
}
</style>
background-color css
<style>
a { background-color: #84767C; }
a { background-color: rgb(132,118,124); }
div.DivClassName
{
background-color: #84767C;
}
.BgClassName
{
background-color: #84767C;
}
</style>
border-color css
<style>
span { border-color: #84767C; }
span { border-color: rgb(132,118,124); }
td.TdClassName
{
border-color: #84767C;
}
.TagClassName
{
border-color: #84767C;
}
</style>