Color Hex Logo

#76414a Color Hex

#76414A
(118,65,74)
0 Favorites   0 Comments

Color spaces of #76414a

RGB 1186574
HSL0.970.290.36
HSV350°45°46°
CMYK 0.000.450.37   0.54
XYZ10.59758.12667.4886
Yxy8.12660.40430.3100
Hunter Lab28.507216.46954.3800
CIE-Lab34.245224.07924.6869

#76414a color RGB value is (118,65,74).

#76414a hex color red value is 118, green value is 65 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #76414a hue: 0.97 , saturation: 0.29 and the lightness value of 76414a is 0.36.

The process color (four color CMYK) of #76414a color hex is 0.00, 0.45, 0.37, 0.54. Web safe color of #76414a is #663333. Color #76414a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000001 01001010
Octal 166 101 112
Decimal 118 65 74
Hex 76 41 4A

RGB Percentages of Color #76414a

%45.91
%25.29
%28.79

CMYK Percentages of Color #76414a

%0
%45
%37
%54

Triadic Colors of #76414a

#76414a #4a7641 #414a76

Analogous Colors of #76414a

#76414a #765241 #764165

Monochromatic Colors of #76414a

#76414a

Complementary Color

#76414a #41766d

#76414a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76414a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76414a Color CSS Codes

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

#76414a Text Font Color

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

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


#76414a Background Color

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

This div background color is #76414a


#76414a Border Color

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

This div border color is #76414a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76414a


Comments

No comments written yet.

Please login to write comment.