COLOR #747B92

HEX: #747B92 RGB: (116,123,146)

Color info

#747B92 contains red, green and blue colors in about the same proportion. Web safe color of #747B92 is #666699 (or #669).

RGB color model

#747B92 color RGB value is (116,123,146).

RGB: (116,123,146) (45%, 48%, 57%)

RGB channels and saturation

R 116 of 255 = 45%
G 123 of 255 = 48%
B 146 of 255 = 57%

116
123
146

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

Portions of RGB colors in percentages

R + G + B = 116 + 123 + 146 = 385 (100%)
R 116 of 385 ~ 30.13%
G 123 of 385 ~ 31.95%
B 146 of 385 ~ 37.92'%

%30.13
%31.95
%37.92

CMYK color model

#747B92 color CMYK value is (21,16,0,43).

  • cyan value is 20.55%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (21,16,0,43)
C21M16Y0K43 (21%, 16%, 0%, 43%)
(0.21 / 0.16 / 0.00 / 0.43)

CMYK percentages

%20.55
%15.75
%0
%42.75

Codes

Color #747B92 in popluar color models

74 7B 92
RGB 116 123 146
HSL 226° 12.10% 51.37%
HSB/HSV 226° 20.55% 57.25%
CMYK 20.55% 15.75% 0.00%
42.75%

Color #747B92 in popluar number systems.

HEX 74 7B 92
Decimal 116 123 146
Binary 1110100 1111011 10010010
Octal 164 173 222

Shades and tints

Shades of #747B92

#747B92
(116,123,146)
#6A7085
(106,112,133)
#606578
(96,101,120)
#565A6B
(86,90,107)
#4C4F5E
(76,79,94)
#424451
(66,68,81)
#383944
(56,57,68)
#2E2E37
(46,46,55)
#24232A
(36,35,42)
#1A181D
(26,24,29)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #747B92

#747B92
(116,123,146)
#80879B
(128,135,155)
#8C93A4
(140,147,164)
#989FAD
(152,159,173)
#A4ABB6
(164,171,182)
#B0B7BF
(176,183,191)
#BCC3C8
(188,195,200)
#C8CFD1
(200,207,209)
#D4DBDA
(212,219,218)
#E0E7E3
(224,231,227)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747B92 color. Also use rgb(116,123,146) instead hex code.

Text Font Color

.myTextColor { color: #747B92; }

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

This text font color is #747B92.

Background Color

.myBgColor { background-color: #747B92; }

<div style="background-color:#747B92">Inner text</div>

This div background color is #747B92.

Border color

.myBorderColor { border: 1px solid #747B92; }

<div style="border:3px solid #747B92">Div</div>

This div border color is #747B92.

Opacity

.myOpacity80 { color: #747B92; opacity: 0.8; }

<p style="color:#747B92;opacity:0.8;">80%</p>

Text with #747B92 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 #747B92;}

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

This text has shadow with #747B92 color.


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

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

This text has shadow with #747B92 primary color and red secondary color.


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

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

This text has shadow with #747B92 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #747B92.

Preview

Color preview on black background

This text has color #747B92 on black background.


Color preview on white background

This text has color #747B92 on white background.


Black color preview on #747B92 background

This text has black color on #747B92 background.


White color preview on #747B92 background

This text has white color on #747B92 background.


Related colors

Complementary color

Complementary color for #hex is #8B846D.


I love getcolorcode.com

Triadic colors

1 #92747B and #7B9274 with #747B92 are triadic colors.

2 #927B74 and #7B7492 with #747B92 are triadic colors.