Color Hex Logo

#7f526a Color Hex

#7F526A
(127,82,106)
0 Favorites   0 Comments

Color spaces of #7f526a

RGB 12782106
HSL0.910.220.41
HSV328°35°50°
CMYK 0.000.350.17   0.50
XYZ14.371211.587215.1148
Yxy11.58720.34990.2821
Hunter Lab34.040015.7902-2.4986
CIE-Lab40.552422.6116-6.0524

#7f526a color RGB value is (127,82,106).

#7f526a hex color red value is 127, green value is 82 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7f526a hue: 0.91 , saturation: 0.22 and the lightness value of 7f526a is 0.41.

The process color (four color CMYK) of #7f526a color hex is 0.00, 0.35, 0.17, 0.50. Web safe color of #7f526a is #666666. Color #7f526a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01010010 01101010
Octal 177 122 152
Decimal 127 82 106
Hex 7F 52 6A

RGB Percentages of Color #7f526a

%40.32
%26.03
%33.65

CMYK Percentages of Color #7f526a

%0
%35
%17
%50

Triadic Colors of #7f526a

#7f526a #6a7f52 #526a7f

Analogous Colors of #7f526a

#7f526a #7f5254 #7e527f

Monochromatic Colors of #7f526a

#7f526a

Complementary Color

#7f526a #527f67

#7f526a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f526a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f526a Color CSS Codes

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

#7f526a Text Font Color

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

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


#7f526a Background Color

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

This div background color is #7f526a


#7f526a Border Color

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

This div border color is #7f526a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,82,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f526a


Comments

No comments written yet.

Please login to write comment.