Color Hex Logo

#77947f Color Hex

#77947F
(119,148,127)
0 Favorites   0 Comments

Color spaces of #77947f

RGB 119148127
HSL0.380.120.52
HSV137°20°58°
CMYK 0.200.000.14   0.42
XYZ22.028426.634124.0585
Yxy26.63410.30290.3663
Hunter Lab51.6082-14.12378.4862
CIE-Lab58.6341-14.57167.7684

#77947f color RGB value is (119,148,127).

#77947f hex color red value is 119, green value is 148 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #77947f hue: 0.38 , saturation: 0.12 and the lightness value of 77947f is 0.52.

The process color (four color CMYK) of #77947f color hex is 0.20, 0.00, 0.14, 0.42. Web safe color of #77947f is #669966. Color #77947f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010100 01111111
Octal 167 224 177
Decimal 119 148 127
Hex 77 94 7F

RGB Percentages of Color #77947f

%30.20
%37.56
%32.23

CMYK Percentages of Color #77947f

%20
%0
%14
%42

Triadic Colors of #77947f

#77947f #7f7794 #947f77

Analogous Colors of #77947f

#77947f #77948e #7e9477

Monochromatic Colors of #77947f

#77947f

Complementary Color

#77947f #94778c

#77947f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77947f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77947f Color CSS Codes

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

#77947f Text Font Color

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

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


#77947f Background Color

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

This div background color is #77947f


#77947f Border Color

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

This div border color is #77947f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77947f


Comments

No comments written yet.

Please login to write comment.