Color Hex Logo

#7e847b Color Hex

#7E847B
(126,132,123)
0 Favorites   0 Comments

Color spaces of #7e847b

RGB 126132123
HSL0.280.040.50
HSV100°52°
CMYK 0.050.000.07   0.48
XYZ20.430622.368221.9796
Yxy22.36820.31540.3453
Hunter Lab47.2950-5.65755.5525
CIE-Lab54.4155-4.00084.0830

#7e847b color RGB value is (126,132,123).

#7e847b hex color red value is 126, green value is 132 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7e847b hue: 0.28 , saturation: 0.04 and the lightness value of 7e847b is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000100 01111011
Octal 176 204 173
Decimal 126 132 123
Hex 7E 84 7B

RGB Percentages of Color #7e847b

%33.07
%34.65
%32.28

CMYK Percentages of Color #7e847b

%5
%0
%7
%48

Triadic Colors of #7e847b

#7e847b #7b7e84 #847b7e

Analogous Colors of #7e847b

#7e847b #7b847d #83847b

Monochromatic Colors of #7e847b

#7e847b

Complementary Color

#7e847b #817b84

#7e847b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e847b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e847b Color CSS Codes

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

#7e847b Text Font Color

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

This sample text font color is #7e847b
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.


#7e847b Background Color

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

This div background color is #7e847b


#7e847b Border Color

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

This div border color is #7e847b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e847b


Comments

No comments written yet.

Please login to write comment.