COLOR #74888C

HEX: #74888C
RGB: (116,136,140)

Color info

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

RGB color model

#74888C color RGB value is (116,136,140).

  • red value is 116;
  • green value is 136;
  • blue value is 140.
RGB:
(116,136,140)
(45%,53%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 140 of 255 = 55%

116
136
140

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 140 = 392 (100%)
R 116 of 392 ~ 29.59%
G 136 of 392 ~ 34.69%
B 140 of 392 ~ 35.71%

%29.59
%34.69
%35.71

CMYK color model

#74888C color CMYK value is (17,3,0,45).

  • cyan value is 17.14%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(17,3,0,45)
C17M3Y0K45 
(17%,3%,0%,45%)
(0.17/0.03/0.00/0.45)	

CMYK percentages

%17.14
%2.86
%0
%45.1

Codes

Color #74888C in popluar color models

74888C
RGB116136140
HSL190°9.45%50.20%
HSB/HSV190°17.14%54.90%
CMYK17.14%2.86%0.00%
45.10%

Color #74888C in popluar number systems.

HEX74888C
Decimal116136140
Binary11101001000100010001100
Octal164210214

Shades and tints

Shades of #74888C

#74888C
(116,136,140)
#6A7C80
(106,124,128)
#607074
(96,112,116)
#566468
(86,100,104)
#4C585C
(76,88,92)
#424C50
(66,76,80)
#384044
(56,64,68)
#2E3438
(46,52,56)
#24282C
(36,40,44)
#1A1C20
(26,28,32)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #74888C

#74888C
(116,136,140)
#809296
(128,146,150)
#8C9CA0
(140,156,160)
#98A6AA
(152,166,170)
#A4B0B4
(164,176,180)
#B0BABE
(176,186,190)
#BCC4C8
(188,196,200)
#C8CED2
(200,206,210)
#D4D8DC
(212,216,220)
#E0E2E6
(224,226,230)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74888C; }

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

This text font color is #74888C.


Background Color

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

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

This div background color is #74888C.


Border color

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

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

This div border color is #74888C.


Opacity

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

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

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

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

This text has shadow with #74888C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74888C on black background.


Color preview on white background

This text has color #74888C on white background.



Black color preview on #74888C background

This text has black color on #74888C background.


White color preview on #74888C background

This text has white color on #74888C background.