COLOR #74818A

HEX: #74818A RGB: (116,129,138)

Color info

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

RGB color model

#74818A color RGB value is (116,129,138).

RGB: (116,129,138) (45%, 51%, 54%)

RGB channels and saturation

R 116 of 255 = 45%
G 129 of 255 = 51%
B 138 of 255 = 54%

116
129
138

R + G + B ~ 50%. #74818A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 129 + 138 = 383 (100%)
R 116 of 383 ~ 30.29%
G 129 of 383 ~ 33.68%
B 138 of 383 ~ 36.03'%

%30.29
%33.68
%36.03

CMYK color model

#74818A color CMYK value is (16,7,0,46).

  • cyan value is 15.94%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (16,7,0,46)
C16M7Y0K46 (16%, 7%, 0%, 46%)
(0.16 / 0.07 / 0.00 / 0.46)

CMYK percentages

%15.94
%6.52
%0
%45.88

Codes

Color #74818A in popluar color models

74 81 8A
RGB 116 129 138
HSL 205° 8.66% 49.80%
HSB/HSV 205° 15.94% 54.12%
CMYK 15.94% 6.52% 0.00%
45.88%

Color #74818A in popluar number systems.

HEX 74 81 8A
Decimal 116 129 138
Binary 1110100 10000001 10001010
Octal 164 201 212

Shades and tints

Shades of #74818A

#74818A
(116,129,138)
#6A767E
(106,118,126)
#606B72
(96,107,114)
#566066
(86,96,102)
#4C555A
(76,85,90)
#424A4E
(66,74,78)
#383F42
(56,63,66)
#2E3436
(46,52,54)
#24292A
(36,41,42)
#1A1E1E
(26,30,30)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #74818A

#74818A
(116,129,138)
#808C94
(128,140,148)
#8C979E
(140,151,158)
#98A2A8
(152,162,168)
#A4ADB2
(164,173,178)
#B0B8BC
(176,184,188)
#BCC3C6
(188,195,198)
#C8CED0
(200,206,208)
#D4D9DA
(212,217,218)
#E0E4E4
(224,228,228)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74818A color. Also use rgb(116,129,138) instead hex code.

Text Font Color

.myTextColor { color: #74818A; }

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

This text font color is #74818A.

Background Color

.myBgColor { background-color: #74818A; }

<div style="background-color:#74818A">Inner text</div>

This div background color is #74818A.

Border color

.myBorderColor { border: 1px solid #74818A; }

<div style="border:3px solid #74818A">Div</div>

This div border color is #74818A.

Opacity

.myOpacity80 { color: #74818A; opacity: 0.8; }

<p style="color:#74818A;opacity:0.8;">80%</p>

Text with #74818A 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 #74818A;}

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

This text has shadow with #74818A color.


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

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

This text has shadow with #74818A primary color and red secondary color.


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

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

This text has shadow with #74818A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74818A.

Preview

Color preview on black background

This text has color #74818A on black background.


Color preview on white background

This text has color #74818A on white background.


Black color preview on #74818A background

This text has black color on #74818A background.


White color preview on #74818A background

This text has white color on #74818A background.


Related colors

Complementary color

Complementary color for #hex is #8B7E75.


I love getcolorcode.com

Triadic colors

1 #8A7481 and #818A74 with #74818A are triadic colors.

2 #8A8174 and #81748A with #74818A are triadic colors.