Color Hex Logo

#72612b Color Hex

#72612B
(114,97,43)
0 Favorites   0 Comments

Color spaces of #72612b

RGB 1149743
HSL0.130.450.31
HSV46°62°45°
CMYK 0.000.150.62   0.55
XYZ11.650212.30124.0458
Yxy12.30120.41610.4394
Hunter Lab35.0731-2.085617.7118
CIE-Lab41.6909-0.296132.7283

#72612b color RGB value is (114,97,43).

#72612b hex color red value is 114, green value is 97 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #72612b hue: 0.13 , saturation: 0.45 and the lightness value of 72612b is 0.31.

The process color (four color CMYK) of #72612b color hex is 0.00, 0.15, 0.62, 0.55. Web safe color of #72612b is #666633. Color #72612b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100001 00101011
Octal 162 141 53
Decimal 114 97 43
Hex 72 61 2B

RGB Percentages of Color #72612b

%44.88
%38.19
%16.93

CMYK Percentages of Color #72612b

%0
%15
%62
%55

Triadic Colors of #72612b

#72612b #2b7261 #612b72

Analogous Colors of #72612b

#72612b #60722b #723e2b

Monochromatic Colors of #72612b

#72612b

Complementary Color

#72612b #2b3c72

#72612b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72612b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72612b Color CSS Codes

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

#72612b Text Font Color

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

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


#72612b Background Color

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

This div background color is #72612b


#72612b Border Color

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

This div border color is #72612b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72612b


Comments

No comments written yet.

Please login to write comment.