Color Hex Logo

#75723d Color Hex

#75723D
(117,114,61)
0 Favorites   0 Comments

Color spaces of #75723d

RGB 11711461
HSL0.160.310.35
HSV57°48°46°
CMYK 0.000.030.48   0.54
XYZ14.195716.15356.7846
Yxy16.15350.38230.4350
Hunter Lab40.1914-7.288418.1254
CIE-Lab47.1752-7.024029.6329

#75723d color RGB value is (117,114,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110010 00111101
Octal 165 162 75
Decimal 117 114 61
Hex 75 72 3D

RGB Percentages of Color #75723d

%40.07
%39.04
%20.89

CMYK Percentages of Color #75723d

%0
%3
%48
%54

Triadic Colors of #75723d

#75723d #3d7572 #723d75

Analogous Colors of #75723d

#75723d #5c753d #75563d

Monochromatic Colors of #75723d

#75723d

Complementary Color

#75723d #3d4075

#75723d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75723d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75723d Color CSS Codes

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

#75723d Text Font Color

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

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


#75723d Background Color

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

This div background color is #75723d


#75723d Border Color

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

This div border color is #75723d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75723d


Comments

No comments written yet.

Please login to write comment.