Shades of Venus #84797E
Tints of Venus #84797E
RGB
CMYK
RGB Variations
Color information
#84797E (or 0x84797E) is known color: Venus. HEX triplet: 84, 79 and 7E. RGB value is (132,121,126). Sum of RGB (Red+Green+Blue) = 132+121+126=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 132 - color contains mainly: red. Hex color #84797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84797E is #7B8681. Grayscale: #7C7C7C. Windows color (decimal): -8095362 or 8288644. OLE color: 8288644.
HSL color Cylindrical-coordinate representation of color #84797E: hue angle of 332.73º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84797E is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 121 | 126 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.48 |
| HSL | 332.73º | 0.04% | 0.5% | - |
| HSV(B) | 332.73º | 0.08% | 0.52% | - |
| XYZ | 20.12 | 20.09 | 22.56 | - |
| YUV | 124.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 126 | 0 | 0.08 | 0.05 | 0.48 | 332.73 | 0.04 | 0.5 |
| Hex | 84 | 79 | 7E | 0 | 8 | 5 | 30 | 14D | 4 | 32 |
| Octal | 204 | 171 | 176 | 0 | 10 | 5 | 60 | 515 | 4 | 62 |
| Binary | 10000100 | 1111001 | 1111110 | 0 | 1000 | 101 | 110000 | 101001101 | 100 | 110010 |
Color Harmonies of #84797E
Complementary color
Monochromatic Colors of #84797E
Black with #84797E
Text Example
Text Example
White with #84797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84797E; }
p { color: rgb(132,121,126); }
H1.HeaderClassName
{
color: #84797E;
}
.AnyTagClassName
{
color: #84797E;
}
</style>
background-color css
<style>
a { background-color: #84797E; }
a { background-color: rgb(132,121,126); }
div.DivClassName
{
background-color: #84797E;
}
.BgClassName
{
background-color: #84797E;
}
</style>
border-color css
<style>
span { border-color: #84797E; }
span { border-color: rgb(132,121,126); }
td.TdClassName
{
border-color: #84797E;
}
.TagClassName
{
border-color: #84797E;
}
</style>