Color Hex Logo

#7e505b Color Hex

#7E505B
(126,80,91)
0 Favorites   0 Comments

Color spaces of #7e505b

RGB 1268091
HSL0.960.220.40
HSV346°37°49°
CMYK 0.000.370.28   0.51
XYZ13.361210.928311.3027
Yxy10.92830.37540.3070
Hunter Lab33.058014.29372.8690
CIE-Lab39.459420.93011.6249

#7e505b color RGB value is (126,80,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01010000 01011011
Octal 176 120 133
Decimal 126 80 91
Hex 7E 50 5B

RGB Percentages of Color #7e505b

%42.42
%26.94
%30.64

CMYK Percentages of Color #7e505b

%0
%37
%28
%51

Triadic Colors of #7e505b

#7e505b #5b7e50 #505b7e

Analogous Colors of #7e505b

#7e505b #7e5c50 #7e5072

Monochromatic Colors of #7e505b

#7e505b

Complementary Color

#7e505b #507e73

#7e505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e505b Color CSS Codes

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

#7e505b Text Font Color

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

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


#7e505b Background Color

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

This div background color is #7e505b


#7e505b Border Color

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

This div border color is #7e505b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e505b


Comments

No comments written yet.

Please login to write comment.