Color Hex Logo

#789aa7 Color Hex

#789AA7
(120,154,167)
0 Favorites   0 Comments

Color spaces of #789aa7

RGB 120154167
HSL0.550.210.56
HSV197°28°65°
CMYK 0.280.080.00   0.35
XYZ26.276429.894340.9445
Yxy29.89430.27060.3078
Hunter Lab54.6757-9.8977-6.1270
CIE-Lab61.5629-8.6019-10.6292

#789aa7 color RGB value is (120,154,167).

#789aa7 hex color red value is 120, green value is 154 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #789aa7 hue: 0.55 , saturation: 0.21 and the lightness value of 789aa7 is 0.56.

The process color (four color CMYK) of #789aa7 color hex is 0.28, 0.08, 0.00, 0.35. Web safe color of #789aa7 is #669999. Color #789aa7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 10100111
Octal 170 232 247
Decimal 120 154 167
Hex 78 9A A7

RGB Percentages of Color #789aa7

%27.21
%34.92
%37.87

CMYK Percentages of Color #789aa7

%28
%8
%0
%35

Triadic Colors of #789aa7

#789aa7 #a7789a #9aa778

Analogous Colors of #789aa7

#789aa7 #7883a7 #78a79d

Monochromatic Colors of #789aa7

#789aa7

Complementary Color

#789aa7 #a78578

#789aa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789aa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789aa7 Color CSS Codes

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

#789aa7 Text Font Color

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

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


#789aa7 Background Color

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

This div background color is #789aa7


#789aa7 Border Color

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

This div border color is #789aa7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,154,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #789aa7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #789aa7;
  -webkit-box-shadow: 1px 1px 3px 2px #789aa7;
  box-shadow:         1px 1px 3px 2px #789aa7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789aa7


Comments

No comments written yet.

Please login to write comment.