Color Hex Logo

#752616 Color Hex

#752616
(117,38,22)
0 Favorites   0 Comments

Color spaces of #752616

RGB 1173822
HSL0.030.680.27
HSV10°81°46°
CMYK 0.000.680.81   0.54
XYZ8.17415.22611.3370
Yxy5.22610.55470.3546
Hunter Lab22.860723.818612.5349
CIE-Lab27.369433.763528.6339

#752616 color RGB value is (117,38,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100110 00010110
Octal 165 46 26
Decimal 117 38 22
Hex 75 26 16

RGB Percentages of Color #752616

%66.10
%21.47
%12.43

CMYK Percentages of Color #752616

%0
%68
%81
%54

Triadic Colors of #752616

#752616 #167526 #261675

Analogous Colors of #752616

#752616 #755616 #751636

Monochromatic Colors of #752616

#752616

Complementary Color

#752616 #166575

#752616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752616 Color CSS Codes

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

#752616 Text Font Color

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

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


#752616 Background Color

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

This div background color is #752616


#752616 Border Color

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

This div border color is #752616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752616


Comments

No comments written yet.

Please login to write comment.