Color Hex Logo

#77806d Color Hex

#77806D
(119,128,109)
0 Favorites   0 Comments

Color spaces of #77806d

RGB 119128109
HSL0.250.080.46
HSV88°15°50°
CMYK 0.070.000.15   0.50
XYZ18.087220.464417.4647
Yxy20.46440.32290.3653
Hunter Lab45.2376-7.79678.7765
CIE-Lab52.3583-7.05299.1922

#77806d color RGB value is (119,128,109).

#77806d hex color red value is 119, green value is 128 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #77806d hue: 0.25 , saturation: 0.08 and the lightness value of 77806d is 0.46.

The process color (four color CMYK) of #77806d color hex is 0.07, 0.00, 0.15, 0.50. Web safe color of #77806d is #669966. Color #77806d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000000 01101101
Octal 167 200 155
Decimal 119 128 109
Hex 77 80 6D

RGB Percentages of Color #77806d

%33.43
%35.96
%30.62

CMYK Percentages of Color #77806d

%7
%0
%15
%50

Triadic Colors of #77806d

#77806d #6d7780 #806d77

Analogous Colors of #77806d

#77806d #6e806d #80806d

Monochromatic Colors of #77806d

#77806d

Complementary Color

#77806d #766d80

#77806d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77806d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77806d Color CSS Codes

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

#77806d Text Font Color

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

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


#77806d Background Color

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

This div background color is #77806d


#77806d Border Color

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

This div border color is #77806d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77806d


Comments

No comments written yet.

Please login to write comment.