Color Hex Logo

#724d6b Color Hex

#724D6B
(114,77,107)
0 Favorites   0 Comments

Color spaces of #724d6b

RGB 11477107
HSL0.860.190.37
HSV311°32°45°
CMYK 0.000.320.06   0.55
XYZ12.24719.946715.1843
Yxy9.94670.32770.2661
Hunter Lab31.538414.1236-6.4686
CIE-Lab37.746620.8764-11.0484

#724d6b color RGB value is (114,77,107).

#724d6b hex color red value is 114, green value is 77 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #724d6b hue: 0.86 , saturation: 0.19 and the lightness value of 724d6b is 0.37.

The process color (four color CMYK) of #724d6b color hex is 0.00, 0.32, 0.06, 0.55. Web safe color of #724d6b is #666666. Color #724d6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001101 01101011
Octal 162 115 153
Decimal 114 77 107
Hex 72 4D 6B

RGB Percentages of Color #724d6b

%38.26
%25.84
%35.91

CMYK Percentages of Color #724d6b

%0
%32
%6
%55

Triadic Colors of #724d6b

#724d6b #6b724d #4d6b72

Analogous Colors of #724d6b

#724d6b #724d59 #674d72

Monochromatic Colors of #724d6b

#724d6b

Complementary Color

#724d6b #4d7254

#724d6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724d6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#724d6b Color CSS Codes

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

#724d6b Text Font Color

<p style="color:#724d6b">Text here</p>

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


#724d6b Background Color

<div style="background-color:#724d6b">
Div content here</div>

This div background color is #724d6b


#724d6b Border Color

<div style="border:3px solid #724d6b">
Div here</div>

This div border color is #724d6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,77,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724d6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724d6b;
  -webkit-box-shadow: 1px 1px 3px 2px #724d6b;
  box-shadow:         1px 1px 3px 2px #724d6b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724d6b


Comments

No comments written yet.

Please login to write comment.