Color Hex Logo

#778269 Color Hex

#778269
(119,130,105)
0 Favorites   0 Comments

Color spaces of #778269

RGB 119130105
HSL0.240.110.46
HSV86°19°51°
CMYK 0.080.000.19   0.49
XYZ18.140220.907116.4440
Yxy20.90710.32690.3768
Hunter Lab45.7243-9.201210.6843
CIE-Lab52.8477-8.881812.1956

#778269 color RGB value is (119,130,105).

#778269 hex color red value is 119, green value is 130 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #778269 hue: 0.24 , saturation: 0.11 and the lightness value of 778269 is 0.46.

The process color (four color CMYK) of #778269 color hex is 0.08, 0.00, 0.19, 0.49. Web safe color of #778269 is #669966. Color #778269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000010 01101001
Octal 167 202 151
Decimal 119 130 105
Hex 77 82 69

RGB Percentages of Color #778269

%33.62
%36.72
%29.66

CMYK Percentages of Color #778269

%8
%0
%19
%49

Triadic Colors of #778269

#778269 #697782 #826977

Analogous Colors of #778269

#778269 #6b8269 #828169

Monochromatic Colors of #778269

#778269

Complementary Color

#778269 #746982

#778269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778269 Color CSS Codes

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

#778269 Text Font Color

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

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


#778269 Background Color

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

This div background color is #778269


#778269 Border Color

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

This div border color is #778269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778269


Comments

No comments written yet.

Please login to write comment.