Color Hex Logo

#788e6f Color Hex

#788E6F
(120,142,111)
0 Favorites   0 Comments

Color spaces of #788e6f

RGB 120142111
HSL0.280.120.50
HSV103°22°56°
CMYK 0.150.000.22   0.44
XYZ20.288024.486818.6961
Yxy24.48680.31960.3858
Hunter Lab49.4841-13.414012.2379
CIE-Lab56.5719-13.994213.9610

#788e6f color RGB value is (120,142,111).

#788e6f hex color red value is 120, green value is 142 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #788e6f hue: 0.28 , saturation: 0.12 and the lightness value of 788e6f is 0.50.

The process color (four color CMYK) of #788e6f color hex is 0.15, 0.00, 0.22, 0.44. Web safe color of #788e6f is #669966. Color #788e6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001110 01101111
Octal 170 216 157
Decimal 120 142 111
Hex 78 8E 6F

RGB Percentages of Color #788e6f

%32.17
%38.07
%29.76

CMYK Percentages of Color #788e6f

%15
%0
%22
%44

Triadic Colors of #788e6f

#788e6f #6f788e #8e6f78

Analogous Colors of #788e6f

#788e6f #6f8e76 #888e6f

Monochromatic Colors of #788e6f

#788e6f

Complementary Color

#788e6f #856f8e

#788e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#788e6f Color CSS Codes

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

#788e6f Text Font Color

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

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


#788e6f Background Color

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

This div background color is #788e6f


#788e6f Border Color

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

This div border color is #788e6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,142,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #788e6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #788e6f;
  -webkit-box-shadow: 1px 1px 3px 2px #788e6f;
  box-shadow:         1px 1px 3px 2px #788e6f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,142,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788e6f

#788e6f Color Palettes


Comments

No comments written yet.

Please login to write comment.