Color Hex Logo

#778188 Color Hex

#778188
(119,129,136)
0 Favorites   0 Comments

Color spaces of #778188

RGB 119129136
HSL0.570.070.50
HSV205°13°53°
CMYK 0.130.050.00   0.47
XYZ19.901921.400026.3742
Yxy21.40000.29410.3162
Hunter Lab46.2601-4.1615-1.4208
CIE-Lab53.3845-2.1631-5.0438

#778188 color RGB value is (119,129,136).

#778188 hex color red value is 119, green value is 129 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #778188 hue: 0.57 , saturation: 0.07 and the lightness value of 778188 is 0.50.

The process color (four color CMYK) of #778188 color hex is 0.13, 0.05, 0.00, 0.47. Web safe color of #778188 is #669999. Color #778188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000001 10001000
Octal 167 201 210
Decimal 119 129 136
Hex 77 81 88

RGB Percentages of Color #778188

%30.99
%33.59
%35.42

CMYK Percentages of Color #778188

%13
%5
%0
%47

Triadic Colors of #778188

#778188 #887781 #818877

Analogous Colors of #778188

#778188 #777988 #778887

Monochromatic Colors of #778188

#778188

Complementary Color

#778188 #887e77

#778188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778188 Color CSS Codes

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

#778188 Text Font Color

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

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


#778188 Background Color

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

This div background color is #778188


#778188 Border Color

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

This div border color is #778188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778188


Comments

No comments written yet.

Please login to write comment.