Color Hex Logo

#755846 Color Hex

#755846
(117,88,70)
0 Favorites   0 Comments

Color spaces of #755846

RGB 1178870
HSL0.060.250.37
HSV23°40°46°
CMYK 0.000.250.40   0.54
XYZ11.931311.20367.3280
Yxy11.20360.39170.3678
Hunter Lab33.47185.052210.4498
CIE-Lab39.92139.313115.0634

#755846 color RGB value is (117,88,70).

#755846 hex color red value is 117, green value is 88 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #755846 hue: 0.06 , saturation: 0.25 and the lightness value of 755846 is 0.37.

The process color (four color CMYK) of #755846 color hex is 0.00, 0.25, 0.40, 0.54. Web safe color of #755846 is #666633. Color #755846 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011000 01000110
Octal 165 130 106
Decimal 117 88 70
Hex 75 58 46

RGB Percentages of Color #755846

%42.55
%32.00
%25.45

CMYK Percentages of Color #755846

%0
%25
%40
%54

Triadic Colors of #755846

#755846 #467558 #584675

Analogous Colors of #755846

#755846 #757046 #75464c

Monochromatic Colors of #755846

#755846

Complementary Color

#755846 #466375

#755846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755846 Color CSS Codes

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

#755846 Text Font Color

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

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


#755846 Background Color

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

This div background color is #755846


#755846 Border Color

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

This div border color is #755846


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,88,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755846; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755846;
  -webkit-box-shadow: 1px 1px 3px 2px #755846;
  box-shadow:         1px 1px 3px 2px #755846; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,88,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755846


Comments

No comments written yet.

Please login to write comment.