COLOR #74567F

HEX: #74567F RGB: (116,86,127)

Color info

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

RGB color model

#74567F color RGB value is (116,86,127).

RGB: (116,86,127) (45%, 34%, 50%)

RGB channels and saturation

R 116 of 255 = 45%
G 86 of 255 = 34%
B 127 of 255 = 50%

116
86
127

R + G + B ~ 43%. #74567F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 86 + 127 = 329 (100%)
R 116 of 329 ~ 35.26%
G 86 of 329 ~ 26.14%
B 127 of 329 ~ 38.6'%

%35.26
%26.14
%38.6

CMYK color model

#74567F color CMYK value is (9,32,0,50).

  • cyan value is 8.66%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (9,32,0,50)
C9M32Y0K50 (9%, 32%, 0%, 50%)
(0.09 / 0.32 / 0.00 / 0.50)

CMYK percentages

%8.66
%32.28
%0
%50.2

Codes

Color #74567F in popluar color models

74 56 7F
RGB 116 86 127
HSL 284° 19.25% 41.76%
HSB/HSV 284° 32.28% 49.80%
CMYK 8.66% 32.28% 0.00%
50.20%

Color #74567F in popluar number systems.

HEX 74 56 7F
Decimal 116 86 127
Binary 1110100 1010110 1111111
Octal 164 126 177

Shades and tints

Shades of #74567F

#74567F
(116,86,127)
#6A4F74
(106,79,116)
#604869
(96,72,105)
#56415E
(86,65,94)
#4C3A53
(76,58,83)
#423348
(66,51,72)
#382C3D
(56,44,61)
#2E2532
(46,37,50)
#241E27
(36,30,39)
#1A171C
(26,23,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #74567F

#74567F
(116,86,127)
#80658A
(128,101,138)
#8C7495
(140,116,149)
#9883A0
(152,131,160)
#A492AB
(164,146,171)
#B0A1B6
(176,161,182)
#BCB0C1
(188,176,193)
#C8BFCC
(200,191,204)
#D4CED7
(212,206,215)
#E0DDE2
(224,221,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74567F color. Also use rgb(116,86,127) instead hex code.

Text Font Color

.myTextColor { color: #74567F; }

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

This text font color is #74567F.

Background Color

.myBgColor { background-color: #74567F; }

<div style="background-color:#74567F">Inner text</div>

This div background color is #74567F.

Border color

.myBorderColor { border: 1px solid #74567F; }

<div style="border:3px solid #74567F">Div</div>

This div border color is #74567F.

Opacity

.myOpacity80 { color: #74567F; opacity: 0.8; }

<p style="color:#74567F;opacity:0.8;">80%</p>

Text with #74567F 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 #74567F;}

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

This text has shadow with #74567F color.


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

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

This text has shadow with #74567F primary color and red secondary color.


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

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

This text has shadow with #74567F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74567F.

Preview

Color preview on black background

This text has color #74567F on black background.


Color preview on white background

This text has color #74567F on white background.


Black color preview on #74567F background

This text has black color on #74567F background.


White color preview on #74567F background

This text has white color on #74567F background.


Related colors

Complementary color

Complementary color for #hex is #8BA980.


I love getcolorcode.com

Triadic colors

1 #7F7456 and #567F74 with #74567F are triadic colors.

2 #7F5674 and #56747F with #74567F are triadic colors.