Color Hex Logo

#8c726f Color Hex

#8C726F
(140,114,111)
0 Favorites   0 Comments

Color spaces of #8c726f

RGB 140114111
HSL0.020.120.49
HSV21°55°
CMYK 0.000.190.21   0.45
XYZ19.701818.757817.6211
Yxy18.75780.35130.3345
Hunter Lab43.31035.40656.1946
CIE-Lab50.40269.69145.4970

#8c726f color RGB value is (140,114,111).

#8c726f hex color red value is 140, green value is 114 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #8c726f hue: 0.02 , saturation: 0.12 and the lightness value of 8c726f is 0.49.

The process color (four color CMYK) of #8c726f color hex is 0.00, 0.19, 0.21, 0.45. Web safe color of #8c726f is #996666. Color #8c726f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110010 01101111
Octal 214 162 157
Decimal 140 114 111
Hex 8C 72 6F

RGB Percentages of Color #8c726f

%38.36
%31.23
%30.41

CMYK Percentages of Color #8c726f

%0
%19
%21
%45

Triadic Colors of #8c726f

#8c726f #6f8c72 #726f8c

Analogous Colors of #8c726f

#8c726f #8c816f #8c6f7b

Monochromatic Colors of #8c726f

#8c726f

Complementary Color

#8c726f #6f898c

#8c726f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c726f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c726f Color CSS Codes

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

#8c726f Text Font Color

<p style="color:#8c726f">Text here</p>

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


#8c726f Background Color

<div style="background-color:#8c726f">
Div content here</div>

This div background color is #8c726f


#8c726f Border Color

<div style="border:3px solid #8c726f">
Div here</div>

This div border color is #8c726f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,114,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c726f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c726f;
  -webkit-box-shadow: 1px 1px 3px 2px #8c726f;
  box-shadow:         1px 1px 3px 2px #8c726f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c726f


Comments

No comments written yet.

Please login to write comment.