Color Hex Logo

#76464c Color Hex

#76464C
(118,70,76)
0 Favorites   0 Comments

Color spaces of #76464c

RGB 1187076
HSL0.980.260.37
HSV353°41°46°
CMYK 0.000.410.36   0.54
XYZ10.96598.75377.9491
Yxy8.75370.39630.3164
Hunter Lab29.586714.38204.7811
CIE-Lab35.505721.40285.2139

#76464c color RGB value is (118,70,76).

#76464c hex color red value is 118, green value is 70 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #76464c hue: 0.98 , saturation: 0.26 and the lightness value of 76464c is 0.37.

The process color (four color CMYK) of #76464c color hex is 0.00, 0.41, 0.36, 0.54. Web safe color of #76464c is #663333. Color #76464c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 01001100
Octal 166 106 114
Decimal 118 70 76
Hex 76 46 4C

RGB Percentages of Color #76464c

%44.70
%26.52
%28.79

CMYK Percentages of Color #76464c

%0
%41
%36
%54

Triadic Colors of #76464c

#76464c #4c7646 #464c76

Analogous Colors of #76464c

#76464c #765846 #764664

Monochromatic Colors of #76464c

#76464c

Complementary Color

#76464c #467670

#76464c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76464c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76464c Color CSS Codes

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

#76464c Text Font Color

<p style="color:#76464c">Text here</p>

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


#76464c Background Color

<div style="background-color:#76464c">
Div content here</div>

This div background color is #76464c


#76464c Border Color

<div style="border:3px solid #76464c">
Div here</div>

This div border color is #76464c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,70,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76464c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76464c;
  -webkit-box-shadow: 1px 1px 3px 2px #76464c;
  box-shadow:         1px 1px 3px 2px #76464c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76464c


Comments

No comments written yet.

Please login to write comment.