COLOR #74527B

HEX: #74527B RGB: (116,82,123)

Color info

#74527B contains red, green and blue colors in about the same proportion. Web safe color of #74527B is #666666 (or #666).

RGB color model

#74527B color RGB value is (116,82,123).

RGB: (116,82,123) (45%, 32%, 48%)

RGB channels and saturation

R 116 of 255 = 45%
G 82 of 255 = 32%
B 123 of 255 = 48%

116
82
123

R + G + B ~ 42%. #74527B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 82 + 123 = 321 (100%)
R 116 of 321 ~ 36.14%
G 82 of 321 ~ 25.55%
B 123 of 321 ~ 38.32'%

%36.14
%25.55
%38.32

CMYK color model

#74527B color CMYK value is (6,33,0,52).

  • cyan value is 5.69%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (6,33,0,52)
C6M33Y0K52 (6%, 33%, 0%, 52%)
(0.06 / 0.33 / 0.00 / 0.52)

CMYK percentages

%5.69
%33.33
%0
%51.76

Codes

Color #74527B in popluar color models

74 52 7B
RGB 116 82 123
HSL 290° 20.00% 40.20%
HSB/HSV 290° 33.33% 48.24%
CMYK 5.69% 33.33% 0.00%
51.76%

Color #74527B in popluar number systems.

HEX 74 52 7B
Decimal 116 82 123
Binary 1110100 1010010 1111011
Octal 164 122 173

Shades and tints

Shades of #74527B

#74527B
(116,82,123)
#6A4B70
(106,75,112)
#604465
(96,68,101)
#563D5A
(86,61,90)
#4C364F
(76,54,79)
#422F44
(66,47,68)
#382839
(56,40,57)
#2E212E
(46,33,46)
#241A23
(36,26,35)
#1A1318
(26,19,24)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #74527B

#74527B
(116,82,123)
#806187
(128,97,135)
#8C7093
(140,112,147)
#987F9F
(152,127,159)
#A48EAB
(164,142,171)
#B09DB7
(176,157,183)
#BCACC3
(188,172,195)
#C8BBCF
(200,187,207)
#D4CADB
(212,202,219)
#E0D9E7
(224,217,231)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74527B color. Also use rgb(116,82,123) instead hex code.

Text Font Color

.myTextColor { color: #74527B; }

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

This text font color is #74527B.

Background Color

.myBgColor { background-color: #74527B; }

<div style="background-color:#74527B">Inner text</div>

This div background color is #74527B.

Border color

.myBorderColor { border: 1px solid #74527B; }

<div style="border:3px solid #74527B">Div</div>

This div border color is #74527B.

Opacity

.myOpacity80 { color: #74527B; opacity: 0.8; }

<p style="color:#74527B;opacity:0.8;">80%</p>

Text with #74527B 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 #74527B;}

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

This text has shadow with #74527B color.


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

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

This text has shadow with #74527B primary color and red secondary color.


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

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

This text has shadow with #74527B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74527B.

Preview

Color preview on black background

This text has color #74527B on black background.


Color preview on white background

This text has color #74527B on white background.


Black color preview on #74527B background

This text has black color on #74527B background.


White color preview on #74527B background

This text has white color on #74527B background.


Related colors

Complementary color

Complementary color for #hex is #8BAD84.


I love getcolorcode.com

Triadic colors

1 #7B7452 and #527B74 with #74527B are triadic colors.

2 #7B5274 and #52747B with #74527B are triadic colors.