Color Hex Logo

#787380 Color Hex

#787380
(120,115,128)
0 Favorites   0 Comments

Color spaces of #787380

RGB 120115128
HSL0.730.050.48
HSV263°10°50°
CMYK 0.060.100.00   0.50
XYZ17.772717.813022.9236
Yxy17.81300.30380.3044
Hunter Lab42.20541.3067-2.6591
CIE-Lab49.26854.5883-6.4473

#787380 color RGB value is (120,115,128).

#787380 hex color red value is 120, green value is 115 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #787380 hue: 0.73 , saturation: 0.05 and the lightness value of 787380 is 0.48.

The process color (four color CMYK) of #787380 color hex is 0.06, 0.10, 0.00, 0.50. Web safe color of #787380 is #666699. Color #787380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110011 10000000
Octal 170 163 200
Decimal 120 115 128
Hex 78 73 80

RGB Percentages of Color #787380

%33.06
%31.68
%35.26

CMYK Percentages of Color #787380

%6
%10
%0
%50

Triadic Colors of #787380

#787380 #807873 #738078

Analogous Colors of #787380

#787380 #7f7380 #737580

Monochromatic Colors of #787380

#787380

Complementary Color

#787380 #7b8073

#787380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787380 Color CSS Codes

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

#787380 Text Font Color

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

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


#787380 Background Color

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

This div background color is #787380


#787380 Border Color

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

This div border color is #787380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787380


Comments

No comments written yet.

Please login to write comment.