Color Hex Logo

#7c728a Color Hex

#7C728A
(124,114,138)
0 Favorites   0 Comments

Color spaces of #7c728a

RGB 124114138
HSL0.740.100.49
HSV265°17°54°
CMYK 0.100.170.00   0.46
XYZ18.916918.154726.5519
Yxy18.15470.29730.2853
Hunter Lab42.60834.6844-7.1215
CIE-Lab49.68328.8095-11.7047

#7c728a color RGB value is (124,114,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110010 10001010
Octal 174 162 212
Decimal 124 114 138
Hex 7C 72 8A

RGB Percentages of Color #7c728a

%32.98
%30.32
%36.70

CMYK Percentages of Color #7c728a

%10
%17
%0
%46

Triadic Colors of #7c728a

#7c728a #8a7c72 #728a7c

Analogous Colors of #7c728a

#7c728a #88728a #72748a

Monochromatic Colors of #7c728a

#7c728a

Complementary Color

#7c728a #808a72

#7c728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c728a Color CSS Codes

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

#7c728a Text Font Color

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

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


#7c728a Background Color

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

This div background color is #7c728a


#7c728a Border Color

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

This div border color is #7c728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c728a


Comments

No comments written yet.

Please login to write comment.