Color Hex Logo

#75723f Color Hex

#75723F
(117,114,63)
0 Favorites   0 Comments

Color spaces of #75723f

RGB 11711463
HSL0.160.300.35
HSV57°46°46°
CMYK 0.000.030.46   0.54
XYZ14.250616.17547.0737
Yxy16.17540.38000.4313
Hunter Lab40.2187-7.135117.7251
CIE-Lab47.2038-6.805528.5715

#75723f color RGB value is (117,114,63).

#75723f hex color red value is 117, green value is 114 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #75723f hue: 0.16 , saturation: 0.30 and the lightness value of 75723f is 0.35.

The process color (four color CMYK) of #75723f color hex is 0.00, 0.03, 0.46, 0.54. Web safe color of #75723f is #666633. Color #75723f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110010 00111111
Octal 165 162 77
Decimal 117 114 63
Hex 75 72 3F

RGB Percentages of Color #75723f

%39.80
%38.78
%21.43

CMYK Percentages of Color #75723f

%0
%3
%46
%54

Triadic Colors of #75723f

#75723f #3f7572 #723f75

Analogous Colors of #75723f

#75723f #5d753f #75573f

Monochromatic Colors of #75723f

#75723f

Complementary Color

#75723f #3f4275

#75723f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75723f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75723f Color CSS Codes

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

#75723f Text Font Color

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

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


#75723f Background Color

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

This div background color is #75723f


#75723f Border Color

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

This div border color is #75723f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,114,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75723f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75723f;
  -webkit-box-shadow: 1px 1px 3px 2px #75723f;
  box-shadow:         1px 1px 3px 2px #75723f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75723f


Comments

No comments written yet.

Please login to write comment.