Color Hex Logo

#72865b Color Hex

#72865B
(114,134,91)
0 Favorites   0 Comments

Color spaces of #72865b

RGB 11413491
HSL0.240.190.44
HSV88°32°53°
CMYK 0.150.000.32   0.47
XYZ17.352921.382913.1103
Yxy21.38290.33470.4124
Hunter Lab46.2416-13.938015.5594
CIE-Lab53.3660-15.342520.8367

#72865b color RGB value is (114,134,91).

#72865b hex color red value is 114, green value is 134 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #72865b hue: 0.24 , saturation: 0.19 and the lightness value of 72865b is 0.44.

The process color (four color CMYK) of #72865b color hex is 0.15, 0.00, 0.32, 0.47. Web safe color of #72865b is #669966. Color #72865b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000110 01011011
Octal 162 206 133
Decimal 114 134 91
Hex 72 86 5B

RGB Percentages of Color #72865b

%33.63
%39.53
%26.84

CMYK Percentages of Color #72865b

%15
%0
%32
%47

Triadic Colors of #72865b

#72865b #5b7286 #865b72

Analogous Colors of #72865b

#72865b #5d865b #86855b

Monochromatic Colors of #72865b

#72865b

Complementary Color

#72865b #6f5b86

#72865b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72865b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72865b Color CSS Codes

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

#72865b Text Font Color

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

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


#72865b Background Color

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

This div background color is #72865b


#72865b Border Color

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

This div border color is #72865b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72865b


Comments

No comments written yet.

Please login to write comment.