Color Hex Logo

#78807d Color Hex

#78807D
(120,128,125)
0 Favorites   0 Comments

Color spaces of #78807d

RGB 120128125
HSL0.440.030.49
HSV158°50°
CMYK 0.060.000.02   0.50
XYZ19.166620.912122.4283
Yxy20.91210.30660.3346
Hunter Lab45.7297-5.21282.9319
CIE-Lab52.8532-3.57530.5963

#78807d color RGB value is (120,128,125).

#78807d hex color red value is 120, green value is 128 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #78807d hue: 0.44 , saturation: 0.03 and the lightness value of 78807d is 0.49.

The process color (four color CMYK) of #78807d color hex is 0.06, 0.00, 0.02, 0.50. Web safe color of #78807d is #669966. Color #78807d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 01111101
Octal 170 200 175
Decimal 120 128 125
Hex 78 80 7D

RGB Percentages of Color #78807d

%32.17
%34.32
%33.51

CMYK Percentages of Color #78807d

%6
%0
%2
%50

Triadic Colors of #78807d

#78807d #7d7880 #807d78

Analogous Colors of #78807d

#78807d #787f80 #788079

Monochromatic Colors of #78807d

#78807d

Complementary Color

#78807d #80787b

#78807d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78807d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78807d Color CSS Codes

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

#78807d Text Font Color

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

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


#78807d Background Color

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

This div background color is #78807d


#78807d Border Color

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

This div border color is #78807d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78807d


Comments

No comments written yet.

Please login to write comment.