Color Hex Logo

#72996b Color Hex

#72996B
(114,153,107)
0 Favorites   0 Comments

Color spaces of #72996b

RGB 114153107
HSL0.310.180.51
HSV111°30°60°
CMYK 0.250.000.30   0.40
XYZ20.984527.421418.0968
Yxy27.42140.31550.4123
Hunter Lab52.3654-20.108916.1660
CIE-Lab59.3624-22.640819.9728

#72996b color RGB value is (114,153,107).

#72996b hex color red value is 114, green value is 153 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #72996b hue: 0.31 , saturation: 0.18 and the lightness value of 72996b is 0.51.

The process color (four color CMYK) of #72996b color hex is 0.25, 0.00, 0.30, 0.40. Web safe color of #72996b is #669966. Color #72996b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011001 01101011
Octal 162 231 153
Decimal 114 153 107
Hex 72 99 6B

RGB Percentages of Color #72996b

%30.48
%40.91
%28.61

CMYK Percentages of Color #72996b

%25
%0
%30
%40

Triadic Colors of #72996b

#72996b #6b7299 #996b72

Analogous Colors of #72996b

#72996b #6b997b #89996b

Monochromatic Colors of #72996b

#72996b

Complementary Color

#72996b #926b99

#72996b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72996b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72996b Color CSS Codes

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

#72996b Text Font Color

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

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


#72996b Background Color

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

This div background color is #72996b


#72996b Border Color

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

This div border color is #72996b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72996b


Comments

No comments written yet.

Please login to write comment.