Color Hex Logo

#76353c Color Hex

#76353C
(118,53,60)
0 Favorites   0 Comments

Color spaces of #76353c

RGB 1185360
HSL0.980.380.34
HSV354°55°46°
CMYK 0.000.550.49   0.54
XYZ9.55996.72405.0690
Yxy6.72400.44770.3149
Hunter Lab25.930720.42926.5613
CIE-Lab31.170129.20839.3801

#76353c color RGB value is (118,53,60).

#76353c hex color red value is 118, green value is 53 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #76353c hue: 0.98 , saturation: 0.38 and the lightness value of 76353c is 0.34.

The process color (four color CMYK) of #76353c color hex is 0.00, 0.55, 0.49, 0.54. Web safe color of #76353c is #663333. Color #76353c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110101 00111100
Octal 166 65 74
Decimal 118 53 60
Hex 76 35 3C

RGB Percentages of Color #76353c

%51.08
%22.94
%25.97

CMYK Percentages of Color #76353c

%0
%55
%49
%54

Triadic Colors of #76353c

#76353c #3c7635 #353c76

Analogous Colors of #76353c

#76353c #764f35 #76355d

Monochromatic Colors of #76353c

#76353c

Complementary Color

#76353c #35766f

#76353c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76353c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76353c Color CSS Codes

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

#76353c Text Font Color

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

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


#76353c Background Color

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

This div background color is #76353c


#76353c Border Color

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

This div border color is #76353c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76353c


Comments

No comments written yet.

Please login to write comment.