Color Hex Logo

#7e793e Color Hex

#7E793E
(126,121,62)
0 Favorites   0 Comments

Color spaces of #7e793e

RGB 12612162
HSL0.150.340.37
HSV55°51°49°
CMYK 0.000.040.51   0.51
XYZ16.311118.45827.2605
Yxy18.45820.38810.4392
Hunter Lab42.9630-7.416920.0544
CIE-Lab50.0472-6.831232.7724

#7e793e color RGB value is (126,121,62).

#7e793e hex color red value is 126, green value is 121 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7e793e hue: 0.15 , saturation: 0.34 and the lightness value of 7e793e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01111001 00111110
Octal 176 171 76
Decimal 126 121 62
Hex 7E 79 3E

RGB Percentages of Color #7e793e

%40.78
%39.16
%20.06

CMYK Percentages of Color #7e793e

%0
%4
%51
%51

Triadic Colors of #7e793e

#7e793e #3e7e79 #793e7e

Analogous Colors of #7e793e

#7e793e #637e3e #7e593e

Monochromatic Colors of #7e793e

#7e793e

Complementary Color

#7e793e #3e437e

#7e793e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e793e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e793e Color CSS Codes

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

#7e793e Text Font Color

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

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


#7e793e Background Color

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

This div background color is #7e793e


#7e793e Border Color

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

This div border color is #7e793e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e793e


Comments

No comments written yet.

Please login to write comment.