COLOR #754C5F

HEX: #754C5F RGB: (117,76,95)

Color info

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

RGB color model

#754C5F color RGB value is (117,76,95).

RGB: (117,76,95) (46%, 30%, 37%)

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 95 of 255 = 37%

117
76
95

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

Portions of RGB colors in percentages

R + G + B = 117 + 76 + 95 = 288 (100%)
R 117 of 288 ~ 40.63%
G 76 of 288 ~ 26.39%
B 95 of 288 ~ 32.99'%

%40.63
%26.39
%32.99

CMYK color model

#754C5F color CMYK value is (0,35,19,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 18.80%
  • key color value is 54.12%
CMYK: (0,35,19,54) C0M35Y19K54 (0%,35%,19%,54%) (0.00/0.35/0.19/0.54) 

CMYK percentages

%0
%35.04
%18.8
%54.12

Codes

Color #754C5F in popluar color models

75 4C 5F
RGB 117 76 95
HSL 332° 21.24% 37.84%
HSB/HSV 332° 35.04% 45.88%
CMYK 0.00% 35.04% 18.80%
54.12%

Color #754C5F in popluar number systems.

HEX 75 4C 5F
Decimal 117 76 95
Binary 1110101 1001100 1011111
Octal 165 114 137

Shades and tints

Shades of #754C5F

#754C5F
(117,76,95)
#6B4657
(107,70,87)
#61404F
(97,64,79)
#573A47
(87,58,71)
#4D343F
(77,52,63)
#432E37
(67,46,55)
#39282F
(57,40,47)
#2F2227
(47,34,39)
#251C1F
(37,28,31)
#1B1617
(27,22,23)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #754C5F

#754C5F
(117,76,95)
#815C6D
(129,92,109)
#8D6C7B
(141,108,123)
#997C89
(153,124,137)
#A58C97
(165,140,151)
#B19CA5
(177,156,165)
#BDACB3
(189,172,179)
#C9BCC1
(201,188,193)
#D5CCCF
(213,204,207)
#E1DCDD
(225,220,221)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754C5F color. Also use rgb(117,76,95) instead hex code.

Text Font Color

.myTextColor { color: #754C5F; }

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

This text font color is #754C5F.

Background Color

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

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

This div background color is #754C5F.

Border color

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

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

This div border color is #754C5F.

Opacity

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

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

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

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

This text has shadow with #754C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #754C5F.

Preview

Color preview on black background

This text has color #754C5F on black background.


Color preview on white background

This text has color #754C5F on white background.


Black color preview on #754C5F background

This text has black color on #754C5F background.


White color preview on #754C5F background

This text has white color on #754C5F background.


Related colors

Complementary color

Complementary color for #hex is #8AB3A0.


I love getcolorcode.com

Triadic colors

1 #5F754C and #4C5F75 with #754C5F are triadic colors.

2 #5F4C75 and #4C755F with #754C5F are triadic colors.