Color Hex Logo

#7e505f Color Hex

#7E505F
(126,80,95)
0 Favorites   0 Comments

Color spaces of #7e505f

RGB 1268095
HSL0.950.220.40
HSV340°37°49°
CMYK 0.000.370.25   0.51
XYZ13.538410.999212.2360
Yxy10.99920.36820.2991
Hunter Lab33.165014.82721.3409
CIE-Lab39.579121.5585-0.6878

#7e505f color RGB value is (126,80,95).

#7e505f hex color red value is 126, green value is 80 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7e505f hue: 0.95 , saturation: 0.22 and the lightness value of 7e505f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010000 01011111
Octal 176 120 137
Decimal 126 80 95
Hex 7E 50 5F

RGB Percentages of Color #7e505f

%41.86
%26.58
%31.56

CMYK Percentages of Color #7e505f

%0
%37
%25
%51

Triadic Colors of #7e505f

#7e505f #5f7e50 #505f7e

Analogous Colors of #7e505f

#7e505f #7e5850 #7e5076

Monochromatic Colors of #7e505f

#7e505f

Complementary Color

#7e505f #507e6f

#7e505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e505f Color CSS Codes

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

#7e505f Text Font Color

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

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


#7e505f Background Color

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

This div background color is #7e505f


#7e505f Border Color

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

This div border color is #7e505f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e505f


Comments

No comments written yet.

Please login to write comment.