Color Hex Logo

#77728a Color Hex

#77728A
(119,114,138)
0 Favorites   0 Comments

Color spaces of #77728a

RGB 119114138
HSL0.700.100.49
HSV253°17°54°
CMYK 0.140.170.00   0.46
XYZ18.212517.791526.5190
Yxy17.79150.29130.2846
Hunter Lab42.18003.2579-7.7503
CIE-Lab49.24227.0408-12.4134

#77728a color RGB value is (119,114,138).

#77728a hex color red value is 119, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #77728a hue: 0.70 , saturation: 0.10 and the lightness value of 77728a is 0.49.

The process color (four color CMYK) of #77728a color hex is 0.14, 0.17, 0.00, 0.46. Web safe color of #77728a is #666699. Color #77728a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110010 10001010
Octal 167 162 212
Decimal 119 114 138
Hex 77 72 8A

RGB Percentages of Color #77728a

%32.08
%30.73
%37.20

CMYK Percentages of Color #77728a

%14
%17
%0
%46

Triadic Colors of #77728a

#77728a #8a7772 #728a77

Analogous Colors of #77728a

#77728a #83728a #72798a

Monochromatic Colors of #77728a

#77728a

Complementary Color

#77728a #858a72

#77728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77728a Color CSS Codes

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

#77728a Text Font Color

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

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


#77728a Background Color

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

This div background color is #77728a


#77728a Border Color

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

This div border color is #77728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77728a


Comments

No comments written yet.

Please login to write comment.