Color Hex Logo

#76292e Color Hex

#76292E
(118,41,46)
0 Favorites   0 Comments

Color spaces of #76292e

RGB 1184146
HSL0.990.480.31
HSV356°65°46°
CMYK 0.000.650.61   0.54
XYZ8.75735.63473.2108
Yxy5.63470.49750.3201
Hunter Lab23.737524.31208.5965
CIE-Lab28.471534.142114.8855

#76292e color RGB value is (118,41,46).

#76292e hex color red value is 118, green value is 41 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #76292e hue: 0.99 , saturation: 0.48 and the lightness value of 76292e is 0.31.

The process color (four color CMYK) of #76292e color hex is 0.00, 0.65, 0.61, 0.54. Web safe color of #76292e is #663333. Color #76292e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 00101110
Octal 166 51 56
Decimal 118 41 46
Hex 76 29 2E

RGB Percentages of Color #76292e

%57.56
%20.00
%22.44

CMYK Percentages of Color #76292e

%0
%65
%61
%54

Triadic Colors of #76292e

#76292e #2e7629 #292e76

Analogous Colors of #76292e

#76292e #764a29 #762955

Monochromatic Colors of #76292e

#76292e

Complementary Color

#76292e #297671

#76292e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76292e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76292e Color CSS Codes

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

#76292e Text Font Color

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

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


#76292e Background Color

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

This div background color is #76292e


#76292e Border Color

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

This div border color is #76292e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76292e


Comments

No comments written yet.

Please login to write comment.