Color Hex Logo

#72714b Color Hex

#72714B
(114,113,75)
0 Favorites   0 Comments

Color spaces of #72714b

RGB 11411375
HSL0.160.210.37
HSV58°34°45°
CMYK 0.000.010.34   0.55
XYZ14.114615.89578.9809
Yxy15.89570.36200.4077
Hunter Lab39.8694-6.578814.5530
CIE-Lab46.8374-6.073821.2807

#72714b color RGB value is (114,113,75).

#72714b hex color red value is 114, green value is 113 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #72714b hue: 0.16 , saturation: 0.21 and the lightness value of 72714b is 0.37.

The process color (four color CMYK) of #72714b color hex is 0.00, 0.01, 0.34, 0.55. Web safe color of #72714b is #666633. Color #72714b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110001 01001011
Octal 162 161 113
Decimal 114 113 75
Hex 72 71 4B

RGB Percentages of Color #72714b

%37.75
%37.42
%24.83

CMYK Percentages of Color #72714b

%0
%1
%34
%55

Triadic Colors of #72714b

#72714b #4b7271 #714b72

Analogous Colors of #72714b

#72714b #60724b #725e4b

Monochromatic Colors of #72714b

#72714b

Complementary Color

#72714b #4b4c72

#72714b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72714b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72714b Color CSS Codes

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

#72714b Text Font Color

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

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


#72714b Background Color

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

This div background color is #72714b


#72714b Border Color

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

This div border color is #72714b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,113,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72714b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72714b;
  -webkit-box-shadow: 1px 1px 3px 2px #72714b;
  box-shadow:         1px 1px 3px 2px #72714b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72714b


Comments

No comments written yet.

Please login to write comment.