Color Hex Logo

#72272a Color Hex

#72272A
(114,39,42)
0 Favorites   0 Comments

Color spaces of #72272a

RGB 1143942
HSL0.990.490.30
HSV358°66°45°
CMYK 0.000.660.63   0.55
XYZ8.08295.19562.7673
Yxy5.19560.50370.3238
Hunter Lab22.793923.40848.7576
CIE-Lab27.284933.304015.8267

#72272a color RGB value is (114,39,42).

#72272a hex color red value is 114, green value is 39 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #72272a hue: 0.99 , saturation: 0.49 and the lightness value of 72272a is 0.30.

The process color (four color CMYK) of #72272a color hex is 0.00, 0.66, 0.63, 0.55. Web safe color of #72272a is #663333. Color #72272a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100111 00101010
Octal 162 47 52
Decimal 114 39 42
Hex 72 27 2A

RGB Percentages of Color #72272a

%58.46
%20.00
%21.54

CMYK Percentages of Color #72272a

%0
%66
%63
%55

Triadic Colors of #72272a

#72272a #2a7227 #272a72

Analogous Colors of #72272a

#72272a #724a27 #722750

Monochromatic Colors of #72272a

#72272a

Complementary Color

#72272a #27726f

#72272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72272a Color CSS Codes

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

#72272a Text Font Color

<p style="color:#72272a">Text here</p>

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


#72272a Background Color

<div style="background-color:#72272a">
Div content here</div>

This div background color is #72272a


#72272a Border Color

<div style="border:3px solid #72272a">
Div here</div>

This div border color is #72272a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,39,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72272a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72272a;
  -webkit-box-shadow: 1px 1px 3px 2px #72272a;
  box-shadow:         1px 1px 3px 2px #72272a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72272a


Comments

No comments written yet.

Please login to write comment.