Color Hex Logo

#789082 Color Hex

#789082
(120,144,130)
0 Favorites   0 Comments

Color spaces of #789082

RGB 120144130
HSL0.400.100.52
HSV145°17°56°
CMYK 0.170.000.10   0.44
XYZ21.748325.551324.9047
Yxy25.55130.30120.3539
Hunter Lab50.5483-11.66036.1721
CIE-Lab57.6087-11.45894.5991

#789082 color RGB value is (120,144,130).

#789082 hex color red value is 120, green value is 144 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #789082 hue: 0.40 , saturation: 0.10 and the lightness value of 789082 is 0.52.

The process color (four color CMYK) of #789082 color hex is 0.17, 0.00, 0.10, 0.44. Web safe color of #789082 is #669999. Color #789082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010000 10000010
Octal 170 220 202
Decimal 120 144 130
Hex 78 90 82

RGB Percentages of Color #789082

%30.46
%36.55
%32.99

CMYK Percentages of Color #789082

%17
%0
%10
%44

Triadic Colors of #789082

#789082 #827890 #908278

Analogous Colors of #789082

#789082 #78908e #7a9078

Monochromatic Colors of #789082

#789082

Complementary Color

#789082 #907886

#789082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789082 Color CSS Codes

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

#789082 Text Font Color

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

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


#789082 Background Color

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

This div background color is #789082


#789082 Border Color

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

This div border color is #789082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789082

#789082 Color Palettes


Comments

No comments written yet.

Please login to write comment.