Color Hex Logo

#7f720d Color Hex

#7F720D
(127,114,13)
0 Favorites   0 Comments

Color spaces of #7f720d

RGB 12711413
HSL0.150.810.27
HSV53°90°50°
CMYK 0.000.100.90   0.50
XYZ14.842416.57572.7979
Yxy16.57570.43380.4844
Hunter Lab40.7133-6.174424.4248
CIE-Lab47.7209-5.407350.8452

#7f720d color RGB value is (127,114,13).

#7f720d hex color red value is 127, green value is 114 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #7f720d hue: 0.15 , saturation: 0.81 and the lightness value of 7f720d is 0.27.

The process color (four color CMYK) of #7f720d color hex is 0.00, 0.10, 0.90, 0.50. Web safe color of #7f720d is #666600. Color #7f720d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01110010 00001101
Octal 177 162 15
Decimal 127 114 13
Hex 7F 72 D

RGB Percentages of Color #7f720d

%50.00
%44.88
%5.12

CMYK Percentages of Color #7f720d

%0
%10
%90
%50

Triadic Colors of #7f720d

#7f720d #0d7f72 #720d7f

Analogous Colors of #7f720d

#7f720d #537f0d #7f390d

Monochromatic Colors of #7f720d

#7f720d

Complementary Color

#7f720d #0d1a7f

#7f720d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f720d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f720d Color CSS Codes

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

#7f720d Text Font Color

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

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


#7f720d Background Color

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

This div background color is #7f720d


#7f720d Border Color

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

This div border color is #7f720d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f720d


Comments

No comments written yet.

Please login to write comment.