Color Hex Logo

#776538 Color Hex

#776538
(119,101,56)
0 Favorites   0 Comments

Color spaces of #776538

RGB 11910156
HSL0.120.360.34
HSV43°53°47°
CMYK 0.000.150.53   0.53
XYZ12.975213.51485.6661
Yxy13.51480.40350.4203
Hunter Lab36.7625-1.333316.5955
CIE-Lab43.52890.861327.9674

#776538 color RGB value is (119,101,56).

#776538 hex color red value is 119, green value is 101 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #776538 hue: 0.12 , saturation: 0.36 and the lightness value of 776538 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100101 00111000
Octal 167 145 70
Decimal 119 101 56
Hex 77 65 38

RGB Percentages of Color #776538

%43.12
%36.59
%20.29

CMYK Percentages of Color #776538

%0
%15
%53
%53

Triadic Colors of #776538

#776538 #387765 #653877

Analogous Colors of #776538

#776538 #6a7738 #774638

Monochromatic Colors of #776538

#776538

Complementary Color

#776538 #384a77

#776538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776538 Color CSS Codes

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

#776538 Text Font Color

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

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


#776538 Background Color

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

This div background color is #776538


#776538 Border Color

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

This div border color is #776538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776538


Comments

No comments written yet.

Please login to write comment.