Color Hex Logo

#7e624f Color Hex

#7E624F
(126,98,79)
0 Favorites   0 Comments

Color spaces of #7e624f

RGB 1269879
HSL0.070.230.40
HSV24°37°49°
CMYK 0.000.220.37   0.51
XYZ14.383113.73559.2903
Yxy13.73550.38450.3672
Hunter Lab37.06144.416211.0806
CIE-Lab43.85128.466015.1436

#7e624f color RGB value is (126,98,79).

#7e624f hex color red value is 126, green value is 98 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #7e624f hue: 0.07 , saturation: 0.23 and the lightness value of 7e624f is 0.40.

The process color (four color CMYK) of #7e624f color hex is 0.00, 0.22, 0.37, 0.51. Web safe color of #7e624f is #666666. Color #7e624f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100010 01001111
Octal 176 142 117
Decimal 126 98 79
Hex 7E 62 4F

RGB Percentages of Color #7e624f

%41.58
%32.34
%26.07

CMYK Percentages of Color #7e624f

%0
%22
%37
%51

Triadic Colors of #7e624f

#7e624f #4f7e62 #624f7e

Analogous Colors of #7e624f

#7e624f #7e7a4f #7e4f54

Monochromatic Colors of #7e624f

#7e624f

Complementary Color

#7e624f #4f6b7e

#7e624f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e624f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e624f Color CSS Codes

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

#7e624f Text Font Color

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

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


#7e624f Background Color

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

This div background color is #7e624f


#7e624f Border Color

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

This div border color is #7e624f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e624f


Comments

No comments written yet.

Please login to write comment.