Color Hex Logo

#7e761f Color Hex

#7E761F
(126,118,31)
0 Favorites   0 Comments

Color spaces of #7e761f

RGB 12611831
HSL0.150.610.31
HSV55°75°49°
CMYK 0.000.060.75   0.51
XYZ15.329917.49143.8645
Yxy17.49140.41790.4768
Hunter Lab41.8227-7.761523.7974
CIE-Lab48.8733-7.458546.1240

#7e761f color RGB value is (126,118,31).

#7e761f hex color red value is 126, green value is 118 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7e761f hue: 0.15 , saturation: 0.61 and the lightness value of 7e761f is 0.31.

The process color (four color CMYK) of #7e761f color hex is 0.00, 0.06, 0.75, 0.51. Web safe color of #7e761f is #666633. Color #7e761f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110110 00011111
Octal 176 166 37
Decimal 126 118 31
Hex 7E 76 1F

RGB Percentages of Color #7e761f

%45.82
%42.91
%11.27

CMYK Percentages of Color #7e761f

%0
%6
%75
%51

Triadic Colors of #7e761f

#7e761f #1f7e76 #761f7e

Analogous Colors of #7e761f

#7e761f #577e1f #7e461f

Monochromatic Colors of #7e761f

#7e761f

Complementary Color

#7e761f #1f277e

#7e761f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e761f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e761f Color CSS Codes

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

#7e761f Text Font Color

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

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


#7e761f Background Color

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

This div background color is #7e761f


#7e761f Border Color

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

This div border color is #7e761f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e761f


Comments

No comments written yet.

Please login to write comment.