Color Hex Logo

#735655 Color Hex

#735655
(115,86,85)
0 Favorites   0 Comments

Color spaces of #735655

RGB 1158685
HSL0.010.150.39
HSV26°45°
CMYK 0.000.250.26   0.55
XYZ12.037710.956310.0746
Yxy10.95630.36400.3313
Hunter Lab33.10036.99025.1244
CIE-Lab39.506811.84195.2422

#735655 color RGB value is (115,86,85).

#735655 hex color red value is 115, green value is 86 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #735655 hue: 0.01 , saturation: 0.15 and the lightness value of 735655 is 0.39.

The process color (four color CMYK) of #735655 color hex is 0.00, 0.25, 0.26, 0.55. Web safe color of #735655 is #666666. Color #735655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010110 01010101
Octal 163 126 125
Decimal 115 86 85
Hex 73 56 55

RGB Percentages of Color #735655

%40.21
%30.07
%29.72

CMYK Percentages of Color #735655

%0
%25
%26
%55

Triadic Colors of #735655

#735655 #557356 #565573

Analogous Colors of #735655

#735655 #736555 #735563

Monochromatic Colors of #735655

#735655

Complementary Color

#735655 #557273

#735655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735655 Color CSS Codes

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

#735655 Text Font Color

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

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


#735655 Background Color

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

This div background color is #735655


#735655 Border Color

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

This div border color is #735655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735655


Comments

No comments written yet.

Please login to write comment.