Color Hex Logo

#72601b Color Hex

#72601B
(114,96,27)
0 Favorites   0 Comments

Color spaces of #72601b

RGB 1149627
HSL0.130.620.28
HSV48°76°45°
CMYK 0.000.160.76   0.55
XYZ11.320112.02232.7608
Yxy12.02230.43370.4606
Hunter Lab34.6732-2.401419.5504
CIE-Lab41.2515-0.770839.9532

#72601b color RGB value is (114,96,27).

#72601b hex color red value is 114, green value is 96 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #72601b hue: 0.13 , saturation: 0.62 and the lightness value of 72601b is 0.28.

The process color (four color CMYK) of #72601b color hex is 0.00, 0.16, 0.76, 0.55. Web safe color of #72601b is #666633. Color #72601b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100000 00011011
Octal 162 140 33
Decimal 114 96 27
Hex 72 60 1B

RGB Percentages of Color #72601b

%48.10
%40.51
%11.39

CMYK Percentages of Color #72601b

%0
%16
%76
%55

Triadic Colors of #72601b

#72601b #1b7260 #601b72

Analogous Colors of #72601b

#72601b #59721b #72341b

Monochromatic Colors of #72601b

#72601b

Complementary Color

#72601b #1b2d72

#72601b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72601b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72601b Color CSS Codes

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

#72601b Text Font Color

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

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


#72601b Background Color

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

This div background color is #72601b


#72601b Border Color

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

This div border color is #72601b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72601b

#72601b Color Palettes


Comments

No comments written yet.

Please login to write comment.