Color Hex Logo

#788662 Color Hex

#788662
(120,134,98)
0 Favorites   0 Comments

Color spaces of #788662

RGB 12013498
HSL0.230.160.45
HSV83°27°53°
CMYK 0.100.000.27   0.47
XYZ18.475421.925114.8135
Yxy21.92510.33460.3971
Hunter Lab46.8242-11.511814.0198
CIE-Lab53.9474-11.859917.7352

#788662 color RGB value is (120,134,98).

#788662 hex color red value is 120, green value is 134 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #788662 hue: 0.23 , saturation: 0.16 and the lightness value of 788662 is 0.45.

The process color (four color CMYK) of #788662 color hex is 0.10, 0.00, 0.27, 0.47. Web safe color of #788662 is #669966. Color #788662 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000110 01100010
Octal 170 206 142
Decimal 120 134 98
Hex 78 86 62

RGB Percentages of Color #788662

%34.09
%38.07
%27.84

CMYK Percentages of Color #788662

%10
%0
%27
%47

Triadic Colors of #788662

#788662 #627886 #866278

Analogous Colors of #788662

#788662 #668662 #868262

Monochromatic Colors of #788662

#788662

Complementary Color

#788662 #706286

#788662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788662 Color CSS Codes

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

#788662 Text Font Color

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

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


#788662 Background Color

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

This div background color is #788662


#788662 Border Color

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

This div border color is #788662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788662


Comments

No comments written yet.

Please login to write comment.