Color Hex Logo

#7f505a Color Hex

#7F505A
(127,80,90)
0 Favorites   0 Comments

Color spaces of #7f505a

RGB 1278090
HSL0.960.230.41
HSV347°37°50°
CMYK 0.000.370.29   0.50
XYZ13.466510.987511.0839
Yxy10.98750.37890.3092
Hunter Lab33.147414.50973.3777
CIE-Lab39.559421.18042.4077

#7f505a color RGB value is (127,80,90).

#7f505a hex color red value is 127, green value is 80 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7f505a hue: 0.96 , saturation: 0.23 and the lightness value of 7f505a is 0.41.

The process color (four color CMYK) of #7f505a color hex is 0.00, 0.37, 0.29, 0.50. Web safe color of #7f505a is #666666. Color #7f505a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01010000 01011010
Octal 177 120 132
Decimal 127 80 90
Hex 7F 50 5A

RGB Percentages of Color #7f505a

%42.76
%26.94
%30.30

CMYK Percentages of Color #7f505a

%0
%37
%29
%50

Triadic Colors of #7f505a

#7f505a #5a7f50 #505a7f

Analogous Colors of #7f505a

#7f505a #7f5e50 #7f5072

Monochromatic Colors of #7f505a

#7f505a

Complementary Color

#7f505a #507f75

#7f505a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f505a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f505a Color CSS Codes

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

#7f505a Text Font Color

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

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


#7f505a Background Color

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

This div background color is #7f505a


#7f505a Border Color

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

This div border color is #7f505a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,80,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 #7f505a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f505a


Comments

No comments written yet.

Please login to write comment.