Color Hex Logo

#789072 Color Hex

#789072
(120,144,114)
0 Favorites   0 Comments

Color spaces of #789072

RGB 120144114
HSL0.300.120.51
HSV108°21°56°
CMYK 0.170.000.21   0.44
XYZ20.756325.154519.6809
Yxy25.15450.31640.3835
Hunter Lab50.1543-13.897911.8422
CIE-Lab57.2256-14.530313.1696

#789072 color RGB value is (120,144,114).

#789072 hex color red value is 120, green value is 144 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #789072 hue: 0.30 , saturation: 0.12 and the lightness value of 789072 is 0.51.

The process color (four color CMYK) of #789072 color hex is 0.17, 0.00, 0.21, 0.44. Web safe color of #789072 is #669966. Color #789072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010000 01110010
Octal 170 220 162
Decimal 120 144 114
Hex 78 90 72

RGB Percentages of Color #789072

%31.75
%38.10
%30.16

CMYK Percentages of Color #789072

%17
%0
%21
%44

Triadic Colors of #789072

#789072 #727890 #907278

Analogous Colors of #789072

#789072 #72907b #879072

Monochromatic Colors of #789072

#789072

Complementary Color

#789072 #8a7290

#789072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789072 Color CSS Codes

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

#789072 Text Font Color

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

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


#789072 Background Color

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

This div background color is #789072


#789072 Border Color

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

This div border color is #789072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789072


Comments

No comments written yet.

Please login to write comment.