Color Hex Logo

#77896c Color Hex

#77896C
(119,137,108)
0 Favorites   0 Comments

Color spaces of #77896c

RGB 119137108
HSL0.270.120.48
HSV97°21°54°
CMYK 0.130.000.21   0.46
XYZ19.260222.896017.5916
Yxy22.89600.32240.3832
Hunter Lab47.8498-11.888311.6973
CIE-Lab54.9651-12.201813.4241

#77896c color RGB value is (119,137,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001001 01101100
Octal 167 211 154
Decimal 119 137 108
Hex 77 89 6C

RGB Percentages of Color #77896c

%32.69
%37.64
%29.67

CMYK Percentages of Color #77896c

%13
%0
%21
%46

Triadic Colors of #77896c

#77896c #6c7789 #896c77

Analogous Colors of #77896c

#77896c #6c8970 #86896c

Monochromatic Colors of #77896c

#77896c

Complementary Color

#77896c #7e6c89

#77896c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77896c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77896c Color CSS Codes

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

#77896c Text Font Color

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

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


#77896c Background Color

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

This div background color is #77896c


#77896c Border Color

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

This div border color is #77896c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77896c


Comments

No comments written yet.

Please login to write comment.