Color Hex Logo

#77961d Color Hex

#77961D
(119,150,29)
0 Favorites   0 Comments

Color spaces of #77961d

RGB 11915029
HSL0.210.680.35
HSV75°81°59°
CMYK 0.210.000.81   0.41
XYZ18.735925.82335.1593
Yxy25.82330.37680.5194
Hunter Lab50.8166-23.116829.5521
CIE-Lab57.8689-27.408054.9878

#77961d color RGB value is (119,150,29).

#77961d hex color red value is 119, green value is 150 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #77961d hue: 0.21 , saturation: 0.68 and the lightness value of 77961d is 0.35.

The process color (four color CMYK) of #77961d color hex is 0.21, 0.00, 0.81, 0.41. Web safe color of #77961d is #669933. Color #77961d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010110 00011101
Octal 167 226 35
Decimal 119 150 29
Hex 77 96 1D

RGB Percentages of Color #77961d

%39.93
%50.34
%9.73

CMYK Percentages of Color #77961d

%21
%0
%81
%41

Triadic Colors of #77961d

#77961d #1d7796 #961d77

Analogous Colors of #77961d

#77961d #3b961d #96791d

Monochromatic Colors of #77961d

#77961d

Complementary Color

#77961d #3c1d96

#77961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77961d Color CSS Codes

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

#77961d Text Font Color

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

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


#77961d Background Color

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

This div background color is #77961d


#77961d Border Color

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

This div border color is #77961d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77961d


Comments

No comments written yet.

Please login to write comment.