Color Hex Logo

#78997e Color Hex

#78997E
(120,153,126)
0 Favorites   0 Comments

Color spaces of #78997e

RGB 120153126
HSL0.360.140.54
HSV131°22°60°
CMYK 0.220.000.18   0.40
XYZ22.902928.281923.9905
Yxy28.28190.30470.3762
Hunter Lab53.1807-16.193210.4800
CIE-Lab60.1426-17.062010.4832

#78997e color RGB value is (120,153,126).

#78997e hex color red value is 120, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #78997e hue: 0.36 , saturation: 0.14 and the lightness value of 78997e is 0.54.

The process color (four color CMYK) of #78997e color hex is 0.22, 0.00, 0.18, 0.40. Web safe color of #78997e is #669966. Color #78997e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011001 01111110
Octal 170 231 176
Decimal 120 153 126
Hex 78 99 7E

RGB Percentages of Color #78997e

%30.08
%38.35
%31.58

CMYK Percentages of Color #78997e

%22
%0
%18
%40

Triadic Colors of #78997e

#78997e #7e7899 #997e78

Analogous Colors of #78997e

#78997e #78998f #839978

Monochromatic Colors of #78997e

#78997e

Complementary Color

#78997e #997893

#78997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78997e Color CSS Codes

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

#78997e Text Font Color

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

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


#78997e Background Color

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

This div background color is #78997e


#78997e Border Color

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

This div border color is #78997e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,153,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 #78997e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78997e


Comments

No comments written yet.

Please login to write comment.