Color Hex Logo

#776748 Color Hex

#776748
(119,103,72)
0 Favorites   0 Comments

Color spaces of #776748

RGB 11910372
HSL0.110.250.37
HSV40°39°47°
CMYK 0.000.130.39   0.53
XYZ13.627714.09038.1323
Yxy14.09030.38010.3930
Hunter Lab37.5370-0.886013.4309
CIE-Lab44.36221.514919.8464

#776748 color RGB value is (119,103,72).

#776748 hex color red value is 119, green value is 103 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #776748 hue: 0.11 , saturation: 0.25 and the lightness value of 776748 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100111 01001000
Octal 167 147 110
Decimal 119 103 72
Hex 77 67 48

RGB Percentages of Color #776748

%40.48
%35.03
%24.49

CMYK Percentages of Color #776748

%0
%13
%39
%53

Triadic Colors of #776748

#776748 #487767 #674877

Analogous Colors of #776748

#776748 #707748 #775048

Monochromatic Colors of #776748

#776748

Complementary Color

#776748 #485877

#776748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776748 Color CSS Codes

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

#776748 Text Font Color

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

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


#776748 Background Color

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

This div background color is #776748


#776748 Border Color

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

This div border color is #776748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776748


Comments

No comments written yet.

Please login to write comment.