Color Hex Logo

#778486 Color Hex

#778486
(119,132,134)
0 Favorites   0 Comments

Color spaces of #778486

RGB 119132134
HSL0.520.060.50
HSV188°11°53°
CMYK 0.110.010.00   0.47
XYZ20.162122.145725.7661
Yxy22.14570.29620.3253
Hunter Lab47.0592-5.87690.4787
CIE-Lab54.1813-4.3090-2.7044

#778486 color RGB value is (119,132,134).

#778486 hex color red value is 119, green value is 132 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #778486 hue: 0.52 , saturation: 0.06 and the lightness value of 778486 is 0.50.

The process color (four color CMYK) of #778486 color hex is 0.11, 0.01, 0.00, 0.47. Web safe color of #778486 is #669999. Color #778486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000100 10000110
Octal 167 204 206
Decimal 119 132 134
Hex 77 84 86

RGB Percentages of Color #778486

%30.91
%34.29
%34.81

CMYK Percentages of Color #778486

%11
%1
%0
%47

Triadic Colors of #778486

#778486 #867784 #848677

Analogous Colors of #778486

#778486 #777d86 #778681

Monochromatic Colors of #778486

#778486

Complementary Color

#778486 #867977

#778486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778486 Color CSS Codes

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

#778486 Text Font Color

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

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


#778486 Background Color

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

This div background color is #778486


#778486 Border Color

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

This div border color is #778486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,132,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 #778486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778486


Comments

No comments written yet.

Please login to write comment.