Color Hex Logo

#788c7e Color Hex

#788C7E
(120,140,126)
0 Favorites   0 Comments

Color spaces of #788c7e

RGB 120140126
HSL0.380.080.51
HSV138°14°55°
CMYK 0.140.000.10   0.45
XYZ20.889724.255623.3195
Yxy24.25560.30510.3543
Hunter Lab49.2500-10.47556.4016
CIE-Lab56.3428-10.08125.0688

#788c7e color RGB value is (120,140,126).

#788c7e hex color red value is 120, green value is 140 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #788c7e hue: 0.38 , saturation: 0.08 and the lightness value of 788c7e is 0.51.

The process color (four color CMYK) of #788c7e color hex is 0.14, 0.00, 0.10, 0.45. Web safe color of #788c7e is #669966. Color #788c7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001100 01111110
Octal 170 214 176
Decimal 120 140 126
Hex 78 8C 7E

RGB Percentages of Color #788c7e

%31.09
%36.27
%32.64

CMYK Percentages of Color #788c7e

%14
%0
%10
%45

Triadic Colors of #788c7e

#788c7e #7e788c #8c7e78

Analogous Colors of #788c7e

#788c7e #788c88 #7c8c78

Monochromatic Colors of #788c7e

#788c7e

Complementary Color

#788c7e #8c7886

#788c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#788c7e Color CSS Codes

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

#788c7e Text Font Color

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

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


#788c7e Background Color

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

This div background color is #788c7e


#788c7e Border Color

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

This div border color is #788c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788c7e


Comments

No comments written yet.

Please login to write comment.