#847C7E

Color #847C7E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #847C7E

Tints of Venus #847C7E

Color information

#847C7E (or 0x847C7E) is unknown color: approx 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

RGB132124126-
CMYK00.060.050.48
HSL345º3.15%50.2%-
HSV(B)345º6.06%51.76%-
XYZ20.4920.8322.68-
YUV126.62127.65131.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=34.55%
G=32.46%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212412600.060.050.483453.1550.2
Hex847C7E06530159332
Octal20417417606560531362
Binary1000010011111001111110011010111000010101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>