Color Hex Logo

#7d728a Color Hex

#7D728A
(125,114,138)
1 Favorites   0 Comments

Color spaces of #7d728a

RGB 125114138
HSL0.740.100.49
HSV268°17°54°
CMYK 0.090.170.00   0.46
XYZ19.062218.229626.5587
Yxy18.22960.29850.2855
Hunter Lab42.69614.9752-6.9935
CIE-Lab49.77349.1662-11.5598

#7d728a color RGB value is (125,114,138).

#7d728a hex color red value is 125, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7d728a hue: 0.74 , saturation: 0.10 and the lightness value of 7d728a is 0.49.

The process color (four color CMYK) of #7d728a color hex is 0.09, 0.17, 0.00, 0.46. Web safe color of #7d728a is #666699. Color #7d728a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110010 10001010
Octal 175 162 212
Decimal 125 114 138
Hex 7D 72 8A

RGB Percentages of Color #7d728a

%33.16
%30.24
%36.60

CMYK Percentages of Color #7d728a

%9
%17
%0
%46

Triadic Colors of #7d728a

#7d728a #8a7d72 #728a7d

Analogous Colors of #7d728a

#7d728a #89728a #72738a

Monochromatic Colors of #7d728a

#7d728a

Complementary Color

#7d728a #7f8a72

#7d728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d728a Color CSS Codes

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

#7d728a Text Font Color

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

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


#7d728a Background Color

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

This div background color is #7d728a


#7d728a Border Color

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

This div border color is #7d728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d728a

#7d728a Color Palettes


Comments

No comments written yet.

Please login to write comment.