Color Hex Logo

#788078 Color Hex

#788078
(120,128,120)
0 Favorites   0 Comments

Color spaces of #788078

RGB 120128120
HSL0.330.030.49
HSV120°50°
CMYK 0.060.000.06   0.50
XYZ18.855120.787520.7879
Yxy20.78750.31200.3440
Hunter Lab45.5933-5.96974.8825
CIE-Lab52.7161-4.58183.3130

#788078 color RGB value is (120,128,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 01111000
Octal 170 200 170
Decimal 120 128 120
Hex 78 80 78

RGB Percentages of Color #788078

%32.61
%34.78
%32.61

CMYK Percentages of Color #788078

%6
%0
%6
%50

Triadic Colors of #788078

#788078 #787880 #807878

Analogous Colors of #788078

#788078 #78807c #7c8078

Monochromatic Colors of #788078

#788078

Complementary Color

#788078 #807880

#788078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788078 Color CSS Codes

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

#788078 Text Font Color

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

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


#788078 Background Color

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

This div background color is #788078


#788078 Border Color

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

This div border color is #788078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788078


Comments

No comments written yet.

Please login to write comment.