COLOR #74929A

HEX: #74929A
RGB: (116,146,154)

Color info

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

RGB color model

#74929A color RGB value is (116,146,154).

  • red value is 116;
  • green value is 146;
  • blue value is 154.
RGB:
(116,146,154)
(45%,57%,60%)

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 154 of 255 = 60%

116
146
154

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

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 154 = 416 (100%)
R 116 of 416 ~ 27.88%
G 146 of 416 ~ 35.1%
B 154 of 416 ~ 37.02%

%27.88
%35.1
%37.02

CMYK color model

#74929A color CMYK value is (25,5,0,40).

  • cyan value is 24.68%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(25,5,0,40)
C25M5Y0K40 
(25%,5%,0%,40%)
(0.25/0.05/0.00/0.40)	

CMYK percentages

%24.68
%5.19
%0
%39.61

Codes

Color #74929A in popluar color models

74929A
RGB116146154
HSL193°15.83%52.94%
HSB/HSV193°24.68%60.39%
CMYK24.68%5.19%0.00%
39.61%

Color #74929A in popluar number systems.

HEX74929A
Decimal116146154
Binary11101001001001010011010
Octal164222232

Shades and tints

Shades of #74929A

#74929A
(116,146,154)
#6A858C
(106,133,140)
#60787E
(96,120,126)
#566B70
(86,107,112)
#4C5E62
(76,94,98)
#425154
(66,81,84)
#384446
(56,68,70)
#2E3738
(46,55,56)
#242A2A
(36,42,42)
#1A1D1C
(26,29,28)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #74929A

#74929A
(116,146,154)
#809BA3
(128,155,163)
#8CA4AC
(140,164,172)
#98ADB5
(152,173,181)
#A4B6BE
(164,182,190)
#B0BFC7
(176,191,199)
#BCC8D0
(188,200,208)
#C8D1D9
(200,209,217)
#D4DAE2
(212,218,226)
#E0E3EB
(224,227,235)
#ECECF4
(236,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74929A color. Also use rgb(116,146,154) instead hex code.

Text Font Color

.myTextColor { color: #74929A; }

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

This text font color is #74929A.


Background Color

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

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

This div background color is #74929A.


Border color

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

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

This div border color is #74929A.


Opacity

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

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

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

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

This text has shadow with #74929A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74929A on black background.


Color preview on white background

This text has color #74929A on white background.



Black color preview on #74929A background

This text has black color on #74929A background.


White color preview on #74929A background

This text has white color on #74929A background.