Shades of Venus #84797F
Tints of Venus #84797F
RGB
CMYK
RGB Variations
Color information
#84797F (or 0x84797F) is known color: Venus. HEX triplet: 84, 79 and 7F. RGB value is (132,121,127). Sum of RGB (Red+Green+Blue) = 132+121+127=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 132 - color contains mainly: red. Hex color #84797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84797F is #7B8680. Grayscale: #7C7C7C. Windows color (decimal): -8095361 or 8354180. OLE color: 8354180.
HSL color Cylindrical-coordinate representation of color #84797F: hue angle of 327.27º 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 #84797F is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 121 | 127 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.48 |
| HSL | 327.27º | 0.04% | 0.5% | - |
| HSV(B) | 327.27º | 0.08% | 0.52% | - |
| XYZ | 20.18 | 20.11 | 22.9 | - |
| YUV | 124.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 127 | 0 | 0.08 | 0.04 | 0.48 | 327.27 | 0.04 | 0.5 |
| Hex | 84 | 79 | 7F | 0 | 8 | 4 | 30 | 147 | 4 | 32 |
| Octal | 204 | 171 | 177 | 0 | 10 | 4 | 60 | 507 | 4 | 62 |
| Binary | 10000100 | 1111001 | 1111111 | 0 | 1000 | 100 | 110000 | 101000111 | 100 | 110010 |
Color Harmonies of #84797F
Complementary color
Monochromatic Colors of #84797F
Black with #84797F
Text Example
Text Example
White with #84797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84797F; }
p { color: rgb(132,121,127); }
H1.HeaderClassName
{
color: #84797F;
}
.AnyTagClassName
{
color: #84797F;
}
</style>
background-color css
<style>
a { background-color: #84797F; }
a { background-color: rgb(132,121,127); }
div.DivClassName
{
background-color: #84797F;
}
.BgClassName
{
background-color: #84797F;
}
</style>
border-color css
<style>
span { border-color: #84797F; }
span { border-color: rgb(132,121,127); }
td.TdClassName
{
border-color: #84797F;
}
.TagClassName
{
border-color: #84797F;
}
</style>