Color Hex Logo

#778872 Color Hex

#778872
(119,136,114)
0 Favorites   0 Comments

Color spaces of #778872

RGB 119136114
HSL0.300.090.49
HSV106°16°53°
CMYK 0.130.000.16   0.47
XYZ19.449222.745219.2848
Yxy22.74520.31640.3700
Hunter Lab47.6919-10.66709.4097
CIE-Lab54.8089-10.57129.7666

#778872 color RGB value is (119,136,114).

#778872 hex color red value is 119, green value is 136 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #778872 hue: 0.30 , saturation: 0.09 and the lightness value of 778872 is 0.49.

The process color (four color CMYK) of #778872 color hex is 0.13, 0.00, 0.16, 0.47. Web safe color of #778872 is #669966. Color #778872 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001000 01110010
Octal 167 210 162
Decimal 119 136 114
Hex 77 88 72

RGB Percentages of Color #778872

%32.25
%36.86
%30.89

CMYK Percentages of Color #778872

%13
%0
%16
%47

Triadic Colors of #778872

#778872 #727788 #887277

Analogous Colors of #778872

#778872 #728878 #828872

Monochromatic Colors of #778872

#778872

Complementary Color

#778872 #837288

#778872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778872 Color CSS Codes

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

#778872 Text Font Color

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

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


#778872 Background Color

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

This div background color is #778872


#778872 Border Color

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

This div border color is #778872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778872


Comments

No comments written yet.

Please login to write comment.