Shades of Venus #84757A
Tints of Venus #84757A
RGB
CMYK
RGB Variations
Color information
#84757A (or 0x84757A) is known color: Venus. HEX triplet: 84, 75 and 7A. RGB value is (132,117,122). Sum of RGB (Red+Green+Blue) = 132+117+122=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84757A is #7B8A85. Grayscale: #7A7A7A. Windows color (decimal): -8096390 or 8025476. OLE color: 8025476.
HSL color Cylindrical-coordinate representation of color #84757A: hue angle of 340º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84757A is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 122 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.48 |
| HSL | 340º | 0.06% | 0.49% | - |
| HSV(B) | 340º | 0.11% | 0.52% | - |
| XYZ | 19.39 | 19.03 | 21.06 | - |
| YUV | 122.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 122 | 0 | 0.11 | 0.08 | 0.48 | 340 | 0.06 | 0.49 |
| Hex | 84 | 75 | 7A | 0 | B | 8 | 30 | 154 | 6 | 31 |
| Octal | 204 | 165 | 172 | 0 | 13 | 10 | 60 | 524 | 6 | 61 |
| Binary | 10000100 | 1110101 | 1111010 | 0 | 1011 | 1000 | 110000 | 101010100 | 110 | 110001 |
Color Harmonies of #84757A
Complementary color
Monochromatic Colors of #84757A
Black with #84757A
Text Example
Text Example
White with #84757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84757A; }
p { color: rgb(132,117,122); }
H1.HeaderClassName
{
color: #84757A;
}
.AnyTagClassName
{
color: #84757A;
}
</style>
background-color css
<style>
a { background-color: #84757A; }
a { background-color: rgb(132,117,122); }
div.DivClassName
{
background-color: #84757A;
}
.BgClassName
{
background-color: #84757A;
}
</style>
border-color css
<style>
span { border-color: #84757A; }
span { border-color: rgb(132,117,122); }
td.TdClassName
{
border-color: #84757A;
}
.TagClassName
{
border-color: #84757A;
}
</style>