Color Hex Logo

#752611 Color Hex

#752611
(117,38,17)
0 Favorites   0 Comments

Color spaces of #752611

RGB 1173817
HSL0.040.750.26
HSV13°85°46°
CMYK 0.000.680.85   0.54
XYZ8.13045.20861.1072
Yxy5.20860.56280.3606
Hunter Lab22.822423.651013.0993
CIE-Lab27.321033.578431.3617

#752611 color RGB value is (117,38,17).

#752611 hex color red value is 117, green value is 38 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #752611 hue: 0.04 , saturation: 0.75 and the lightness value of 752611 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100110 00010001
Octal 165 46 21
Decimal 117 38 17
Hex 75 26 11

RGB Percentages of Color #752611

%68.02
%22.09
%9.88

CMYK Percentages of Color #752611

%0
%68
%85
%54

Triadic Colors of #752611

#752611 #117526 #261175

Analogous Colors of #752611

#752611 #755811 #75112e

Monochromatic Colors of #752611

#752611

Complementary Color

#752611 #116075

#752611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752611 Color CSS Codes

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

#752611 Text Font Color

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

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


#752611 Background Color

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

This div background color is #752611


#752611 Border Color

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

This div border color is #752611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752611


Comments

No comments written yet.

Please login to write comment.