COLOR #754A6D

HEX: #754A6D RGB: (117,74,109)

Color info

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

RGB color model

#754A6D color RGB value is (117,74,109).

RGB: (117,74,109) (46%, 29%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 74 of 255 = 29%
B 109 of 255 = 43%

117
74
109

R + G + B ~ 39%. #754A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 74 + 109 = 300 (100%)
R 117 of 300 ~ 39%
G 74 of 300 ~ 24.67%
B 109 of 300 ~ 36.33'%

%39
%24.67
%36.33

CMYK color model

#754A6D color CMYK value is (0,37,7,54).

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

CMYK: (0,37,7,54)
C0M37Y7K54 (0%, 37%, 7%, 54%)
(0.00 / 0.37 / 0.07 / 0.54)

CMYK percentages

%0
%36.75
%6.84
%54.12

Codes

Color #754A6D in popluar color models

75 4A 6D
RGB 117 74 109
HSL 311° 22.51% 37.45%
HSB/HSV 311° 36.75% 45.88%
CMYK 0.00% 36.75% 6.84%
54.12%

Color #754A6D in popluar number systems.

HEX 75 4A 6D
Decimal 117 74 109
Binary 1110101 1001010 1101101
Octal 165 112 155

Shades and tints

Shades of #754A6D

#754A6D
(117,74,109)
#6B4464
(107,68,100)
#613E5B
(97,62,91)
#573852
(87,56,82)
#4D3249
(77,50,73)
#432C40
(67,44,64)
#392637
(57,38,55)
#2F202E
(47,32,46)
#251A25
(37,26,37)
#1B141C
(27,20,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #754A6D

#754A6D
(117,74,109)
#815A7A
(129,90,122)
#8D6A87
(141,106,135)
#997A94
(153,122,148)
#A58AA1
(165,138,161)
#B19AAE
(177,154,174)
#BDAABB
(189,170,187)
#C9BAC8
(201,186,200)
#D5CAD5
(213,202,213)
#E1DAE2
(225,218,226)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754A6D; }

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

This text font color is #754A6D.

Background Color

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

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

This div background color is #754A6D.

Border color

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

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

This div border color is #754A6D.

Opacity

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

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

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

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

This text has shadow with #754A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #754A6D.

Preview

Color preview on black background

This text has color #754A6D on black background.


Color preview on white background

This text has color #754A6D on white background.


Black color preview on #754A6D background

This text has black color on #754A6D background.


White color preview on #754A6D background

This text has white color on #754A6D background.


Related colors

Complementary color

Complementary color for #hex is #8AB592.


I love getcolorcode.com

Triadic colors

1 #6D754A and #4A6D75 with #754A6D are triadic colors.

2 #6D4A75 and #4A756D with #754A6D are triadic colors.