Color Hex Logo

#752c0f Color Hex

#752C0F
(117,44,15)
0 Favorites   0 Comments

Color spaces of #752c0f

RGB 1174415
HSL0.050.770.26
HSV17°87°46°
CMYK 0.000.620.87   0.54
XYZ8.32305.61781.0976
Yxy5.61780.55340.3736
Hunter Lab23.701921.202513.8457
CIE-Lab28.427030.537233.3942

#752c0f color RGB value is (117,44,15).

#752c0f hex color red value is 117, green value is 44 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #752c0f hue: 0.05 , saturation: 0.77 and the lightness value of 752c0f is 0.26.

The process color (four color CMYK) of #752c0f color hex is 0.00, 0.62, 0.87, 0.54. Web safe color of #752c0f is #663300. Color #752c0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101100 00001111
Octal 165 54 17
Decimal 117 44 15
Hex 75 2C F

RGB Percentages of Color #752c0f

%66.48
%25.00
%8.52

CMYK Percentages of Color #752c0f

%0
%62
%87
%54

Triadic Colors of #752c0f

#752c0f #0f752c #2c0f75

Analogous Colors of #752c0f

#752c0f #755f0f #750f25

Monochromatic Colors of #752c0f

#752c0f

Complementary Color

#752c0f #0f5875

#752c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#752c0f Color CSS Codes

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

#752c0f Text Font Color

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

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


#752c0f Background Color

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

This div background color is #752c0f


#752c0f Border Color

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

This div border color is #752c0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752c0f


Comments

No comments written yet.

Please login to write comment.