Color Hex Logo

#76643a Color Hex

#76643A
(118,100,58)
0 Favorites   0 Comments

Color spaces of #76643a

RGB 11810058
HSL0.120.340.35
HSV42°51°46°
CMYK 0.000.150.51   0.54
XYZ12.792113.27145.8904
Yxy13.27140.40030.4153
Hunter Lab36.4299-1.073415.9143
CIE-Lab43.16941.194326.3750

#76643a color RGB value is (118,100,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100100 00111010
Octal 166 144 72
Decimal 118 100 58
Hex 76 64 3A

RGB Percentages of Color #76643a

%42.75
%36.23
%21.01

CMYK Percentages of Color #76643a

%0
%15
%51
%54

Triadic Colors of #76643a

#76643a #3a7664 #643a76

Analogous Colors of #76643a

#76643a #6a763a #76463a

Monochromatic Colors of #76643a

#76643a

Complementary Color

#76643a #3a4c76

#76643a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76643a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76643a Color CSS Codes

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

#76643a Text Font Color

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

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


#76643a Background Color

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

This div background color is #76643a


#76643a Border Color

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

This div border color is #76643a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76643a


Comments

No comments written yet.

Please login to write comment.