Color Hex Logo

#76343d Color Hex

#76343D
(118,52,61)
0 Favorites   0 Comments

Color spaces of #76343d

RGB 1185261
HSL0.980.390.33
HSV352°56°46°
CMYK 0.000.560.48   0.54
XYZ9.54156.64455.1945
Yxy6.64450.44630.3108
Hunter Lab25.776920.96336.0959
CIE-Lab30.983529.86358.4693

#76343d color RGB value is (118,52,61).

#76343d hex color red value is 118, green value is 52 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #76343d hue: 0.98 , saturation: 0.39 and the lightness value of 76343d is 0.33.

The process color (four color CMYK) of #76343d color hex is 0.00, 0.56, 0.48, 0.54. Web safe color of #76343d is #663333. Color #76343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110100 00111101
Octal 166 64 75
Decimal 118 52 61
Hex 76 34 3D

RGB Percentages of Color #76343d

%51.08
%22.51
%26.41

CMYK Percentages of Color #76343d

%0
%56
%48
%54

Triadic Colors of #76343d

#76343d #3d7634 #343d76

Analogous Colors of #76343d

#76343d #764c34 #76345e

Monochromatic Colors of #76343d

#76343d

Complementary Color

#76343d #34766d

#76343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76343d Color CSS Codes

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

#76343d Text Font Color

<p style="color:#76343d">Text here</p>

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


#76343d Background Color

<div style="background-color:#76343d">
Div content here</div>

This div background color is #76343d


#76343d Border Color

<div style="border:3px solid #76343d">
Div here</div>

This div border color is #76343d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,52,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76343d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76343d;
  -webkit-box-shadow: 1px 1px 3px 2px #76343d;
  box-shadow:         1px 1px 3px 2px #76343d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76343d


Comments

No comments written yet.

Please login to write comment.