Color Hex Logo

#7c720a Color Hex

#7C720A
(124,114,10)
0 Favorites   0 Comments

Color spaces of #7c720a

RGB 12411410
HSL0.150.850.26
HSV55°92°49°
CMYK 0.000.080.92   0.51
XYZ14.384316.34162.6833
Yxy16.34160.43050.4891
Hunter Lab40.4247-7.227824.3618
CIE-Lab47.4195-6.907251.1426

#7c720a color RGB value is (124,114,10).

#7c720a hex color red value is 124, green value is 114 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #7c720a hue: 0.15 , saturation: 0.85 and the lightness value of 7c720a is 0.26.

The process color (four color CMYK) of #7c720a color hex is 0.00, 0.08, 0.92, 0.51. Web safe color of #7c720a is #666600. Color #7c720a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110010 00001010
Octal 174 162 12
Decimal 124 114 10
Hex 7C 72 A

RGB Percentages of Color #7c720a

%50.00
%45.97
%4.03

CMYK Percentages of Color #7c720a

%0
%8
%92
%51

Triadic Colors of #7c720a

#7c720a #0a7c72 #720a7c

Analogous Colors of #7c720a

#7c720a #4d7c0a #7c390a

Monochromatic Colors of #7c720a

#7c720a

Complementary Color

#7c720a #0a147c

#7c720a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c720a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c720a Color CSS Codes

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

#7c720a Text Font Color

<p style="color:#7c720a">Text here</p>

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


#7c720a Background Color

<div style="background-color:#7c720a">
Div content here</div>

This div background color is #7c720a


#7c720a Border Color

<div style="border:3px solid #7c720a">
Div here</div>

This div border color is #7c720a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,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 #7c720a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c720a


Comments

No comments written yet.

Please login to write comment.