Shades of Venus #84767A
Tints of Venus #84767A
RGB
CMYK
RGB Variations
Color information
#84767A (or 0x84767A) is known color: Venus. HEX triplet: 84, 76 and 7A. RGB value is (132,118,122). Sum of RGB (Red+Green+Blue) = 132+118+122=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 132 - color contains mainly: red. Hex color #84767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84767A is #7B8985. Grayscale: #7A7A7A. Windows color (decimal): -8096134 or 8025732. OLE color: 8025732.
HSL color Cylindrical-coordinate representation of color #84767A: hue angle of 342.86º 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 #84767A is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 118 | 122 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.48 |
| HSL | 342.86º | 0.06% | 0.49% | - |
| HSV(B) | 342.86º | 0.11% | 0.52% | - |
| XYZ | 19.51 | 19.27 | 21.1 | - |
| YUV | 122.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 122 | 0 | 0.11 | 0.08 | 0.48 | 342.86 | 0.06 | 0.49 |
| Hex | 84 | 76 | 7A | 0 | B | 8 | 30 | 157 | 6 | 31 |
| Octal | 204 | 166 | 172 | 0 | 13 | 10 | 60 | 527 | 6 | 61 |
| Binary | 10000100 | 1110110 | 1111010 | 0 | 1011 | 1000 | 110000 | 101010111 | 110 | 110001 |
Color Harmonies of #84767A
Complementary color
Monochromatic Colors of #84767A
Black with #84767A
Text Example
Text Example
White with #84767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84767A; }
p { color: rgb(132,118,122); }
H1.HeaderClassName
{
color: #84767A;
}
.AnyTagClassName
{
color: #84767A;
}
</style>
background-color css
<style>
a { background-color: #84767A; }
a { background-color: rgb(132,118,122); }
div.DivClassName
{
background-color: #84767A;
}
.BgClassName
{
background-color: #84767A;
}
</style>
border-color css
<style>
span { border-color: #84767A; }
span { border-color: rgb(132,118,122); }
td.TdClassName
{
border-color: #84767A;
}
.TagClassName
{
border-color: #84767A;
}
</style>