COLOR #754C6D

HEX: #754C6D RGB: (117,76,109)

Color info

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

RGB color model

#754C6D color RGB value is (117,76,109).

RGB: (117,76,109) (46%, 30%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 109 of 255 = 43%

117
76
109

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

Portions of RGB colors in percentages

R + G + B = 117 + 76 + 109 = 302 (100%)
R 117 of 302 ~ 38.74%
G 76 of 302 ~ 25.17%
B 109 of 302 ~ 36.09'%

%38.74
%25.17
%36.09

CMYK color model

#754C6D color CMYK value is (0,35,7,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 6.84%
  • key color value is 54.12%

CMYK: (0,35,7,54)
C0M35Y7K54 (0%, 35%, 7%, 54%)
(0.00 / 0.35 / 0.07 / 0.54)

CMYK percentages

%0
%35.04
%6.84
%54.12

Codes

Color #754C6D in popluar color models

75 4C 6D
RGB 117 76 109
HSL 312° 21.24% 37.84%
HSB/HSV 312° 35.04% 45.88%
CMYK 0.00% 35.04% 6.84%
54.12%

Color #754C6D in popluar number systems.

HEX 75 4C 6D
Decimal 117 76 109
Binary 1110101 1001100 1101101
Octal 165 114 155

Shades and tints

Shades of #754C6D

#754C6D
(117,76,109)
#6B4664
(107,70,100)
#61405B
(97,64,91)
#573A52
(87,58,82)
#4D3449
(77,52,73)
#432E40
(67,46,64)
#392837
(57,40,55)
#2F222E
(47,34,46)
#251C25
(37,28,37)
#1B161C
(27,22,28)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #754C6D

#754C6D
(117,76,109)
#815C7A
(129,92,122)
#8D6C87
(141,108,135)
#997C94
(153,124,148)
#A58CA1
(165,140,161)
#B19CAE
(177,156,174)
#BDACBB
(189,172,187)
#C9BCC8
(201,188,200)
#D5CCD5
(213,204,213)
#E1DCE2
(225,220,226)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754C6D; }

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

This text font color is #754C6D.

Background Color

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

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

This div background color is #754C6D.

Border color

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

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

This div border color is #754C6D.

Opacity

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

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

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

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

This text has shadow with #754C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #754C6D.

Preview

Color preview on black background

This text has color #754C6D on black background.


Color preview on white background

This text has color #754C6D on white background.


Black color preview on #754C6D background

This text has black color on #754C6D background.


White color preview on #754C6D background

This text has white color on #754C6D background.


Related colors

Complementary color

Complementary color for #hex is #8AB392.


I love getcolorcode.com

Triadic colors

1 #6D754C and #4C6D75 with #754C6D are triadic colors.

2 #6D4C75 and #4C756D with #754C6D are triadic colors.