Color Hex Logo

#7e665a Color Hex

#7E665A
(126,102,90)
0 Favorites   0 Comments

Color spaces of #7e665a

RGB 12610290
HSL0.060.170.42
HSV20°29°49°
CMYK 0.000.190.29   0.51
XYZ15.201014.676511.7045
Yxy14.67650.36560.3530
Hunter Lab38.30993.78478.7026
CIE-Lab45.18797.662110.4007

#7e665a color RGB value is (126,102,90).

#7e665a hex color red value is 126, green value is 102 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7e665a hue: 0.06 , saturation: 0.17 and the lightness value of 7e665a is 0.42.

The process color (four color CMYK) of #7e665a color hex is 0.00, 0.19, 0.29, 0.51. Web safe color of #7e665a is #666666. Color #7e665a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01100110 01011010
Octal 176 146 132
Decimal 126 102 90
Hex 7E 66 5A

RGB Percentages of Color #7e665a

%39.62
%32.08
%28.30

CMYK Percentages of Color #7e665a

%0
%19
%29
%51

Triadic Colors of #7e665a

#7e665a #5a7e66 #665a7e

Analogous Colors of #7e665a

#7e665a #7e785a #7e5a60

Monochromatic Colors of #7e665a

#7e665a

Complementary Color

#7e665a #5a727e

#7e665a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e665a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e665a Color CSS Codes

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

#7e665a Text Font Color

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

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


#7e665a Background Color

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

This div background color is #7e665a


#7e665a Border Color

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

This div border color is #7e665a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e665a


Comments

No comments written yet.

Please login to write comment.