Color Hex Logo

#776124 Color Hex

#776124
(119,97,36)
0 Favorites   0 Comments

Color spaces of #776124

RGB 1199736
HSL0.120.540.30
HSV44°70°47°
CMYK 0.000.180.70   0.53
XYZ12.200912.59873.4578
Yxy12.59870.43180.4459
Hunter Lab35.4946-0.758219.0704
CIE-Lab42.15231.568536.9276

#776124 color RGB value is (119,97,36).

#776124 hex color red value is 119, green value is 97 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #776124 hue: 0.12 , saturation: 0.54 and the lightness value of 776124 is 0.30.

The process color (four color CMYK) of #776124 color hex is 0.00, 0.18, 0.70, 0.53. Web safe color of #776124 is #666633. Color #776124 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100001 00100100
Octal 167 141 44
Decimal 119 97 36
Hex 77 61 24

RGB Percentages of Color #776124

%47.22
%38.49
%14.29

CMYK Percentages of Color #776124

%0
%18
%70
%53

Triadic Colors of #776124

#776124 #247761 #612477

Analogous Colors of #776124

#776124 #647724 #773824

Monochromatic Colors of #776124

#776124

Complementary Color

#776124 #243a77

#776124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776124 Color CSS Codes

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

#776124 Text Font Color

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

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


#776124 Background Color

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

This div background color is #776124


#776124 Border Color

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

This div border color is #776124


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,97,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #776124; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #776124;
  -webkit-box-shadow: 1px 1px 3px 2px #776124;
  box-shadow:         1px 1px 3px 2px #776124; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776124


Comments

No comments written yet.

Please login to write comment.