Color Hex Logo

#7e5566 Color Hex

#7E5566
(126,85,102)
0 Favorites   0 Comments

Color spaces of #7e5566

RGB 12685102
HSL0.930.190.41
HSV335°33°49°
CMYK 0.000.330.19   0.51
XYZ14.251011.891914.1146
Yxy11.89190.35400.2954
Hunter Lab34.484613.4182-0.1282
CIE-Lab41.043819.7486-2.8686

#7e5566 color RGB value is (126,85,102).

#7e5566 hex color red value is 126, green value is 85 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #7e5566 hue: 0.93 , saturation: 0.19 and the lightness value of 7e5566 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010101 01100110
Octal 176 125 146
Decimal 126 85 102
Hex 7E 55 66

RGB Percentages of Color #7e5566

%40.26
%27.16
%32.59

CMYK Percentages of Color #7e5566

%0
%33
%19
%51

Triadic Colors of #7e5566

#7e5566 #667e55 #55667e

Analogous Colors of #7e5566

#7e5566 #7e5955 #7e557b

Monochromatic Colors of #7e5566

#7e5566

Complementary Color

#7e5566 #557e6d

#7e5566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5566 Color CSS Codes

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

#7e5566 Text Font Color

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

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


#7e5566 Background Color

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

This div background color is #7e5566


#7e5566 Border Color

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

This div border color is #7e5566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e5566


Comments

No comments written yet.

Please login to write comment.