Color Hex Logo

#789b7f Color Hex

#789B7F
(120,155,127)
0 Favorites   0 Comments

Color spaces of #789b7f

RGB 120155127
HSL0.370.150.54
HSV132°23°61°
CMYK 0.230.000.18   0.39
XYZ23.297828.968124.4421
Yxy28.96810.30370.3776
Hunter Lab53.8220-16.921710.7502
CIE-Lab60.7535-17.917110.7832

#789b7f color RGB value is (120,155,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011011 01111111
Octal 170 233 177
Decimal 120 155 127
Hex 78 9B 7F

RGB Percentages of Color #789b7f

%29.85
%38.56
%31.59

CMYK Percentages of Color #789b7f

%23
%0
%18
%39

Triadic Colors of #789b7f

#789b7f #7f789b #9b7f78

Analogous Colors of #789b7f

#789b7f #789b91 #839b78

Monochromatic Colors of #789b7f

#789b7f

Complementary Color

#789b7f #9b7894

#789b7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789b7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#789b7f Color CSS Codes

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

#789b7f Text Font Color

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

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


#789b7f Background Color

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

This div background color is #789b7f


#789b7f Border Color

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

This div border color is #789b7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789b7f


Comments

No comments written yet.

Please login to write comment.