Color Hex Logo

#77886f Color Hex

#77886F
(119,136,111)
0 Favorites   0 Comments

Color spaces of #77886f

RGB 119136111
HSL0.280.100.48
HSV101°18°53°
CMYK 0.130.000.18   0.47
XYZ19.281222.678018.4000
Yxy22.67800.31940.3757
Hunter Lab47.6214-11.065510.4265
CIE-Lab54.7391-11.121211.3909

#77886f color RGB value is (119,136,111).

#77886f hex color red value is 119, green value is 136 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #77886f hue: 0.28 , saturation: 0.10 and the lightness value of 77886f is 0.48.

The process color (four color CMYK) of #77886f color hex is 0.13, 0.00, 0.18, 0.47. Web safe color of #77886f is #669966. Color #77886f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001000 01101111
Octal 167 210 157
Decimal 119 136 111
Hex 77 88 6F

RGB Percentages of Color #77886f

%32.51
%37.16
%30.33

CMYK Percentages of Color #77886f

%13
%0
%18
%47

Triadic Colors of #77886f

#77886f #6f7788 #886f77

Analogous Colors of #77886f

#77886f #6f8874 #84886f

Monochromatic Colors of #77886f

#77886f

Complementary Color

#77886f #806f88

#77886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77886f Color CSS Codes

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

#77886f Text Font Color

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

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


#77886f Background Color

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

This div background color is #77886f


#77886f Border Color

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

This div border color is #77886f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,136,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77886f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77886f;
  -webkit-box-shadow: 1px 1px 3px 2px #77886f;
  box-shadow:         1px 1px 3px 2px #77886f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77886f

#77886f Color Palettes


Comments

No comments written yet.

Please login to write comment.