Shades of Venus #847F80
Tints of Venus #847F80
RGB
CMYK
RGB Variations
Color information
#847F80 (or 0x847F80) is known color: Venus. HEX triplet: 84, 7F and 80. RGB value is (132,127,128). Sum of RGB (Red+Green+Blue) = 132+127+128=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 132 - color contains mainly: red. Hex color #847F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F80 is #7B807F. Grayscale: #808080. Windows color (decimal): -8093824 or 8421252. OLE color: 8421252.
HSL color Cylindrical-coordinate representation of color #847F80: hue angle of 348º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #847F80 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 128 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.48 |
| HSL | 348º | 0.02% | 0.51% | - |
| HSV(B) | 348º | 0.04% | 0.52% | - |
| XYZ | 21 | 21.64 | 23.49 | - |
| YUV | 128.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 128 | 0 | 0.04 | 0.03 | 0.48 | 348 | 0.02 | 0.51 |
| Hex | 84 | 7F | 80 | 0 | 4 | 3 | 30 | 15C | 2 | 33 |
| Octal | 204 | 177 | 200 | 0 | 4 | 3 | 60 | 534 | 2 | 63 |
| Binary | 10000100 | 1111111 | 10000000 | 0 | 100 | 11 | 110000 | 101011100 | 10 | 110011 |
Color Harmonies of #847F80
Complementary color
Monochromatic Colors of #847F80
Black with #847F80
Text Example
Text Example
White with #847F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F80; }
p { color: rgb(132,127,128); }
H1.HeaderClassName
{
color: #847F80;
}
.AnyTagClassName
{
color: #847F80;
}
</style>
background-color css
<style>
a { background-color: #847F80; }
a { background-color: rgb(132,127,128); }
div.DivClassName
{
background-color: #847F80;
}
.BgClassName
{
background-color: #847F80;
}
</style>
border-color css
<style>
span { border-color: #847F80; }
span { border-color: rgb(132,127,128); }
td.TdClassName
{
border-color: #847F80;
}
.TagClassName
{
border-color: #847F80;
}
</style>