Color Hex Logo

#78957f Color Hex

#78957F
(120,149,127)
0 Favorites   0 Comments

Color spaces of #78957f

RGB 120149127
HSL0.370.120.53
HSV134°19°58°
CMYK 0.190.000.15   0.42
XYZ22.323927.020324.1175
Yxy27.02030.30390.3678
Hunter Lab51.9811-14.30788.8781
CIE-Lab58.9931-14.75188.2886

#78957f color RGB value is (120,149,127).

#78957f hex color red value is 120, green value is 149 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #78957f hue: 0.37 , saturation: 0.12 and the lightness value of 78957f is 0.53.

The process color (four color CMYK) of #78957f color hex is 0.19, 0.00, 0.15, 0.42. Web safe color of #78957f is #669966. Color #78957f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010101 01111111
Octal 170 225 177
Decimal 120 149 127
Hex 78 95 7F

RGB Percentages of Color #78957f

%30.30
%37.63
%32.07

CMYK Percentages of Color #78957f

%19
%0
%15
%42

Triadic Colors of #78957f

#78957f #7f7895 #957f78

Analogous Colors of #78957f

#78957f #78958e #809578

Monochromatic Colors of #78957f

#78957f

Complementary Color

#78957f #95788e

#78957f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78957f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78957f Color CSS Codes

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

#78957f Text Font Color

<p style="color:#78957f">Text here</p>

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


#78957f Background Color

<div style="background-color:#78957f">
Div content here</div>

This div background color is #78957f


#78957f Border Color

<div style="border:3px solid #78957f">
Div here</div>

This div border color is #78957f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78957f


Comments

No comments written yet.

Please login to write comment.