COLOR #754D5E

HEX: #754D5E RGB: (117,77,94)

Color info

#754D5E contains red, green and blue colors in about the same proportion. Web safe color of #754D5E is #663366 (or #636).

RGB color model

#754D5E color RGB value is (117,77,94).

RGB: (117,77,94) (46%, 30%, 37%)

RGB channels and saturation

R 117 of 255 = 46%
G 77 of 255 = 30%
B 94 of 255 = 37%

117
77
94

R + G + B ~ 38%. #754D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 77 + 94 = 288 (100%)
R 117 of 288 ~ 40.63%
G 77 of 288 ~ 26.74%
B 94 of 288 ~ 32.64'%

%40.63
%26.74
%32.64

CMYK color model

#754D5E color CMYK value is (0,34,20,54).

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

CMYK: (0,34,20,54)
C0M34Y20K54 (0%, 34%, 20%, 54%)
(0.00 / 0.34 / 0.20 / 0.54)

CMYK percentages

%0
%34.19
%19.66
%54.12

Codes

Color #754D5E in popluar color models

75 4D 5E
RGB 117 77 94
HSL 335° 20.62% 38.04%
HSB/HSV 335° 34.19% 45.88%
CMYK 0.00% 34.19% 19.66%
54.12%

Color #754D5E in popluar number systems.

HEX 75 4D 5E
Decimal 117 77 94
Binary 1110101 1001101 1011110
Octal 165 115 136

Shades and tints

Shades of #754D5E

#754D5E
(117,77,94)
#6B4656
(107,70,86)
#613F4E
(97,63,78)
#573846
(87,56,70)
#4D313E
(77,49,62)
#432A36
(67,42,54)
#39232E
(57,35,46)
#2F1C26
(47,28,38)
#25151E
(37,21,30)
#1B0E16
(27,14,22)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #754D5E

#754D5E
(117,77,94)
#815D6C
(129,93,108)
#8D6D7A
(141,109,122)
#997D88
(153,125,136)
#A58D96
(165,141,150)
#B19DA4
(177,157,164)
#BDADB2
(189,173,178)
#C9BDC0
(201,189,192)
#D5CDCE
(213,205,206)
#E1DDDC
(225,221,220)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754D5E color. Also use rgb(117,77,94) instead hex code.

Text Font Color

.myTextColor { color: #754D5E; }

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

This text font color is #754D5E.

Background Color

.myBgColor { background-color: #754D5E; }

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

This div background color is #754D5E.

Border color

.myBorderColor { border: 1px solid #754D5E; }

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

This div border color is #754D5E.

Opacity

.myOpacity80 { color: #754D5E; opacity: 0.8; }

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

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

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

This text has shadow with #754D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #754D5E.

Preview

Color preview on black background

This text has color #754D5E on black background.


Color preview on white background

This text has color #754D5E on white background.


Black color preview on #754D5E background

This text has black color on #754D5E background.


White color preview on #754D5E background

This text has white color on #754D5E background.


Related colors

Complementary color

Complementary color for #hex is #8AB2A1.


I love getcolorcode.com

Triadic colors

1 #5E754D and #4D5E75 with #754D5E are triadic colors.

2 #5E4D75 and #4D755E with #754D5E are triadic colors.