Color Hex Logo

#76643b Color Hex

#76643B
(118,100,59)
0 Favorites   0 Comments

Color spaces of #76643b

RGB 11810059
HSL0.120.330.35
HSV42°50°46°
CMYK 0.000.150.50   0.54
XYZ12.817813.28176.0257
Yxy13.28170.39900.4134
Hunter Lab36.4441-0.996615.7078
CIE-Lab43.18471.299825.8266

#76643b color RGB value is (118,100,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100100 00111011
Octal 166 144 73
Decimal 118 100 59
Hex 76 64 3B

RGB Percentages of Color #76643b

%42.60
%36.10
%21.30

CMYK Percentages of Color #76643b

%0
%15
%50
%54

Triadic Colors of #76643b

#76643b #3b7664 #643b76

Analogous Colors of #76643b

#76643b #6b763b #76463b

Monochromatic Colors of #76643b

#76643b

Complementary Color

#76643b #3b4d76

#76643b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76643b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76643b Color CSS Codes

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

#76643b Text Font Color

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

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


#76643b Background Color

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

This div background color is #76643b


#76643b Border Color

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

This div border color is #76643b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76643b


Comments

No comments written yet.

Please login to write comment.