Color Hex Logo

#736860 Color Hex

#736860
(115,104,96)
0 Favorites   0 Comments

Color spaces of #736860

RGB 11510496
HSL0.070.090.41
HSV25°17°45°
CMYK 0.000.100.17   0.55
XYZ14.131914.390013.0990
Yxy14.39000.33950.3457
Hunter Lab37.93420.11326.0805
CIE-Lab44.78712.87166.0738

#736860 color RGB value is (115,104,96).

#736860 hex color red value is 115, green value is 104 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #736860 hue: 0.07 , saturation: 0.09 and the lightness value of 736860 is 0.41.

The process color (four color CMYK) of #736860 color hex is 0.00, 0.10, 0.17, 0.55. Web safe color of #736860 is #666666. Color #736860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101000 01100000
Octal 163 150 140
Decimal 115 104 96
Hex 73 68 60

RGB Percentages of Color #736860

%36.51
%33.02
%30.48

CMYK Percentages of Color #736860

%0
%10
%17
%55

Triadic Colors of #736860

#736860 #607368 #686073

Analogous Colors of #736860

#736860 #737260 #736062

Monochromatic Colors of #736860

#736860

Complementary Color

#736860 #606b73

#736860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736860 Color CSS Codes

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

#736860 Text Font Color

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

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


#736860 Background Color

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

This div background color is #736860


#736860 Border Color

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

This div border color is #736860


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,104,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #736860; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #736860;
  -webkit-box-shadow: 1px 1px 3px 2px #736860;
  box-shadow:         1px 1px 3px 2px #736860; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,104,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736860


Comments

No comments written yet.

Please login to write comment.