Color Hex Logo

#789982 Color Hex

#789982
(120,153,130)
0 Favorites   0 Comments

Color spaces of #789982

RGB 120153130
HSL0.380.140.54
HSV138°22°60°
CMYK 0.220.000.15   0.40
XYZ23.166228.387225.3774
Yxy28.38720.30110.3690
Hunter Lab53.2796-15.62699.0556
CIE-Lab60.2369-16.28118.3616

#789982 color RGB value is (120,153,130).

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

The process color (four color CMYK) of #789982 color hex is 0.22, 0.00, 0.15, 0.40. Web safe color of #789982 is #669999. Color #789982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011001 10000010
Octal 170 231 202
Decimal 120 153 130
Hex 78 99 82

RGB Percentages of Color #789982

%29.78
%37.97
%32.26

CMYK Percentages of Color #789982

%22
%0
%15
%40

Triadic Colors of #789982

#789982 #827899 #998278

Analogous Colors of #789982

#789982 #789993 #7f9978

Monochromatic Colors of #789982

#789982

Complementary Color

#789982 #99788f

#789982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789982 Color CSS Codes

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

#789982 Text Font Color

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

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


#789982 Background Color

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

This div background color is #789982


#789982 Border Color

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

This div border color is #789982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789982


Comments

No comments written yet.

Please login to write comment.