Color Hex Logo

#788065 Color Hex

#788065
(120,128,101)
0 Favorites   0 Comments

Color spaces of #788065

RGB 120128101
HSL0.220.120.45
HSV78°21°50°
CMYK 0.060.000.21   0.50
XYZ17.813920.371015.3050
Yxy20.37100.33300.3808
Hunter Lab45.1342-8.533311.4888
CIE-Lab52.2541-8.059813.6904

#788065 color RGB value is (120,128,101).

#788065 hex color red value is 120, green value is 128 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #788065 hue: 0.22 , saturation: 0.12 and the lightness value of 788065 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 01100101
Octal 170 200 145
Decimal 120 128 101
Hex 78 80 65

RGB Percentages of Color #788065

%34.38
%36.68
%28.94

CMYK Percentages of Color #788065

%6
%0
%21
%50

Triadic Colors of #788065

#788065 #657880 #806578

Analogous Colors of #788065

#788065 #6b8065 #807b65

Monochromatic Colors of #788065

#788065

Complementary Color

#788065 #6d6580

#788065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788065 Color CSS Codes

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

#788065 Text Font Color

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

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


#788065 Background Color

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

This div background color is #788065


#788065 Border Color

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

This div border color is #788065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788065


Comments

No comments written yet.

Please login to write comment.