Color Hex Logo

#752d2f Color Hex

#752D2F
(117,45,47)
0 Favorites   0 Comments

Color spaces of #752d2f

RGB 1174547
HSL1.000.440.32
HSV358°62°46°
CMYK 0.000.620.60   0.54
XYZ8.78765.86393.3580
Yxy5.86390.48790.3256
Hunter Lab24.215522.39918.7290
CIE-Lab29.066531.837614.9812

#752d2f color RGB value is (117,45,47).

#752d2f hex color red value is 117, green value is 45 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #752d2f hue: 1.00 , saturation: 0.44 and the lightness value of 752d2f is 0.32.

The process color (four color CMYK) of #752d2f color hex is 0.00, 0.62, 0.60, 0.54. Web safe color of #752d2f is #663333. Color #752d2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101101 00101111
Octal 165 55 57
Decimal 117 45 47
Hex 75 2D 2F

RGB Percentages of Color #752d2f

%55.98
%21.53
%22.49

CMYK Percentages of Color #752d2f

%0
%62
%60
%54

Triadic Colors of #752d2f

#752d2f #2f752d #2d2f75

Analogous Colors of #752d2f

#752d2f #754f2d #752d53

Monochromatic Colors of #752d2f

#752d2f

Complementary Color

#752d2f #2d7573

#752d2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752d2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#752d2f Color CSS Codes

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

#752d2f Text Font Color

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

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


#752d2f Background Color

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

This div background color is #752d2f


#752d2f Border Color

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

This div border color is #752d2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,45,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752d2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752d2f;
  -webkit-box-shadow: 1px 1px 3px 2px #752d2f;
  box-shadow:         1px 1px 3px 2px #752d2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752d2f


Comments

No comments written yet.

Please login to write comment.