Color Hex Logo

#752119 Color Hex

#752119
(117,33,25)
0 Favorites   0 Comments

Color spaces of #752119

RGB 1173325
HSL0.010.650.28
HSV79°46°
CMYK 0.000.720.79   0.54
XYZ8.05544.93981.4486
Yxy4.93980.55770.3420
Hunter Lab22.225725.800111.6936
CIE-Lab26.562636.167925.9931

#752119 color RGB value is (117,33,25).

#752119 hex color red value is 117, green value is 33 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #752119 hue: 0.01 , saturation: 0.65 and the lightness value of 752119 is 0.28.

The process color (four color CMYK) of #752119 color hex is 0.00, 0.72, 0.79, 0.54. Web safe color of #752119 is #663300. Color #752119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100001 00011001
Octal 165 41 31
Decimal 117 33 25
Hex 75 21 19

RGB Percentages of Color #752119

%66.86
%18.86
%14.29

CMYK Percentages of Color #752119

%0
%72
%79
%54

Triadic Colors of #752119

#752119 #197521 #211975

Analogous Colors of #752119

#752119 #754f19 #75193f

Monochromatic Colors of #752119

#752119

Complementary Color

#752119 #196d75

#752119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752119 Color CSS Codes

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

#752119 Text Font Color

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

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


#752119 Background Color

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

This div background color is #752119


#752119 Border Color

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

This div border color is #752119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752119


Comments

No comments written yet.

Please login to write comment.