Shades of Venus #847C7E
Tints of Venus #847C7E
RGB
CMYK
RGB Variations
Color information
#847C7E (or 0x847C7E) is known color: Venus. HEX triplet: 84, 7C and 7E. RGB value is (132,124,126). Sum of RGB (Red+Green+Blue) = 132+124+126=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 132 - color contains mainly: red. Hex color #847C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847C7E is #7B8381. Grayscale: #7E7E7E. Windows color (decimal): -8094594 or 8289412. OLE color: 8289412.
HSL color Cylindrical-coordinate representation of color #847C7E: hue angle of 345º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #847C7E is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 126 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.48 |
| HSL | 345º | 0.03% | 0.5% | - |
| HSV(B) | 345º | 0.06% | 0.52% | - |
| XYZ | 20.49 | 20.83 | 22.68 | - |
| YUV | 126.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 126 | 0 | 0.06 | 0.05 | 0.48 | 345 | 0.03 | 0.5 |
| Hex | 84 | 7C | 7E | 0 | 6 | 5 | 30 | 159 | 3 | 32 |
| Octal | 204 | 174 | 176 | 0 | 6 | 5 | 60 | 531 | 3 | 62 |
| Binary | 10000100 | 1111100 | 1111110 | 0 | 110 | 101 | 110000 | 101011001 | 11 | 110010 |
Color Harmonies of #847C7E
Complementary color
Monochromatic Colors of #847C7E
Black with #847C7E
Text Example
Text Example
White with #847C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C7E; }
p { color: rgb(132,124,126); }
H1.HeaderClassName
{
color: #847C7E;
}
.AnyTagClassName
{
color: #847C7E;
}
</style>
background-color css
<style>
a { background-color: #847C7E; }
a { background-color: rgb(132,124,126); }
div.DivClassName
{
background-color: #847C7E;
}
.BgClassName
{
background-color: #847C7E;
}
</style>
border-color css
<style>
span { border-color: #847C7E; }
span { border-color: rgb(132,124,126); }
td.TdClassName
{
border-color: #847C7E;
}
.TagClassName
{
border-color: #847C7E;
}
</style>