Shades of Venus #84777E
Tints of Venus #84777E
RGB
CMYK
RGB Variations
Color information
#84777E (or 0x84777E) is known color: Venus. HEX triplet: 84, 77 and 7E. RGB value is (132,119,126). Sum of RGB (Red+Green+Blue) = 132+119+126=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #84777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84777E is #7B8881. Grayscale: #7B7B7B. Windows color (decimal): -8095874 or 8288132. OLE color: 8288132.
HSL color Cylindrical-coordinate representation of color #84777E: hue angle of 327.69º 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 #84777E is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 126 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.48 |
| HSL | 327.69º | 0.05% | 0.49% | - |
| HSV(B) | 327.69º | 0.1% | 0.52% | - |
| XYZ | 19.88 | 19.61 | 22.48 | - |
| YUV | 123.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 126 | 0 | 0.10 | 0.05 | 0.48 | 327.69 | 0.05 | 0.49 |
| Hex | 84 | 77 | 7E | 0 | A | 5 | 30 | 148 | 5 | 31 |
| Octal | 204 | 167 | 176 | 0 | 12 | 5 | 60 | 510 | 5 | 61 |
| Binary | 10000100 | 1110111 | 1111110 | 0 | 1010 | 101 | 110000 | 101001000 | 101 | 110001 |
Color Harmonies of #84777E
Complementary color
Monochromatic Colors of #84777E
Black with #84777E
Text Example
Text Example
White with #84777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84777E; }
p { color: rgb(132,119,126); }
H1.HeaderClassName
{
color: #84777E;
}
.AnyTagClassName
{
color: #84777E;
}
</style>
background-color css
<style>
a { background-color: #84777E; }
a { background-color: rgb(132,119,126); }
div.DivClassName
{
background-color: #84777E;
}
.BgClassName
{
background-color: #84777E;
}
</style>
border-color css
<style>
span { border-color: #84777E; }
span { border-color: rgb(132,119,126); }
td.TdClassName
{
border-color: #84777E;
}
.TagClassName
{
border-color: #84777E;
}
</style>