Color Hex Logo

#76413e Color Hex

#76413E
(118,65,62)
0 Favorites   0 Comments

Color spaces of #76413e

RGB 1186562
HSL0.010.310.35
HSV47°46°
CMYK 0.000.450.47   0.54
XYZ10.23107.97995.5585
Yxy7.97990.43040.3357
Hunter Lab28.248715.21318.1076
CIE-Lab33.941022.583511.9122

#76413e color RGB value is (118,65,62).

#76413e hex color red value is 118, green value is 65 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #76413e hue: 0.01 , saturation: 0.31 and the lightness value of 76413e is 0.35.

The process color (four color CMYK) of #76413e color hex is 0.00, 0.45, 0.47, 0.54. Web safe color of #76413e is #663333. Color #76413e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000001 00111110
Octal 166 101 76
Decimal 118 65 62
Hex 76 41 3E

RGB Percentages of Color #76413e

%48.16
%26.53
%25.31

CMYK Percentages of Color #76413e

%0
%45
%47
%54

Triadic Colors of #76413e

#76413e #3e7641 #413e76

Analogous Colors of #76413e

#76413e #765d3e #763e57

Monochromatic Colors of #76413e

#76413e

Complementary Color

#76413e #3e7376

#76413e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76413e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76413e Color CSS Codes

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

#76413e Text Font Color

<p style="color:#76413e">Text here</p>

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


#76413e Background Color

<div style="background-color:#76413e">
Div content here</div>

This div background color is #76413e


#76413e Border Color

<div style="border:3px solid #76413e">
Div here</div>

This div border color is #76413e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,65,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76413e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76413e;
  -webkit-box-shadow: 1px 1px 3px 2px #76413e;
  box-shadow:         1px 1px 3px 2px #76413e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76413e


Comments

No comments written yet.

Please login to write comment.