Color Hex Logo

#7d584a Color Hex

#7D584A
(125,88,74)
0 Favorites   0 Comments

Color spaces of #7d584a

RGB 1258874
HSL0.050.260.39
HSV16°41°49°
CMYK 0.000.300.41   0.51
XYZ13.183211.83388.0679
Yxy11.83380.39850.3577
Hunter Lab34.40038.205910.1749
CIE-Lab40.950713.342414.1875

#7d584a color RGB value is (125,88,74).

#7d584a hex color red value is 125, green value is 88 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #7d584a hue: 0.05 , saturation: 0.26 and the lightness value of 7d584a is 0.39.

The process color (four color CMYK) of #7d584a color hex is 0.00, 0.30, 0.41, 0.51. Web safe color of #7d584a is #666633. Color #7d584a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011000 01001010
Octal 175 130 112
Decimal 125 88 74
Hex 7D 58 4A

RGB Percentages of Color #7d584a

%43.55
%30.66
%25.78

CMYK Percentages of Color #7d584a

%0
%30
%41
%51

Triadic Colors of #7d584a

#7d584a #4a7d58 #584a7d

Analogous Colors of #7d584a

#7d584a #7d724a #7d4a56

Monochromatic Colors of #7d584a

#7d584a

Complementary Color

#7d584a #4a6f7d

#7d584a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d584a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d584a Color CSS Codes

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

#7d584a Text Font Color

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

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


#7d584a Background Color

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

This div background color is #7d584a


#7d584a Border Color

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

This div border color is #7d584a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d584a


Comments

No comments written yet.

Please login to write comment.