Color Hex Logo

#78799e Color Hex

#78799E
(120,121,158)
0 Favorites   0 Comments

Color spaces of #78799e

RGB 120121158
HSL0.660.160.55
HSV238°24°62°
CMYK 0.240.230.00   0.38
XYZ20.754720.136435.1406
Yxy20.13640.27300.2648
Hunter Lab44.87364.0301-15.0186
CIE-Lab51.99118.0248-19.9610

#78799e color RGB value is (120,121,158).

#78799e hex color red value is 120, green value is 121 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #78799e hue: 0.66 , saturation: 0.16 and the lightness value of 78799e is 0.55.

The process color (four color CMYK) of #78799e color hex is 0.24, 0.23, 0.00, 0.38. Web safe color of #78799e is #666699. Color #78799e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111001 10011110
Octal 170 171 236
Decimal 120 121 158
Hex 78 79 9E

RGB Percentages of Color #78799e

%30.08
%30.33
%39.60

CMYK Percentages of Color #78799e

%24
%23
%0
%38

Triadic Colors of #78799e

#78799e #9e7879 #799e78

Analogous Colors of #78799e

#78799e #8a789e #788c9e

Monochromatic Colors of #78799e

#78799e

Complementary Color

#78799e #9e9d78

#78799e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78799e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78799e Color CSS Codes

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

#78799e Text Font Color

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

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


#78799e Background Color

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

This div background color is #78799e


#78799e Border Color

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

This div border color is #78799e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,121,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78799e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78799e;
  -webkit-box-shadow: 1px 1px 3px 2px #78799e;
  box-shadow:         1px 1px 3px 2px #78799e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78799e


Comments

No comments written yet.

Please login to write comment.