Color Hex Logo

#77557b Color Hex

#77557B
(119,85,123)
0 Favorites   0 Comments

Color spaces of #77557b

RGB 11985123
HSL0.820.180.41
HSV294°31°48°
CMYK 0.030.310.00   0.52
XYZ14.431411.849020.2654
Yxy11.84900.31000.2546
Hunter Lab34.422414.5960-10.8100
CIE-Lab40.975121.1608-15.9571

#77557b color RGB value is (119,85,123).

#77557b hex color red value is 119, green value is 85 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #77557b hue: 0.82 , saturation: 0.18 and the lightness value of 77557b is 0.41.

The process color (four color CMYK) of #77557b color hex is 0.03, 0.31, 0.00, 0.52. Web safe color of #77557b is #666666. Color #77557b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010101 01111011
Octal 167 125 173
Decimal 119 85 123
Hex 77 55 7B

RGB Percentages of Color #77557b

%36.39
%25.99
%37.61

CMYK Percentages of Color #77557b

%3
%31
%0
%52

Triadic Colors of #77557b

#77557b #7b7755 #557b77

Analogous Colors of #77557b

#77557b #7b556c #64557b

Monochromatic Colors of #77557b

#77557b

Complementary Color

#77557b #597b55

#77557b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77557b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77557b Color CSS Codes

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

#77557b Text Font Color

<p style="color:#77557b">Text here</p>

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


#77557b Background Color

<div style="background-color:#77557b">
Div content here</div>

This div background color is #77557b


#77557b Border Color

<div style="border:3px solid #77557b">
Div here</div>

This div border color is #77557b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,85,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77557b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77557b;
  -webkit-box-shadow: 1px 1px 3px 2px #77557b;
  box-shadow:         1px 1px 3px 2px #77557b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77557b


Comments

No comments written yet.

Please login to write comment.