Color Hex Logo

#72746b Color Hex

#72746B
(114,116,107)
0 Favorites   0 Comments

Color spaces of #72746b

RGB 114116107
HSL0.200.040.44
HSV73°45°
CMYK 0.020.000.08   0.55
XYZ15.838717.129716.3815
Yxy17.12970.32090.3471
Hunter Lab41.3880-4.11935.5045
CIE-Lab48.4230-2.53924.7021

#72746b color RGB value is (114,116,107).

#72746b hex color red value is 114, green value is 116 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #72746b hue: 0.20 , saturation: 0.04 and the lightness value of 72746b is 0.44.

The process color (four color CMYK) of #72746b color hex is 0.02, 0.00, 0.08, 0.55. Web safe color of #72746b is #666666. Color #72746b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110100 01101011
Octal 162 164 153
Decimal 114 116 107
Hex 72 74 6B

RGB Percentages of Color #72746b

%33.83
%34.42
%31.75

CMYK Percentages of Color #72746b

%2
%0
%8
%55

Triadic Colors of #72746b

#72746b #6b7274 #746b72

Analogous Colors of #72746b

#72746b #6e746b #74726b

Monochromatic Colors of #72746b

#72746b

Complementary Color

#72746b #6d6b74

#72746b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72746b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72746b Color CSS Codes

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

#72746b Text Font Color

<p style="color:#72746b">Text here</p>

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


#72746b Background Color

<div style="background-color:#72746b">
Div content here</div>

This div background color is #72746b


#72746b Border Color

<div style="border:3px solid #72746b">
Div here</div>

This div border color is #72746b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72746b


Comments

No comments written yet.

Please login to write comment.