Color Hex Logo

#72784b Color Hex

#72784B
(114,120,75)
0 Favorites   0 Comments

Color spaces of #72784b

RGB 11412075
HSL0.190.230.38
HSV68°38°47°
CMYK 0.050.000.38   0.53
XYZ14.925917.51839.2513
Yxy17.51830.35800.4201
Hunter Lab41.8549-9.591016.1934
CIE-Lab48.9066-10.013923.9832

#72784b color RGB value is (114,120,75).

#72784b hex color red value is 114, green value is 120 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #72784b hue: 0.19 , saturation: 0.23 and the lightness value of 72784b is 0.38.

The process color (four color CMYK) of #72784b color hex is 0.05, 0.00, 0.38, 0.53. Web safe color of #72784b is #666633. Color #72784b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111000 01001011
Octal 162 170 113
Decimal 114 120 75
Hex 72 78 4B

RGB Percentages of Color #72784b

%36.89
%38.83
%24.27

CMYK Percentages of Color #72784b

%5
%0
%38
%53

Triadic Colors of #72784b

#72784b #4b7278 #784b72

Analogous Colors of #72784b

#72784b #5c784b #78684b

Monochromatic Colors of #72784b

#72784b

Complementary Color

#72784b #514b78

#72784b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72784b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72784b Color CSS Codes

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

#72784b Text Font Color

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

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


#72784b Background Color

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

This div background color is #72784b


#72784b Border Color

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

This div border color is #72784b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72784b


Comments

No comments written yet.

Please login to write comment.