Shades of Venus #84787E
Tints of Venus #84787E
RGB
CMYK
RGB Variations
Color information
#84787E (or 0x84787E) is known color: Venus. HEX triplet: 84, 78 and 7E. RGB value is (132,120,126). Sum of RGB (Red+Green+Blue) = 132+120+126=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #84787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84787E is #7B8781. Grayscale: #7C7C7C. Windows color (decimal): -8095618 or 8288388. OLE color: 8288388.
HSL color Cylindrical-coordinate representation of color #84787E: hue angle of 330º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #84787E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 120 | 126 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.48 |
| HSL | 330º | 0.05% | 0.49% | - |
| HSV(B) | 330º | 0.09% | 0.52% | - |
| XYZ | 20 | 19.84 | 22.52 | - |
| YUV | 124.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 126 | 0 | 0.09 | 0.05 | 0.48 | 330 | 0.05 | 0.49 |
| Hex | 84 | 78 | 7E | 0 | 9 | 5 | 30 | 14A | 5 | 31 |
| Octal | 204 | 170 | 176 | 0 | 11 | 5 | 60 | 512 | 5 | 61 |
| Binary | 10000100 | 1111000 | 1111110 | 0 | 1001 | 101 | 110000 | 101001010 | 101 | 110001 |
Color Harmonies of #84787E
Complementary color
Monochromatic Colors of #84787E
Black with #84787E
Text Example
Text Example
White with #84787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84787E; }
p { color: rgb(132,120,126); }
H1.HeaderClassName
{
color: #84787E;
}
.AnyTagClassName
{
color: #84787E;
}
</style>
background-color css
<style>
a { background-color: #84787E; }
a { background-color: rgb(132,120,126); }
div.DivClassName
{
background-color: #84787E;
}
.BgClassName
{
background-color: #84787E;
}
</style>
border-color css
<style>
span { border-color: #84787E; }
span { border-color: rgb(132,120,126); }
td.TdClassName
{
border-color: #84787E;
}
.TagClassName
{
border-color: #84787E;
}
</style>