Color Hex Logo

#7e674a Color Hex

#7E674A
(126,103,74)
0 Favorites   0 Comments

Color spaces of #7e674a

RGB 12610374
HSL0.090.260.39
HSV33°41°49°
CMYK 0.000.180.41   0.51
XYZ14.690514.63058.5283
Yxy14.63050.38810.3865
Hunter Lab38.24981.618713.5554
CIE-Lab45.12394.865019.8142

#7e674a color RGB value is (126,103,74).

#7e674a hex color red value is 126, green value is 103 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #7e674a hue: 0.09 , saturation: 0.26 and the lightness value of 7e674a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100111 01001010
Octal 176 147 112
Decimal 126 103 74
Hex 7E 67 4A

RGB Percentages of Color #7e674a

%41.58
%33.99
%24.42

CMYK Percentages of Color #7e674a

%0
%18
%41
%51

Triadic Colors of #7e674a

#7e674a #4a7e67 #674a7e

Analogous Colors of #7e674a

#7e674a #7b7e4a #7e4d4a

Monochromatic Colors of #7e674a

#7e674a

Complementary Color

#7e674a #4a617e

#7e674a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e674a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e674a Color CSS Codes

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

#7e674a Text Font Color

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

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


#7e674a Background Color

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

This div background color is #7e674a


#7e674a Border Color

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

This div border color is #7e674a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e674a


Comments

No comments written yet.

Please login to write comment.