Color Hex Logo

#77535c Color Hex

#77535C
(119,83,92)
0 Favorites   0 Comments

Color spaces of #77535c

RGB 1198392
HSL0.960.180.40
HSV345°30°47°
CMYK 0.000.300.23   0.53
XYZ12.632810.881211.5597
Yxy10.88120.36020.3102
Hunter Lab32.986710.63292.3133
CIE-Lab39.379716.46110.7802

#77535c color RGB value is (119,83,92).

#77535c hex color red value is 119, green value is 83 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #77535c hue: 0.96 , saturation: 0.18 and the lightness value of 77535c is 0.40.

The process color (four color CMYK) of #77535c color hex is 0.00, 0.30, 0.23, 0.53. Web safe color of #77535c is #666666. Color #77535c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010011 01011100
Octal 167 123 134
Decimal 119 83 92
Hex 77 53 5C

RGB Percentages of Color #77535c

%40.48
%28.23
%31.29

CMYK Percentages of Color #77535c

%0
%30
%23
%53

Triadic Colors of #77535c

#77535c #5c7753 #535c77

Analogous Colors of #77535c

#77535c #775c53 #77536e

Monochromatic Colors of #77535c

#77535c

Complementary Color

#77535c #53776e

#77535c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77535c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77535c Color CSS Codes

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

#77535c Text Font Color

<p style="color:#77535c">Text here</p>

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


#77535c Background Color

<div style="background-color:#77535c">
Div content here</div>

This div background color is #77535c


#77535c Border Color

<div style="border:3px solid #77535c">
Div here</div>

This div border color is #77535c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,83,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77535c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77535c;
  -webkit-box-shadow: 1px 1px 3px 2px #77535c;
  box-shadow:         1px 1px 3px 2px #77535c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77535c


Comments

No comments written yet.

Please login to write comment.