Color Hex Logo

#789c7d Color Hex

#789C7D
(120,156,125)
0 Favorites   0 Comments

Color spaces of #789c7d

RGB 120156125
HSL0.360.150.54
HSV128°23°61°
CMYK 0.230.000.20   0.39
XYZ23.335929.250723.8181
Yxy29.25070.30540.3828
Hunter Lab54.0839-17.628411.7479
CIE-Lab61.0022-18.819012.2555

#789c7d color RGB value is (120,156,125).

#789c7d hex color red value is 120, green value is 156 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #789c7d hue: 0.36 , saturation: 0.15 and the lightness value of 789c7d is 0.54.

The process color (four color CMYK) of #789c7d color hex is 0.23, 0.00, 0.20, 0.39. Web safe color of #789c7d is #669966. Color #789c7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 01111101
Octal 170 234 175
Decimal 120 156 125
Hex 78 9C 7D

RGB Percentages of Color #789c7d

%29.93
%38.90
%31.17

CMYK Percentages of Color #789c7d

%23
%0
%20
%39

Triadic Colors of #789c7d

#789c7d #7d789c #9c7d78

Analogous Colors of #789c7d

#789c7d #789c8f #859c78

Monochromatic Colors of #789c7d

#789c7d

Complementary Color

#789c7d #9c7897

#789c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#789c7d Color CSS Codes

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

#789c7d Text Font Color

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

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


#789c7d Background Color

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

This div background color is #789c7d


#789c7d Border Color

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

This div border color is #789c7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,156,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #789c7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #789c7d;
  -webkit-box-shadow: 1px 1px 3px 2px #789c7d;
  box-shadow:         1px 1px 3px 2px #789c7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789c7d


Comments

No comments written yet.

Please login to write comment.