Color Hex Logo

#7d562a Color Hex

#7D562A
(125,86,42)
0 Favorites   0 Comments

Color spaces of #7d562a

RGB 1258642
HSL0.090.500.33
HSV32°66°49°
CMYK 0.000.310.66   0.51
XYZ12.203211.18273.7058
Yxy11.18270.45040.4128
Hunter Lab33.44056.617716.8380
CIE-Lab39.886511.350631.5418

#7d562a color RGB value is (125,86,42).

#7d562a hex color red value is 125, green value is 86 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7d562a hue: 0.09 , saturation: 0.50 and the lightness value of 7d562a is 0.33.

The process color (four color CMYK) of #7d562a color hex is 0.00, 0.31, 0.66, 0.51. Web safe color of #7d562a is #666633. Color #7d562a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010110 00101010
Octal 175 126 52
Decimal 125 86 42
Hex 7D 56 2A

RGB Percentages of Color #7d562a

%49.41
%33.99
%16.60

CMYK Percentages of Color #7d562a

%0
%31
%66
%51

Triadic Colors of #7d562a

#7d562a #2a7d56 #562a7d

Analogous Colors of #7d562a

#7d562a #7b7d2a #7d2d2a

Monochromatic Colors of #7d562a

#7d562a

Complementary Color

#7d562a #2a517d

#7d562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d562a Color CSS Codes

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

#7d562a Text Font Color

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

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


#7d562a Background Color

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

This div background color is #7d562a


#7d562a Border Color

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

This div border color is #7d562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d562a


Comments

No comments written yet.

Please login to write comment.