COLOR #755561

HEX: #755561
RGB: (117,85,97)

Color info

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

RGB color model

#755561 color RGB value is (117,85,97).

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

RGB channels and saturation

R 117 of 255 = 46%
G 85 of 255 = 33%
B 97 of 255 = 38%

117
85
97

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

Portions of RGB colors in percentages

R + G + B =
117 + 85 + 97 = 299 (100%)
R 117 of 299 ~ 39.13%
G 85 of 299 ~ 28.43%
B 97 of 299 ~ 32.44%

%39.13
%28.43
%32.44

CMYK color model

#755561 color CMYK value is (0,27,17,54).

  • cyan value is 0.00%
  • magenta value is 27.35%
  • yellow value is 17.09%
  • key color value is 54.12%
CMYK:
(0,27,17,54)
C0M27Y17K54 
(0%,27%,17%,54%)
(0.00/0.27/0.17/0.54)	

CMYK percentages

%0
%27.35
%17.09
%54.12

Codes

Color #755561 in popluar color models

755561
RGB1178597
HSL338°15.84%39.61%
HSB/HSV338°27.35%45.88%
CMYK0.00%27.35%17.09%
54.12%

Color #755561 in popluar number systems.

HEX755561
Decimal1178597
Binary111010110101011100001
Octal165125141

Shades and tints

Shades of #755561

#755561
(117,85,97)
#6B4E59
(107,78,89)
#614751
(97,71,81)
#574049
(87,64,73)
#4D3941
(77,57,65)
#433239
(67,50,57)
#392B31
(57,43,49)
#2F2429
(47,36,41)
#251D21
(37,29,33)
#1B1619
(27,22,25)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #755561

#755561
(117,85,97)
#81646F
(129,100,111)
#8D737D
(141,115,125)
#99828B
(153,130,139)
#A59199
(165,145,153)
#B1A0A7
(177,160,167)
#BDAFB5
(189,175,181)
#C9BEC3
(201,190,195)
#D5CDD1
(213,205,209)
#E1DCDF
(225,220,223)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755561; }

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

This text font color is #755561.


Background Color

.myBgColor { background-color: #755561; }

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

This div background color is #755561.


Border color

.myBorderColor { border: 1px solid #755561; }

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

This div border color is #755561.


Opacity

.myOpacity80 { color: #755561; opacity: 0.8; }

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

Text with #755561 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 #755561;}

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

This text has shadow with #755561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755561 on black background.


Color preview on white background

This text has color #755561 on white background.



Black color preview on #755561 background

This text has black color on #755561 background.


White color preview on #755561 background

This text has white color on #755561 background.