Color Hex Logo

#76292f Color Hex

#76292F
(118,41,47)
0 Favorites   0 Comments

Color spaces of #76292f

RGB 1184147
HSL0.990.480.31
HSV355°65°46°
CMYK 0.000.650.60   0.54
XYZ8.77725.64273.3159
Yxy5.64270.49490.3182
Hunter Lab23.754424.38538.3517
CIE-Lab28.492534.222314.2548

#76292f color RGB value is (118,41,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 00101111
Octal 166 51 57
Decimal 118 41 47
Hex 76 29 2F

RGB Percentages of Color #76292f

%57.28
%19.90
%22.82

CMYK Percentages of Color #76292f

%0
%65
%60
%54

Triadic Colors of #76292f

#76292f #2f7629 #292f76

Analogous Colors of #76292f

#76292f #764a29 #762956

Monochromatic Colors of #76292f

#76292f

Complementary Color

#76292f #297670

#76292f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76292f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76292f Color CSS Codes

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

#76292f Text Font Color

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

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


#76292f Background Color

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

This div background color is #76292f


#76292f Border Color

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

This div border color is #76292f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76292f


Comments

No comments written yet.

Please login to write comment.