COLOR #755D6E

HEX: #755D6E RGB: (117,93,110)

Color info

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

RGB color model

#755D6E color RGB value is (117,93,110).

RGB: (117,93,110) (46%, 36%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 93 of 255 = 36%
B 110 of 255 = 43%

117
93
110

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

Portions of RGB colors in percentages

R + G + B = 117 + 93 + 110 = 320 (100%)
R 117 of 320 ~ 36.56%
G 93 of 320 ~ 29.06%
B 110 of 320 ~ 34.38'%

%36.56
%29.06
%34.38

CMYK color model

#755D6E color CMYK value is (0,21,6,54).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 5.98%
  • key color value is 54.12%

CMYK: (0,21,6,54)
C0M21Y6K54 (0%, 21%, 6%, 54%)
(0.00 / 0.21 / 0.06 / 0.54)

CMYK percentages

%0
%20.51
%5.98
%54.12

Codes

Color #755D6E in popluar color models

75 5D 6E
RGB 117 93 110
HSL 318° 11.43% 41.18%
HSB/HSV 318° 20.51% 45.88%
CMYK 0.00% 20.51% 5.98%
54.12%

Color #755D6E in popluar number systems.

HEX 75 5D 6E
Decimal 117 93 110
Binary 1110101 1011101 1101110
Octal 165 135 156

Shades and tints

Shades of #755D6E

#755D6E
(117,93,110)
#6B5564
(107,85,100)
#614D5A
(97,77,90)
#574550
(87,69,80)
#4D3D46
(77,61,70)
#43353C
(67,53,60)
#392D32
(57,45,50)
#2F2528
(47,37,40)
#251D1E
(37,29,30)
#1B1514
(27,21,20)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #755D6E

#755D6E
(117,93,110)
#816B7B
(129,107,123)
#8D7988
(141,121,136)
#998795
(153,135,149)
#A595A2
(165,149,162)
#B1A3AF
(177,163,175)
#BDB1BC
(189,177,188)
#C9BFC9
(201,191,201)
#D5CDD6
(213,205,214)
#E1DBE3
(225,219,227)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755D6E color. Also use rgb(117,93,110) instead hex code.

Text Font Color

.myTextColor { color: #755D6E; }

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

This text font color is #755D6E.

Background Color

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

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

This div background color is #755D6E.

Border color

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

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

This div border color is #755D6E.

Opacity

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

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

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

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

This text has shadow with #755D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755D6E.

Preview

Color preview on black background

This text has color #755D6E on black background.


Color preview on white background

This text has color #755D6E on white background.


Black color preview on #755D6E background

This text has black color on #755D6E background.


White color preview on #755D6E background

This text has white color on #755D6E background.


Related colors

Complementary color

Complementary color for #hex is #8AA291.


I love getcolorcode.com

Triadic colors

1 #6E755D and #5D6E75 with #755D6E are triadic colors.

2 #6E5D75 and #5D756E with #755D6E are triadic colors.