Color Hex Logo

#77526f Color Hex

#77526F
(119,82,111)
0 Favorites   0 Comments

Color spaces of #77526f

RGB 11982111
HSL0.870.180.39
HSV313°31°47°
CMYK 0.000.310.07   0.53
XYZ13.494311.104216.4710
Yxy11.10420.32860.2704
Hunter Lab33.323013.9693-5.9800
CIE-Lab39.755420.5148-10.4355

#77526f color RGB value is (119,82,111).

#77526f hex color red value is 119, green value is 82 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #77526f hue: 0.87 , saturation: 0.18 and the lightness value of 77526f is 0.39.

The process color (four color CMYK) of #77526f color hex is 0.00, 0.31, 0.07, 0.53. Web safe color of #77526f is #666666. Color #77526f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010010 01101111
Octal 167 122 157
Decimal 119 82 111
Hex 77 52 6F

RGB Percentages of Color #77526f

%38.14
%26.28
%35.58

CMYK Percentages of Color #77526f

%0
%31
%7
%53

Triadic Colors of #77526f

#77526f #6f7752 #526f77

Analogous Colors of #77526f

#77526f #77525d #6d5277

Monochromatic Colors of #77526f

#77526f

Complementary Color

#77526f #52775a

#77526f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77526f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77526f Color CSS Codes

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

#77526f Text Font Color

<p style="color:#77526f">Text here</p>

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


#77526f Background Color

<div style="background-color:#77526f">
Div content here</div>

This div background color is #77526f


#77526f Border Color

<div style="border:3px solid #77526f">
Div here</div>

This div border color is #77526f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77526f


Comments

No comments written yet.

Please login to write comment.