Color Hex Logo

#76353e Color Hex

#76353E
(118,53,62)
0 Favorites   0 Comments

Color spaces of #76353e

RGB 1185362
HSL0.980.380.34
HSV352°55°46°
CMYK 0.000.550.47   0.54
XYZ9.61386.74565.3527
Yxy6.74560.44280.3107
Hunter Lab25.972320.62135.9614
CIE-Lab31.220629.42708.1491

#76353e color RGB value is (118,53,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110101 00111110
Octal 166 65 76
Decimal 118 53 62
Hex 76 35 3E

RGB Percentages of Color #76353e

%50.64
%22.75
%26.61

CMYK Percentages of Color #76353e

%0
%55
%47
%54

Triadic Colors of #76353e

#76353e #3e7635 #353e76

Analogous Colors of #76353e

#76353e #764d35 #76355e

Monochromatic Colors of #76353e

#76353e

Complementary Color

#76353e #35766d

#76353e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76353e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76353e Color CSS Codes

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

#76353e Text Font Color

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

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


#76353e Background Color

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

This div background color is #76353e


#76353e Border Color

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

This div border color is #76353e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,53,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 #76353e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76353e


Comments

No comments written yet.

Please login to write comment.