COLOR #754C7A

HEX: #754C7A RGB: (117,76,122)

Color info

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

RGB color model

#754C7A color RGB value is (117,76,122).

RGB: (117,76,122) (46%, 30%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 122 of 255 = 48%

117
76
122

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

Portions of RGB colors in percentages

R + G + B = 117 + 76 + 122 = 315 (100%)
R 117 of 315 ~ 37.14%
G 76 of 315 ~ 24.13%
B 122 of 315 ~ 38.73'%

%37.14
%24.13
%38.73

CMYK color model

#754C7A color CMYK value is (4,38,0,52).

  • cyan value is 4.10%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (4,38,0,52)
C4M38Y0K52 (4%, 38%, 0%, 52%)
(0.04 / 0.38 / 0.00 / 0.52)

CMYK percentages

%4.1
%37.7
%0
%52.16

Codes

Color #754C7A in popluar color models

75 4C 7A
RGB 117 76 122
HSL 293° 23.23% 38.82%
HSB/HSV 293° 37.70% 47.84%
CMYK 4.10% 37.70% 0.00%
52.16%

Color #754C7A in popluar number systems.

HEX 75 4C 7A
Decimal 117 76 122
Binary 1110101 1001100 1111010
Octal 165 114 172

Shades and tints

Shades of #754C7A

#754C7A
(117,76,122)
#6B466F
(107,70,111)
#614064
(97,64,100)
#573A59
(87,58,89)
#4D344E
(77,52,78)
#432E43
(67,46,67)
#392838
(57,40,56)
#2F222D
(47,34,45)
#251C22
(37,28,34)
#1B1617
(27,22,23)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #754C7A

#754C7A
(117,76,122)
#815C86
(129,92,134)
#8D6C92
(141,108,146)
#997C9E
(153,124,158)
#A58CAA
(165,140,170)
#B19CB6
(177,156,182)
#BDACC2
(189,172,194)
#C9BCCE
(201,188,206)
#D5CCDA
(213,204,218)
#E1DCE6
(225,220,230)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754C7A; }

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

This text font color is #754C7A.

Background Color

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

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

This div background color is #754C7A.

Border color

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

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

This div border color is #754C7A.

Opacity

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

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

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

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

This text has shadow with #754C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #754C7A.

Preview

Color preview on black background

This text has color #754C7A on black background.


Color preview on white background

This text has color #754C7A on white background.


Black color preview on #754C7A background

This text has black color on #754C7A background.


White color preview on #754C7A background

This text has white color on #754C7A background.


Related colors

Complementary color

Complementary color for #hex is #8AB385.


I love getcolorcode.com

Triadic colors

1 #7A754C and #4C7A75 with #754C7A are triadic colors.

2 #7A4C75 and #4C757A with #754C7A are triadic colors.