Color Hex Logo

#7d721b Color Hex

#7D721B
(125,114,27)
0 Favorites   0 Comments

Color spaces of #7d721b

RGB 12511427
HSL0.150.640.30
HSV53°78°49°
CMYK 0.000.090.78   0.51
XYZ14.672616.47373.4433
Yxy16.47370.42420.4763
Hunter Lab40.5878-6.500423.3815
CIE-Lab47.5899-5.873546.3915

#7d721b color RGB value is (125,114,27).

#7d721b hex color red value is 125, green value is 114 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #7d721b hue: 0.15 , saturation: 0.64 and the lightness value of 7d721b is 0.30.

The process color (four color CMYK) of #7d721b color hex is 0.00, 0.09, 0.78, 0.51. Web safe color of #7d721b is #666633. Color #7d721b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110010 00011011
Octal 175 162 33
Decimal 125 114 27
Hex 7D 72 1B

RGB Percentages of Color #7d721b

%46.99
%42.86
%10.15

CMYK Percentages of Color #7d721b

%0
%9
%78
%51

Triadic Colors of #7d721b

#7d721b #1b7d72 #721b7d

Analogous Colors of #7d721b

#7d721b #577d1b #7d411b

Monochromatic Colors of #7d721b

#7d721b

Complementary Color

#7d721b #1b267d

#7d721b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d721b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d721b Color CSS Codes

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

#7d721b Text Font Color

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

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


#7d721b Background Color

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

This div background color is #7d721b


#7d721b Border Color

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

This div border color is #7d721b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d721b


Comments

No comments written yet.

Please login to write comment.