Color Hex Logo

#752116 Color Hex

#752116
(117,33,22)
0 Favorites   0 Comments

Color spaces of #752116

RGB 1173322
HSL0.020.680.27
HSV81°46°
CMYK 0.000.720.81   0.54
XYZ8.02484.92751.2872
Yxy4.92750.56360.3460
Hunter Lab22.198025.683212.1005
CIE-Lab26.527236.041927.7619

#752116 color RGB value is (117,33,22).

#752116 hex color red value is 117, green value is 33 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #752116 hue: 0.02 , saturation: 0.68 and the lightness value of 752116 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100001 00010110
Octal 165 41 26
Decimal 117 33 22
Hex 75 21 16

RGB Percentages of Color #752116

%68.02
%19.19
%12.79

CMYK Percentages of Color #752116

%0
%72
%81
%54

Triadic Colors of #752116

#752116 #167521 #211675

Analogous Colors of #752116

#752116 #755116 #75163b

Monochromatic Colors of #752116

#752116

Complementary Color

#752116 #166a75

#752116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752116 Color CSS Codes

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

#752116 Text Font Color

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

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


#752116 Background Color

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

This div background color is #752116


#752116 Border Color

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

This div border color is #752116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752116


Comments

No comments written yet.

Please login to write comment.