Color Hex Logo

#72720a Color Hex

#72720A
(114,114,10)
0 Favorites   0 Comments

Color spaces of #72720a

RGB 11411410
HSL0.170.840.24
HSV60°91°45°
CMYK 0.000.000.91   0.55
XYZ13.011515.63392.6190
Yxy15.63390.41620.5001
Hunter Lab39.5397-10.454823.7506
CIE-Lab46.4905-11.664250.0095

#72720a color RGB value is (114,114,10).

#72720a hex color red value is 114, green value is 114 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #72720a hue: 0.17 , saturation: 0.84 and the lightness value of 72720a is 0.24.

The process color (four color CMYK) of #72720a color hex is 0.00, 0.00, 0.91, 0.55. Web safe color of #72720a is #666600. Color #72720a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110010 00001010
Octal 162 162 12
Decimal 114 114 10
Hex 72 72 A

RGB Percentages of Color #72720a

%47.90
%47.90
%4.20

CMYK Percentages of Color #72720a

%0
%0
%91
%55

Triadic Colors of #72720a

#72720a #0a7272 #720a72

Analogous Colors of #72720a

#72720a #3e720a #723e0a

Monochromatic Colors of #72720a

#72720a

Complementary Color

#72720a #0a0a72

#72720a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72720a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72720a Color CSS Codes

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

#72720a Text Font Color

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

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


#72720a Background Color

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

This div background color is #72720a


#72720a Border Color

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

This div border color is #72720a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72720a


Comments

No comments written yet.

Please login to write comment.