Color Hex Logo

#77896a Color Hex

#77896A
(119,137,106)
0 Favorites   0 Comments

Color spaces of #77896a

RGB 119137106
HSL0.260.130.48
HSV95°23°54°
CMYK 0.130.000.23   0.46
XYZ19.154922.853917.0373
Yxy22.85390.32440.3871
Hunter Lab47.8058-12.138312.3339
CIE-Lab54.9215-12.550314.5054

#77896a color RGB value is (119,137,106).

#77896a hex color red value is 119, green value is 137 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #77896a hue: 0.26 , saturation: 0.13 and the lightness value of 77896a is 0.48.

The process color (four color CMYK) of #77896a color hex is 0.13, 0.00, 0.23, 0.46. Web safe color of #77896a is #669966. Color #77896a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001001 01101010
Octal 167 211 152
Decimal 119 137 106
Hex 77 89 6A

RGB Percentages of Color #77896a

%32.87
%37.85
%29.28

CMYK Percentages of Color #77896a

%13
%0
%23
%46

Triadic Colors of #77896a

#77896a #6a7789 #896a77

Analogous Colors of #77896a

#77896a #6a896d #87896a

Monochromatic Colors of #77896a

#77896a

Complementary Color

#77896a #7c6a89

#77896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77896a Color CSS Codes

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

#77896a Text Font Color

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

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


#77896a Background Color

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

This div background color is #77896a


#77896a Border Color

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

This div border color is #77896a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,137,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77896a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77896a;
  -webkit-box-shadow: 1px 1px 3px 2px #77896a;
  box-shadow:         1px 1px 3px 2px #77896a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77896a


Comments

No comments written yet.

Please login to write comment.