Color Hex Logo

#76703b Color Hex

#76703B
(118,112,59)
0 Favorites   0 Comments

Color spaces of #76703b

RGB 11811259
HSL0.150.330.35
HSV54°50°46°
CMYK 0.000.050.50   0.54
XYZ14.054815.75576.4381
Yxy15.75570.38770.4347
Hunter Lab39.6935-6.259618.1688
CIE-Lab46.6523-5.650730.1048

#76703b color RGB value is (118,112,59).

#76703b hex color red value is 118, green value is 112 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #76703b hue: 0.15 , saturation: 0.33 and the lightness value of 76703b is 0.35.

The process color (four color CMYK) of #76703b color hex is 0.00, 0.05, 0.50, 0.54. Web safe color of #76703b is #666633. Color #76703b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110000 00111011
Octal 166 160 73
Decimal 118 112 59
Hex 76 70 3B

RGB Percentages of Color #76703b

%40.83
%38.75
%20.42

CMYK Percentages of Color #76703b

%0
%5
%50
%54

Triadic Colors of #76703b

#76703b #3b7670 #703b76

Analogous Colors of #76703b

#76703b #5f763b #76533b

Monochromatic Colors of #76703b

#76703b

Complementary Color

#76703b #3b4176

#76703b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76703b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76703b Color CSS Codes

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

#76703b Text Font Color

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

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


#76703b Background Color

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

This div background color is #76703b


#76703b Border Color

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

This div border color is #76703b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,112,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76703b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76703b;
  -webkit-box-shadow: 1px 1px 3px 2px #76703b;
  box-shadow:         1px 1px 3px 2px #76703b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,112,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76703b


Comments

No comments written yet.

Please login to write comment.