Color Hex Logo

#752219 Color Hex

#752219
(117,34,25)
0 Favorites   0 Comments

Color spaces of #752219

RGB 1173425
HSL0.020.650.28
HSV79°46°
CMYK 0.000.710.79   0.54
XYZ8.08364.99611.4580
Yxy4.99610.55600.3437
Hunter Lab22.352025.438711.7789
CIE-Lab26.723735.729626.1685

#752219 color RGB value is (117,34,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100010 00011001
Octal 165 42 31
Decimal 117 34 25
Hex 75 22 19

RGB Percentages of Color #752219

%66.48
%19.32
%14.20

CMYK Percentages of Color #752219

%0
%71
%79
%54

Triadic Colors of #752219

#752219 #197522 #221975

Analogous Colors of #752219

#752219 #755019 #75193e

Monochromatic Colors of #752219

#752219

Complementary Color

#752219 #196c75

#752219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752219 Color CSS Codes

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

#752219 Text Font Color

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

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


#752219 Background Color

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

This div background color is #752219


#752219 Border Color

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

This div border color is #752219


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,34,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 #752219">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752219


Comments

No comments written yet.

Please login to write comment.