Color Hex Logo

#789380 Color Hex

#789380
(120,147,128)
0 Favorites   0 Comments

Color spaces of #789380

RGB 120147128
HSL0.380.110.52
HSV138°18°58°
CMYK 0.180.000.13   0.42
XYZ22.075726.419024.3579
Yxy26.41900.30300.3626
Hunter Lab51.3994-13.28447.8824
CIE-Lab58.4326-13.48366.9216

#789380 color RGB value is (120,147,128).

#789380 hex color red value is 120, green value is 147 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #789380 hue: 0.38 , saturation: 0.11 and the lightness value of 789380 is 0.52.

The process color (four color CMYK) of #789380 color hex is 0.18, 0.00, 0.13, 0.42. Web safe color of #789380 is #669999. Color #789380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010011 10000000
Octal 170 223 200
Decimal 120 147 128
Hex 78 93 80

RGB Percentages of Color #789380

%30.38
%37.22
%32.41

CMYK Percentages of Color #789380

%18
%0
%13
%42

Triadic Colors of #789380

#789380 #807893 #938078

Analogous Colors of #789380

#789380 #78938e #7e9378

Monochromatic Colors of #789380

#789380

Complementary Color

#789380 #93788b

#789380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789380 Color CSS Codes

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

#789380 Text Font Color

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

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


#789380 Background Color

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

This div background color is #789380


#789380 Border Color

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

This div border color is #789380


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,147,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #789380; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #789380;
  -webkit-box-shadow: 1px 1px 3px 2px #789380;
  box-shadow:         1px 1px 3px 2px #789380; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789380


Comments

No comments written yet.

Please login to write comment.