Color Hex Logo

#752220 Color Hex

#752220
(117,34,32)
0 Favorites   0 Comments

Color spaces of #752220

RGB 1173432
HSL0.000.570.29
HSV73°46°
CMYK 0.000.710.73   0.54
XYZ8.16895.03021.9069
Yxy5.03020.54080.3330
Hunter Lab22.428125.765210.6587
CIE-Lab26.820636.082321.8906

#752220 color RGB value is (117,34,32).

#752220 hex color red value is 117, green value is 34 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #752220 hue: 0.00 , saturation: 0.57 and the lightness value of 752220 is 0.29.

The process color (four color CMYK) of #752220 color hex is 0.00, 0.71, 0.73, 0.54. Web safe color of #752220 is #663333. Color #752220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100010 00100000
Octal 165 42 40
Decimal 117 34 32
Hex 75 22 20

RGB Percentages of Color #752220

%63.93
%18.58
%17.49

CMYK Percentages of Color #752220

%0
%71
%73
%54

Triadic Colors of #752220

#752220 #207522 #222075

Analogous Colors of #752220

#752220 #754d20 #752049

Monochromatic Colors of #752220

#752220

Complementary Color

#752220 #207375

#752220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752220 Color CSS Codes

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

#752220 Text Font Color

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

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


#752220 Background Color

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

This div background color is #752220


#752220 Border Color

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

This div border color is #752220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752220


Comments

No comments written yet.

Please login to write comment.