Color Hex Logo

#72855d Color Hex

#72855D
(114,133,93)
0 Favorites   0 Comments

Color spaces of #72855d

RGB 11413393
HSL0.250.180.44
HSV89°30°52°
CMYK 0.140.000.30   0.48
XYZ17.302721.142813.5249
Yxy21.14280.33290.4068
Hunter Lab45.9813-13.298014.7474
CIE-Lab53.1054-14.493019.3571

#72855d color RGB value is (114,133,93).

#72855d hex color red value is 114, green value is 133 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #72855d hue: 0.25 , saturation: 0.18 and the lightness value of 72855d is 0.44.

The process color (four color CMYK) of #72855d color hex is 0.14, 0.00, 0.30, 0.48. Web safe color of #72855d is #669966. Color #72855d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000101 01011101
Octal 162 205 135
Decimal 114 133 93
Hex 72 85 5D

RGB Percentages of Color #72855d

%33.53
%39.12
%27.35

CMYK Percentages of Color #72855d

%14
%0
%30
%48

Triadic Colors of #72855d

#72855d #5d7285 #855d72

Analogous Colors of #72855d

#72855d #5e855d #85845d

Monochromatic Colors of #72855d

#72855d

Complementary Color

#72855d #705d85

#72855d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72855d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72855d Color CSS Codes

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

#72855d Text Font Color

<p style="color:#72855d">Text here</p>

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


#72855d Background Color

<div style="background-color:#72855d">
Div content here</div>

This div background color is #72855d


#72855d Border Color

<div style="border:3px solid #72855d">
Div here</div>

This div border color is #72855d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,133,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72855d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72855d;
  -webkit-box-shadow: 1px 1px 3px 2px #72855d;
  box-shadow:         1px 1px 3px 2px #72855d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72855d


Comments

No comments written yet.

Please login to write comment.