COLOR #755F55

HEX: #755F55
RGB: (117,95,85)

Color info

#755F55 contains red, green and blue colors in about the same proportion. Web safe color of #755F55 is #666666 (or #666).

RGB color model

#755F55 color RGB value is (117,95,85).

  • red value is 117;
  • green value is 95;
  • blue value is 85.
RGB:
(117,95,85)
(46%,37%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 85 of 255 = 33%

117
95
85

R + G + B ~ 39%. #755F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 95 + 85 = 297 (100%)
R 117 of 297 ~ 39.39%
G 95 of 297 ~ 31.99%
B 85 of 297 ~ 28.62%

%39.39
%31.99
%28.62

CMYK color model

#755F55 color CMYK value is (0,19,27,54).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,19,27,54)
C0M19Y27K54 
(0%,19%,27%,54%)
(0.00/0.19/0.27/0.54)	

CMYK percentages

%0
%18.8
%27.35
%54.12

Codes

Color #755F55 in popluar color models

755F55
RGB1179585
HSL19°15.84%39.61%
HSB/HSV19°27.35%45.88%
CMYK0.00%18.80%27.35%
54.12%

Color #755F55 in popluar number systems.

HEX755F55
Decimal1179585
Binary111010110111111010101
Octal165137125

Shades and tints

Shades of #755F55

#755F55
(117,95,85)
#6B574E
(107,87,78)
#614F47
(97,79,71)
#574740
(87,71,64)
#4D3F39
(77,63,57)
#433732
(67,55,50)
#392F2B
(57,47,43)
#2F2724
(47,39,36)
#251F1D
(37,31,29)
#1B1716
(27,23,22)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #755F55

#755F55
(117,95,85)
#816D64
(129,109,100)
#8D7B73
(141,123,115)
#998982
(153,137,130)
#A59791
(165,151,145)
#B1A5A0
(177,165,160)
#BDB3AF
(189,179,175)
#C9C1BE
(201,193,190)
#D5CFCD
(213,207,205)
#E1DDDC
(225,221,220)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755F55 color. Also use rgb(117,95,85) instead hex code.

Text Font Color

.myTextColor { color: #755F55; }

<p style="color:#755F55">This sample text font color is #755F55.</p>

This text font color is #755F55.


Background Color

.myBgColor { background-color: #755F55; }

<div style="background-color:#755F55">Inner text</div>

This div background color is #755F55.


Border color

.myBorderColor { border: 1px solid #755F55; }

<div style="border:3px solid #755F55">Div</div>

This div border color is #755F55.


Opacity

.myOpacity80 { color: #755F55; opacity: 0.8; }

<p style="color:#755F55;opacity:0.8;">80%</p>

Text with #755F55 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #755F55;}

<p style="text-shadow: 3px 3px 1px #755F55">Text here.</p>

This text has shadow with #755F55 color.

.textShadow {text-shadow: 3px 3px 1px #755F55, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #755F55, 5px 5px 20px red">Text here.</p>

This text has shadow with #755F55 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#755F55, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#755F55, Direction=45, Strength=4)">Text</p>

This text has shadow with #755F55 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #755F55;
  -webkit-box-shadow:	1px 1px 3px 2px #755F55;
  box-shadow:		1px 1px 3px 2px #755F55;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #755F55;
-webkit-box-shadow: 1px 1px 3px 2px #755F55;
box-shadow:1px 1px 3px 2px #755F55;">
Div content here</div>
This div box has shadow with color #755F55.

Preview

Color preview on black background

This text has color #755F55 on black background.


Color preview on white background

This text has color #755F55 on white background.



Black color preview on #755F55 background

This text has black color on #755F55 background.


White color preview on #755F55 background

This text has white color on #755F55 background.