Color Hex Logo

#7e464a Color Hex

#7E464A
(126,70,74)
0 Favorites   0 Comments

Color spaces of #7e464a

RGB 1267074
HSL0.990.290.38
HSV356°44°49°
CMYK 0.000.440.41   0.51
XYZ12.03049.31047.6416
Yxy9.31040.41510.3212
Hunter Lab30.512916.97996.5106
CIE-Lab36.575224.42738.1499

#7e464a color RGB value is (126,70,74).

#7e464a hex color red value is 126, green value is 70 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #7e464a hue: 0.99 , saturation: 0.29 and the lightness value of 7e464a is 0.38.

The process color (four color CMYK) of #7e464a color hex is 0.00, 0.44, 0.41, 0.51. Web safe color of #7e464a is #663333. Color #7e464a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000110 01001010
Octal 176 106 112
Decimal 126 70 74
Hex 7E 46 4A

RGB Percentages of Color #7e464a

%46.67
%25.93
%27.41

CMYK Percentages of Color #7e464a

%0
%44
%41
%51

Triadic Colors of #7e464a

#7e464a #4a7e46 #464a7e

Analogous Colors of #7e464a

#7e464a #7e5e46 #7e4666

Monochromatic Colors of #7e464a

#7e464a

Complementary Color

#7e464a #467e7a

#7e464a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e464a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e464a Color CSS Codes

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

#7e464a Text Font Color

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

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


#7e464a Background Color

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

This div background color is #7e464a


#7e464a Border Color

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

This div border color is #7e464a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,70,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 #7e464a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e464a


Comments

No comments written yet.

Please login to write comment.