Color Hex Logo

#752629 Color Hex

#752629
(117,38,41)
0 Favorites   0 Comments

Color spaces of #752629

RGB 1173841
HSL0.990.510.30
HSV358°68°46°
CMYK 0.000.680.65   0.54
XYZ8.42955.32822.6820
Yxy5.32820.51280.3241
Hunter Lab23.082924.79039.2691
CIE-Lab27.650134.829017.0668

#752629 color RGB value is (117,38,41).

#752629 hex color red value is 117, green value is 38 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #752629 hue: 0.99 , saturation: 0.51 and the lightness value of 752629 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100110 00101001
Octal 165 46 51
Decimal 117 38 41
Hex 75 26 29

RGB Percentages of Color #752629

%59.69
%19.39
%20.92

CMYK Percentages of Color #752629

%0
%68
%65
%54

Triadic Colors of #752629

#752629 #297526 #262975

Analogous Colors of #752629

#752629 #754a26 #752651

Monochromatic Colors of #752629

#752629

Complementary Color

#752629 #267572

#752629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752629 Color CSS Codes

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

#752629 Text Font Color

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

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


#752629 Background Color

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

This div background color is #752629


#752629 Border Color

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

This div border color is #752629


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,38,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752629; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752629;
  -webkit-box-shadow: 1px 1px 3px 2px #752629;
  box-shadow:         1px 1px 3px 2px #752629; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752629


Comments

No comments written yet.

Please login to write comment.