COLOR #74908C

HEX: #74908C RGB: (116,144,140)

Color info

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

RGB color model

#74908C color RGB value is (116,144,140).

RGB: (116,144,140) (45%, 56%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 140 of 255 = 55%

116
144
140

R + G + B ~ 52%. #74908C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 144 + 140 = 400 (100%)
R 116 of 400 ~ 29%
G 144 of 400 ~ 36%
B 140 of 400 ~ 35'%

%29
%36
%35

CMYK color model

#74908C color CMYK value is (19,0,3,44).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 43.53%

CMYK: (19,0,3,44)
C19M0Y3K44 (19%, 0%, 3%, 44%)
(0.19 / 0.00 / 0.03 / 0.44)

CMYK percentages

%19.44
%0
%2.78
%43.53

Codes

Color #74908C in popluar color models

74 90 8C
RGB 116 144 140
HSL 171° 11.20% 50.98%
HSB/HSV 171° 19.44% 56.47%
CMYK 19.44% 0.00% 2.78%
43.53%

Color #74908C in popluar number systems.

HEX 74 90 8C
Decimal 116 144 140
Binary 1110100 10010000 10001100
Octal 164 220 214

Shades and tints

Shades of #74908C

#74908C
(116,144,140)
#6A8380
(106,131,128)
#607674
(96,118,116)
#566968
(86,105,104)
#4C5C5C
(76,92,92)
#424F50
(66,79,80)
#384244
(56,66,68)
#2E3538
(46,53,56)
#24282C
(36,40,44)
#1A1B20
(26,27,32)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #74908C

#74908C
(116,144,140)
#809A96
(128,154,150)
#8CA4A0
(140,164,160)
#98AEAA
(152,174,170)
#A4B8B4
(164,184,180)
#B0C2BE
(176,194,190)
#BCCCC8
(188,204,200)
#C8D6D2
(200,214,210)
#D4E0DC
(212,224,220)
#E0EAE6
(224,234,230)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74908C color. Also use rgb(116,144,140) instead hex code.

Text Font Color

.myTextColor { color: #74908C; }

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

This text font color is #74908C.

Background Color

.myBgColor { background-color: #74908C; }

<div style="background-color:#74908C">Inner text</div>

This div background color is #74908C.

Border color

.myBorderColor { border: 1px solid #74908C; }

<div style="border:3px solid #74908C">Div</div>

This div border color is #74908C.

Opacity

.myOpacity80 { color: #74908C; opacity: 0.8; }

<p style="color:#74908C;opacity:0.8;">80%</p>

Text with #74908C 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 #74908C;}

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

This text has shadow with #74908C color.


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

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

This text has shadow with #74908C primary color and red secondary color.


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

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

This text has shadow with #74908C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74908C.

Preview

Color preview on black background

This text has color #74908C on black background.


Color preview on white background

This text has color #74908C on white background.


Black color preview on #74908C background

This text has black color on #74908C background.


White color preview on #74908C background

This text has white color on #74908C background.


Related colors

Complementary color

Complementary color for #hex is #8B6F73.


I love getcolorcode.com

Triadic colors

1 #8C7490 and #908C74 with #74908C are triadic colors.

2 #8C9074 and #90748C with #74908C are triadic colors.