COLOR #74507E

HEX: #74507E RGB: (116,80,126)

Color info

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

RGB color model

#74507E color RGB value is (116,80,126).

RGB: (116,80,126) (45%, 31%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 80 of 255 = 31%
B 126 of 255 = 49%

116
80
126

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

Portions of RGB colors in percentages

R + G + B = 116 + 80 + 126 = 322 (100%)
R 116 of 322 ~ 36.02%
G 80 of 322 ~ 24.84%
B 126 of 322 ~ 39.13'%

%36.02
%24.84
%39.13

CMYK color model

#74507E color CMYK value is (8,37,0,51).

  • cyan value is 7.94%
  • magenta value is 36.51%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (8,37,0,51)
C8M37Y0K51 (8%, 37%, 0%, 51%)
(0.08 / 0.37 / 0.00 / 0.51)

CMYK percentages

%7.94
%36.51
%0
%50.59

Codes

Color #74507E in popluar color models

74 50 7E
RGB 116 80 126
HSL 287° 22.33% 40.39%
HSB/HSV 287° 36.51% 49.41%
CMYK 7.94% 36.51% 0.00%
50.59%

Color #74507E in popluar number systems.

HEX 74 50 7E
Decimal 116 80 126
Binary 1110100 1010000 1111110
Octal 164 120 176

Shades and tints

Shades of #74507E

#74507E
(116,80,126)
#6A4973
(106,73,115)
#604268
(96,66,104)
#563B5D
(86,59,93)
#4C3452
(76,52,82)
#422D47
(66,45,71)
#38263C
(56,38,60)
#2E1F31
(46,31,49)
#241826
(36,24,38)
#1A111B
(26,17,27)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #74507E

#74507E
(116,80,126)
#805F89
(128,95,137)
#8C6E94
(140,110,148)
#987D9F
(152,125,159)
#A48CAA
(164,140,170)
#B09BB5
(176,155,181)
#BCAAC0
(188,170,192)
#C8B9CB
(200,185,203)
#D4C8D6
(212,200,214)
#E0D7E1
(224,215,225)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74507E color. Also use rgb(116,80,126) instead hex code.

Text Font Color

.myTextColor { color: #74507E; }

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

This text font color is #74507E.

Background Color

.myBgColor { background-color: #74507E; }

<div style="background-color:#74507E">Inner text</div>

This div background color is #74507E.

Border color

.myBorderColor { border: 1px solid #74507E; }

<div style="border:3px solid #74507E">Div</div>

This div border color is #74507E.

Opacity

.myOpacity80 { color: #74507E; opacity: 0.8; }

<p style="color:#74507E;opacity:0.8;">80%</p>

Text with #74507E 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 #74507E;}

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

This text has shadow with #74507E color.


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

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

This text has shadow with #74507E primary color and red secondary color.


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

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

This text has shadow with #74507E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74507E.

Preview

Color preview on black background

This text has color #74507E on black background.


Color preview on white background

This text has color #74507E on white background.


Black color preview on #74507E background

This text has black color on #74507E background.


White color preview on #74507E background

This text has white color on #74507E background.


Related colors

Complementary color

Complementary color for #hex is #8BAF81.


I love getcolorcode.com

Triadic colors

1 #7E7450 and #507E74 with #74507E are triadic colors.

2 #7E5074 and #50747E with #74507E are triadic colors.