Color Hex Logo

#778067 Color Hex

#778067
(119,128,103)
0 Favorites   0 Comments

Color spaces of #778067

RGB 119128103
HSL0.230.110.45
HSV82°20°50°
CMYK 0.070.000.20   0.50
XYZ17.775120.339615.8210
Yxy20.33960.32960.3771
Hunter Lab45.0994-8.571610.7705
CIE-Lab52.2190-8.116512.4742

#778067 color RGB value is (119,128,103).

#778067 hex color red value is 119, green value is 128 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #778067 hue: 0.23 , saturation: 0.11 and the lightness value of 778067 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000000 01100111
Octal 167 200 147
Decimal 119 128 103
Hex 77 80 67

RGB Percentages of Color #778067

%34.00
%36.57
%29.43

CMYK Percentages of Color #778067

%7
%0
%20
%50

Triadic Colors of #778067

#778067 #677780 #806777

Analogous Colors of #778067

#778067 #6b8067 #807d67

Monochromatic Colors of #778067

#778067

Complementary Color

#778067 #706780

#778067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778067 Color CSS Codes

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

#778067 Text Font Color

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

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


#778067 Background Color

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

This div background color is #778067


#778067 Border Color

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

This div border color is #778067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778067


Comments

No comments written yet.

Please login to write comment.