Color Hex Logo

#7e4748 Color Hex

#7E4748
(126,71,72)
0 Favorites   0 Comments

Color spaces of #7e4748

RGB 1267172
HSL1.000.280.39
HSV359°44°49°
CMYK 0.000.440.43   0.51
XYZ12.02719.41007.3133
Yxy9.41000.41830.3273
Hunter Lab30.675716.30247.3379
CIE-Lab36.762023.59919.6707

#7e4748 color RGB value is (126,71,72).

#7e4748 hex color red value is 126, green value is 71 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #7e4748 hue: 1.00 , saturation: 0.28 and the lightness value of 7e4748 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000111 01001000
Octal 176 107 110
Decimal 126 71 72
Hex 7E 47 48

RGB Percentages of Color #7e4748

%46.84
%26.39
%26.77

CMYK Percentages of Color #7e4748

%0
%44
%43
%51

Triadic Colors of #7e4748

#7e4748 #487e47 #47487e

Analogous Colors of #7e4748

#7e4748 #7e6247 #7e4764

Monochromatic Colors of #7e4748

#7e4748

Complementary Color

#7e4748 #477e7d

#7e4748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e4748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e4748 Color CSS Codes

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

#7e4748 Text Font Color

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

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


#7e4748 Background Color

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

This div background color is #7e4748


#7e4748 Border Color

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

This div border color is #7e4748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e4748


Comments

No comments written yet.

Please login to write comment.