Color Hex Logo

#778074 Color Hex

#778074
(119,128,116)
0 Favorites   0 Comments

Color spaces of #778074

RGB 119128116
HSL0.290.050.48
HSV105°50°
CMYK 0.070.000.09   0.50
XYZ18.479320.621219.5293
Yxy20.62120.31520.3517
Hunter Lab45.4106-6.83006.2891
CIE-Lab52.5324-5.74025.3689

#778074 color RGB value is (119,128,116).

#778074 hex color red value is 119, green value is 128 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #778074 hue: 0.29 , saturation: 0.05 and the lightness value of 778074 is 0.48.

The process color (four color CMYK) of #778074 color hex is 0.07, 0.00, 0.09, 0.50. Web safe color of #778074 is #669966. Color #778074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000000 01110100
Octal 167 200 164
Decimal 119 128 116
Hex 77 80 74

RGB Percentages of Color #778074

%32.78
%35.26
%31.96

CMYK Percentages of Color #778074

%7
%0
%9
%50

Triadic Colors of #778074

#778074 #747780 #807477

Analogous Colors of #778074

#778074 #748077 #7d8074

Monochromatic Colors of #778074

#778074

Complementary Color

#778074 #7d7480

#778074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778074 Color CSS Codes

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

#778074 Text Font Color

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

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


#778074 Background Color

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

This div background color is #778074


#778074 Border Color

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

This div border color is #778074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778074


Comments

No comments written yet.

Please login to write comment.