COLOR #755E61

HEX: #755E61 RGB: (117,94,97)

Color info

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

RGB color model

#755E61 color RGB value is (117,94,97).

RGB: (117,94,97) (46%, 37%, 38%)

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 97 of 255 = 38%

117
94
97

R + G + B ~ 40%. #755E61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 94 + 97 = 308 (100%)
R 117 of 308 ~ 37.99%
G 94 of 308 ~ 30.52%
B 97 of 308 ~ 31.49'%

%37.99
%30.52
%31.49

CMYK color model

#755E61 color CMYK value is (0,20,17,54).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 17.09%
  • key color value is 54.12%

CMYK: (0,20,17,54)
C0M20Y17K54 (0%, 20%, 17%, 54%)
(0.00 / 0.20 / 0.17 / 0.54)

CMYK percentages

%0
%19.66
%17.09
%54.12

Codes

Color #755E61 in popluar color models

75 5E 61
RGB 117 94 97
HSL 352° 10.90% 41.37%
HSB/HSV 352° 19.66% 45.88%
CMYK 0.00% 19.66% 17.09%
54.12%

Color #755E61 in popluar number systems.

HEX 75 5E 61
Decimal 117 94 97
Binary 1110101 1011110 1100001
Octal 165 136 141

Shades and tints

Shades of #755E61

#755E61
(117,94,97)
#6B5659
(107,86,89)
#614E51
(97,78,81)
#574649
(87,70,73)
#4D3E41
(77,62,65)
#433639
(67,54,57)
#392E31
(57,46,49)
#2F2629
(47,38,41)
#251E21
(37,30,33)
#1B1619
(27,22,25)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #755E61

#755E61
(117,94,97)
#816C6F
(129,108,111)
#8D7A7D
(141,122,125)
#99888B
(153,136,139)
#A59699
(165,150,153)
#B1A4A7
(177,164,167)
#BDB2B5
(189,178,181)
#C9C0C3
(201,192,195)
#D5CED1
(213,206,209)
#E1DCDF
(225,220,223)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755E61; }

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

This text font color is #755E61.

Background Color

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

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

This div background color is #755E61.

Border color

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

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

This div border color is #755E61.

Opacity

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

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

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

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

This text has shadow with #755E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755E61.

Preview

Color preview on black background

This text has color #755E61 on black background.


Color preview on white background

This text has color #755E61 on white background.


Black color preview on #755E61 background

This text has black color on #755E61 background.


White color preview on #755E61 background

This text has white color on #755E61 background.


Related colors

Complementary color

Complementary color for #hex is #8AA19E.


I love getcolorcode.com

Triadic colors

1 #61755E and #5E6175 with #755E61 are triadic colors.

2 #615E75 and #5E7561 with #755E61 are triadic colors.