Color Hex Logo

#776d10 Color Hex

#776D10
(119,109,16)
0 Favorites   0 Comments

Color spaces of #776d10

RGB 11910916
HSL0.150.760.26
HSV54°87°47°
CMYK 0.000.080.87   0.53
XYZ13.169914.89662.6714
Yxy14.89660.42850.4846
Hunter Lab38.5961-6.634822.9136
CIE-Lab45.4922-6.320147.9059

#776d10 color RGB value is (119,109,16).

#776d10 hex color red value is 119, green value is 109 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #776d10 hue: 0.15 , saturation: 0.76 and the lightness value of 776d10 is 0.26.

The process color (four color CMYK) of #776d10 color hex is 0.00, 0.08, 0.87, 0.53. Web safe color of #776d10 is #666600. Color #776d10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101101 00010000
Octal 167 155 20
Decimal 119 109 16
Hex 77 6D 10

RGB Percentages of Color #776d10

%48.77
%44.67
%6.56

CMYK Percentages of Color #776d10

%0
%8
%87
%53

Triadic Colors of #776d10

#776d10 #10776d #6d1077

Analogous Colors of #776d10

#776d10 #4e7710 #773a10

Monochromatic Colors of #776d10

#776d10

Complementary Color

#776d10 #101a77

#776d10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776d10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776d10 Color CSS Codes

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

#776d10 Text Font Color

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

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


#776d10 Background Color

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

This div background color is #776d10


#776d10 Border Color

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

This div border color is #776d10


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,109,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #776d10; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #776d10;
  -webkit-box-shadow: 1px 1px 3px 2px #776d10;
  box-shadow:         1px 1px 3px 2px #776d10; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776d10


Comments

No comments written yet.

Please login to write comment.