Color Hex Logo

#77688b Color Hex

#77688B
(119,104,139)
0 Favorites   0 Comments

Color spaces of #77688b

RGB 119104139
HSL0.740.140.48
HSV266°25°55°
CMYK 0.140.250.00   0.45
XYZ17.218315.686626.5464
Yxy15.68660.28960.2639
Hunter Lab39.60638.2894-12.0151
CIE-Lab46.560613.2559-17.0799

#77688b color RGB value is (119,104,139).

#77688b hex color red value is 119, green value is 104 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #77688b hue: 0.74 , saturation: 0.14 and the lightness value of 77688b is 0.48.

The process color (four color CMYK) of #77688b color hex is 0.14, 0.25, 0.00, 0.45. Web safe color of #77688b is #666699. Color #77688b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101000 10001011
Octal 167 150 213
Decimal 119 104 139
Hex 77 68 8B

RGB Percentages of Color #77688b

%32.87
%28.73
%38.40

CMYK Percentages of Color #77688b

%14
%25
%0
%45

Triadic Colors of #77688b

#77688b #8b7768 #688b77

Analogous Colors of #77688b

#77688b #89688b #686b8b

Monochromatic Colors of #77688b

#77688b

Complementary Color

#77688b #7c8b68

#77688b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77688b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77688b Color CSS Codes

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

#77688b Text Font Color

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

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


#77688b Background Color

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

This div background color is #77688b


#77688b Border Color

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

This div border color is #77688b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77688b


Comments

No comments written yet.

Please login to write comment.