Color Hex Logo

#7e846f Color Hex

#7E846F
(126,132,111)
0 Favorites   0 Comments

Color spaces of #7e846f

RGB 126132111
HSL0.210.090.48
HSV77°16°52°
CMYK 0.050.000.16   0.48
XYZ19.724722.085818.2623
Yxy22.08580.32830.3677
Hunter Lab46.9955-7.32329.8570
CIE-Lab54.1179-6.208110.5965

#7e846f color RGB value is (126,132,111).

#7e846f hex color red value is 126, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7e846f hue: 0.21 , saturation: 0.09 and the lightness value of 7e846f is 0.48.

The process color (four color CMYK) of #7e846f color hex is 0.05, 0.00, 0.16, 0.48. Web safe color of #7e846f is #669966. Color #7e846f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000100 01101111
Octal 176 204 157
Decimal 126 132 111
Hex 7E 84 6F

RGB Percentages of Color #7e846f

%34.15
%35.77
%30.08

CMYK Percentages of Color #7e846f

%5
%0
%16
%48

Triadic Colors of #7e846f

#7e846f #6f7e84 #846f7e

Analogous Colors of #7e846f

#7e846f #74846f #84806f

Monochromatic Colors of #7e846f

#7e846f

Complementary Color

#7e846f #756f84

#7e846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e846f Color CSS Codes

.mybgcolor {background-color:#7e846f; } 
.myforecolor {color:#7e846f; }
.mybordercolor {border:3px solid #7e846f; }

#7e846f Text Font Color

<p style="color:#7e846f">Text here</p>

This sample text font color is #7e846f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7e846f Background Color

<div style="background-color:#7e846f">
Div content here</div>

This div background color is #7e846f


#7e846f Border Color

<div style="border:3px solid #7e846f">
Div here</div>

This div border color is #7e846f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,132,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e846f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e846f;
  -webkit-box-shadow: 1px 1px 3px 2px #7e846f;
  box-shadow:         1px 1px 3px 2px #7e846f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,132,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7e846f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7e846f;
  -webkit-box-shadow: 1px 1px 3px 2px #7e846f;
  box-shadow:         1px 1px 3px 2px #7e846f;">
Div content here</div>

This div box has shadow with color #7e846f


Comments

No comments written yet.

Please login to write comment.