Color Hex Logo

#7d5c0a Color Hex

#7D5C0A
(125,92,10)
0 Favorites   0 Comments

Color spaces of #7d5c0a

RGB 1259210
HSL0.120.850.26
HSV43°92°49°
CMYK 0.000.260.92   0.51
XYZ12.339412.03621.9600
Yxy12.03620.46850.4570
Hunter Lab34.69322.774320.9357
CIE-Lab41.27366.306746.3318

#7d5c0a color RGB value is (125,92,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011100 00001010
Octal 175 134 12
Decimal 125 92 10
Hex 7D 5C A

RGB Percentages of Color #7d5c0a

%55.07
%40.53
%4.41

CMYK Percentages of Color #7d5c0a

%0
%26
%92
%51

Triadic Colors of #7d5c0a

#7d5c0a #0a7d5c #5c0a7d

Analogous Colors of #7d5c0a

#7d5c0a #657d0a #7d230a

Monochromatic Colors of #7d5c0a

#7d5c0a

Complementary Color

#7d5c0a #0a2b7d

#7d5c0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5c0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5c0a Color CSS Codes

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

#7d5c0a Text Font Color

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

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


#7d5c0a Background Color

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

This div background color is #7d5c0a


#7d5c0a Border Color

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

This div border color is #7d5c0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5c0a


Comments

No comments written yet.

Please login to write comment.