Color Hex Logo

#777386 Color Hex

#777386
(119,115,134)
0 Favorites   0 Comments

Color spaces of #777386

RGB 119115134
HSL0.700.080.49
HSV253°14°53°
CMYK 0.110.140.00   0.47
XYZ18.041617.904625.0593
Yxy17.90460.29570.2935
Hunter Lab42.31382.0589-5.4933
CIE-Lab49.38025.5417-9.8405

#777386 color RGB value is (119,115,134).

#777386 hex color red value is 119, green value is 115 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #777386 hue: 0.70 , saturation: 0.08 and the lightness value of 777386 is 0.49.

The process color (four color CMYK) of #777386 color hex is 0.11, 0.14, 0.00, 0.47. Web safe color of #777386 is #666699. Color #777386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110011 10000110
Octal 167 163 206
Decimal 119 115 134
Hex 77 73 86

RGB Percentages of Color #777386

%32.34
%31.25
%36.41

CMYK Percentages of Color #777386

%11
%14
%0
%47

Triadic Colors of #777386

#777386 #867773 #738677

Analogous Colors of #777386

#777386 #817386 #737986

Monochromatic Colors of #777386

#777386

Complementary Color

#777386 #828673

#777386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777386 Color CSS Codes

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

#777386 Text Font Color

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

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


#777386 Background Color

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

This div background color is #777386


#777386 Border Color

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

This div border color is #777386


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,115,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #777386; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #777386;
  -webkit-box-shadow: 1px 1px 3px 2px #777386;
  box-shadow:         1px 1px 3px 2px #777386; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777386


Comments

No comments written yet.

Please login to write comment.