Shades of Venus #84777C
Tints of Venus #84777C
RGB
CMYK
RGB Variations
Color information
#84777C (or 0x84777C) is known color: Venus. HEX triplet: 84, 77 and 7C. RGB value is (132,119,124). Sum of RGB (Red+Green+Blue) = 132+119+124=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #84777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84777C is #7B8883. Grayscale: #7B7B7B. Windows color (decimal): -8095876 or 8157060. OLE color: 8157060.
HSL color Cylindrical-coordinate representation of color #84777C: hue angle of 336.92º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84777C is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 124 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.48 |
| HSL | 336.92º | 0.05% | 0.49% | - |
| HSV(B) | 336.92º | 0.1% | 0.52% | - |
| XYZ | 19.75 | 19.55 | 21.8 | - |
| YUV | 123.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 124 | 0 | 0.10 | 0.06 | 0.48 | 336.92 | 0.05 | 0.49 |
| Hex | 84 | 77 | 7C | 0 | A | 6 | 30 | 151 | 5 | 31 |
| Octal | 204 | 167 | 174 | 0 | 12 | 6 | 60 | 521 | 5 | 61 |
| Binary | 10000100 | 1110111 | 1111100 | 0 | 1010 | 110 | 110000 | 101010001 | 101 | 110001 |
Color Harmonies of #84777C
Complementary color
Monochromatic Colors of #84777C
Black with #84777C
Text Example
Text Example
White with #84777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84777C; }
p { color: rgb(132,119,124); }
H1.HeaderClassName
{
color: #84777C;
}
.AnyTagClassName
{
color: #84777C;
}
</style>
background-color css
<style>
a { background-color: #84777C; }
a { background-color: rgb(132,119,124); }
div.DivClassName
{
background-color: #84777C;
}
.BgClassName
{
background-color: #84777C;
}
</style>
border-color css
<style>
span { border-color: #84777C; }
span { border-color: rgb(132,119,124); }
td.TdClassName
{
border-color: #84777C;
}
.TagClassName
{
border-color: #84777C;
}
</style>