Color Hex Logo

#76721d Color Hex

#76721D
(118,114,29)
0 Favorites   0 Comments

Color spaces of #76721d

RGB 11811429
HSL0.160.610.29
HSV57°75°46°
CMYK 0.000.030.75   0.54
XYZ13.710315.97493.5232
Yxy15.97490.41290.4810
Hunter Lab39.9686-8.714822.7517
CIE-Lab46.9415-9.075544.7882

#76721d color RGB value is (118,114,29).

#76721d hex color red value is 118, green value is 114 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #76721d hue: 0.16 , saturation: 0.61 and the lightness value of 76721d is 0.29.

The process color (four color CMYK) of #76721d color hex is 0.00, 0.03, 0.75, 0.54. Web safe color of #76721d is #666633. Color #76721d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110010 00011101
Octal 166 162 35
Decimal 118 114 29
Hex 76 72 1D

RGB Percentages of Color #76721d

%45.21
%43.68
%11.11

CMYK Percentages of Color #76721d

%0
%3
%75
%54

Triadic Colors of #76721d

#76721d #1d7672 #721d76

Analogous Colors of #76721d

#76721d #4e761d #76461d

Monochromatic Colors of #76721d

#76721d

Complementary Color

#76721d #1d2176

#76721d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76721d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76721d Color CSS Codes

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

#76721d Text Font Color

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

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


#76721d Background Color

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

This div background color is #76721d


#76721d Border Color

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

This div border color is #76721d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,114,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 #76721d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76721d


Comments

No comments written yet.

Please login to write comment.