Color Hex Logo

#7d4849 Color Hex

#7D4849
(125,72,73)
0 Favorites   0 Comments

Color spaces of #7d4849

RGB 1257273
HSL1.000.270.39
HSV359°42°49°
CMYK 0.000.420.42   0.51
XYZ11.97749.47577.5011
Yxy9.47570.41370.3273
Hunter Lab30.782615.58417.1001
CIE-Lab36.884522.72489.1919

#7d4849 color RGB value is (125,72,73).

#7d4849 hex color red value is 125, green value is 72 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #7d4849 hue: 1.00 , saturation: 0.27 and the lightness value of 7d4849 is 0.39.

The process color (four color CMYK) of #7d4849 color hex is 0.00, 0.42, 0.42, 0.51. Web safe color of #7d4849 is #663333. Color #7d4849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01001000 01001001
Octal 175 110 111
Decimal 125 72 73
Hex 7D 48 49

RGB Percentages of Color #7d4849

%46.30
%26.67
%27.04

CMYK Percentages of Color #7d4849

%0
%42
%42
%51

Triadic Colors of #7d4849

#7d4849 #497d48 #48497d

Analogous Colors of #7d4849

#7d4849 #7d6248 #7d4864

Monochromatic Colors of #7d4849

#7d4849

Complementary Color

#7d4849 #487d7c

#7d4849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d4849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d4849 Color CSS Codes

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

#7d4849 Text Font Color

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

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


#7d4849 Background Color

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

This div background color is #7d4849


#7d4849 Border Color

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

This div border color is #7d4849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,72,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d4849


Comments

No comments written yet.

Please login to write comment.