Color Hex Logo

#77527a Color Hex

#77527A
(119,82,122)
0 Favorites   0 Comments

Color spaces of #77527a

RGB 11982122
HSL0.820.200.40
HSV296°33°48°
CMYK 0.020.330.00   0.52
XYZ14.137911.361719.8602
Yxy11.36170.31170.2505
Hunter Lab33.707115.8814-11.3386
CIE-Lab40.183122.7539-16.5565

#77527a color RGB value is (119,82,122).

#77527a hex color red value is 119, green value is 82 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #77527a hue: 0.82 , saturation: 0.20 and the lightness value of 77527a is 0.40.

The process color (four color CMYK) of #77527a color hex is 0.02, 0.33, 0.00, 0.52. Web safe color of #77527a is #666666. Color #77527a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010010 01111010
Octal 167 122 172
Decimal 119 82 122
Hex 77 52 7A

RGB Percentages of Color #77527a

%36.84
%25.39
%37.77

CMYK Percentages of Color #77527a

%2
%33
%0
%52

Triadic Colors of #77527a

#77527a #7a7752 #527a77

Analogous Colors of #77527a

#77527a #7a5269 #63527a

Monochromatic Colors of #77527a

#77527a

Complementary Color

#77527a #557a52

#77527a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77527a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77527a Color CSS Codes

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

#77527a Text Font Color

<p style="color:#77527a">Text here</p>

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


#77527a Background Color

<div style="background-color:#77527a">
Div content here</div>

This div background color is #77527a


#77527a Border Color

<div style="border:3px solid #77527a">
Div here</div>

This div border color is #77527a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,82,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77527a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77527a;
  -webkit-box-shadow: 1px 1px 3px 2px #77527a;
  box-shadow:         1px 1px 3px 2px #77527a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77527a


Comments

No comments written yet.

Please login to write comment.