Color Hex Logo

#7e8752 Color Hex

#7E8752
(126,135,82)
0 Favorites   0 Comments

Color spaces of #7e8752

RGB 12613582
HSL0.190.240.43
HSV70°39°53°
CMYK 0.070.000.39   0.47
XYZ18.791122.372811.3106
Yxy22.37280.35810.4264
Hunter Lab47.2999-11.861118.9322
CIE-Lab54.4203-12.257827.3976

#7e8752 color RGB value is (126,135,82).

#7e8752 hex color red value is 126, green value is 135 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #7e8752 hue: 0.19 , saturation: 0.24 and the lightness value of 7e8752 is 0.43.

The process color (four color CMYK) of #7e8752 color hex is 0.07, 0.00, 0.39, 0.47. Web safe color of #7e8752 is #669966. Color #7e8752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000111 01010010
Octal 176 207 122
Decimal 126 135 82
Hex 7E 87 52

RGB Percentages of Color #7e8752

%36.73
%39.36
%23.91

CMYK Percentages of Color #7e8752

%7
%0
%39
%47

Triadic Colors of #7e8752

#7e8752 #527e87 #87527e

Analogous Colors of #7e8752

#7e8752 #648752 #877652

Monochromatic Colors of #7e8752

#7e8752

Complementary Color

#7e8752 #5b5287

#7e8752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e8752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e8752 Color CSS Codes

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

#7e8752 Text Font Color

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

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


#7e8752 Background Color

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

This div background color is #7e8752


#7e8752 Border Color

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

This div border color is #7e8752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e8752


Comments

No comments written yet.

Please login to write comment.