COLOR #74828F

HEX: #74828F RGB: (116,130,143)

Color info

#74828F contains red, green and blue colors in about the same proportion. Web safe color of #74828F is #669999 (or #699).

RGB color model

#74828F color RGB value is (116,130,143).

RGB: (116,130,143) (45%, 51%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 130 of 255 = 51%
B 143 of 255 = 56%

116
130
143

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

Portions of RGB colors in percentages

R + G + B = 116 + 130 + 143 = 389 (100%)
R 116 of 389 ~ 29.82%
G 130 of 389 ~ 33.42%
B 143 of 389 ~ 36.76'%

%29.82
%33.42
%36.76

CMYK color model

#74828F color CMYK value is (19,9,0,44).

  • cyan value is 18.88%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (19,9,0,44)
C19M9Y0K44 (19%, 9%, 0%, 44%)
(0.19 / 0.09 / 0.00 / 0.44)

CMYK percentages

%18.88
%9.09
%0
%43.92

Codes

Color #74828F in popluar color models

74 82 8F
RGB 116 130 143
HSL 209° 10.76% 50.78%
HSB/HSV 209° 18.88% 56.08%
CMYK 18.88% 9.09% 0.00%
43.92%

Color #74828F in popluar number systems.

HEX 74 82 8F
Decimal 116 130 143
Binary 1110100 10000010 10001111
Octal 164 202 217

Shades and tints

Shades of #74828F

#74828F
(116,130,143)
#6A7782
(106,119,130)
#606C75
(96,108,117)
#566168
(86,97,104)
#4C565B
(76,86,91)
#424B4E
(66,75,78)
#384041
(56,64,65)
#2E3534
(46,53,52)
#242A27
(36,42,39)
#1A1F1A
(26,31,26)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #74828F

#74828F
(116,130,143)
#808D99
(128,141,153)
#8C98A3
(140,152,163)
#98A3AD
(152,163,173)
#A4AEB7
(164,174,183)
#B0B9C1
(176,185,193)
#BCC4CB
(188,196,203)
#C8CFD5
(200,207,213)
#D4DADF
(212,218,223)
#E0E5E9
(224,229,233)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74828F color. Also use rgb(116,130,143) instead hex code.

Text Font Color

.myTextColor { color: #74828F; }

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

This text font color is #74828F.

Background Color

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

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

This div background color is #74828F.

Border color

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

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

This div border color is #74828F.

Opacity

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

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

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

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

This text has shadow with #74828F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74828F.

Preview

Color preview on black background

This text has color #74828F on black background.


Color preview on white background

This text has color #74828F on white background.


Black color preview on #74828F background

This text has black color on #74828F background.


White color preview on #74828F background

This text has white color on #74828F background.


Related colors

Complementary color

Complementary color for #hex is #8B7D70.


I love getcolorcode.com

Triadic colors

1 #8F7482 and #828F74 with #74828F are triadic colors.

2 #8F8274 and #82748F with #74828F are triadic colors.