Color Hex Logo

#78769a Color Hex

#78769A
(120,118,154)
0 Favorites   0 Comments

Color spaces of #78769a

RGB 120118154
HSL0.680.150.53
HSV243°23°60°
CMYK 0.220.230.00   0.40
XYZ20.056919.283033.2367
Yxy19.28300.27640.2657
Hunter Lab43.91244.6828-14.1371
CIE-Lab51.01678.8119-19.1173

#78769a color RGB value is (120,118,154).

#78769a hex color red value is 120, green value is 118 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #78769a hue: 0.68 , saturation: 0.15 and the lightness value of 78769a is 0.53.

The process color (four color CMYK) of #78769a color hex is 0.22, 0.23, 0.00, 0.40. Web safe color of #78769a is #666699. Color #78769a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110110 10011010
Octal 170 166 232
Decimal 120 118 154
Hex 78 76 9A

RGB Percentages of Color #78769a

%30.61
%30.10
%39.29

CMYK Percentages of Color #78769a

%22
%23
%0
%40

Triadic Colors of #78769a

#78769a #9a7876 #769a78

Analogous Colors of #78769a

#78769a #8a769a #76869a

Monochromatic Colors of #78769a

#78769a

Complementary Color

#78769a #989a76

#78769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78769a Color CSS Codes

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

#78769a Text Font Color

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

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


#78769a Background Color

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

This div background color is #78769a


#78769a Border Color

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

This div border color is #78769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78769a


Comments

No comments written yet.

Please login to write comment.