COLOR #748B92

HEX: #748B92 RGB: (116,139,146)

Color info

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

RGB color model

#748B92 color RGB value is (116,139,146).

RGB: (116,139,146) (45%, 55%, 57%)

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 146 of 255 = 57%

116
139
146

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

Portions of RGB colors in percentages

R + G + B = 116 + 139 + 146 = 401 (100%)
R 116 of 401 ~ 28.93%
G 139 of 401 ~ 34.66%
B 146 of 401 ~ 36.41'%

%28.93
%34.66
%36.41

CMYK color model

#748B92 color CMYK value is (21,5,0,43).

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

CMYK: (21,5,0,43)
C21M5Y0K43 (21%, 5%, 0%, 43%)
(0.21 / 0.05 / 0.00 / 0.43)

CMYK percentages

%20.55
%4.79
%0
%42.75

Codes

Color #748B92 in popluar color models

74 8B 92
RGB 116 139 146
HSL 194° 12.10% 51.37%
HSB/HSV 194° 20.55% 57.25%
CMYK 20.55% 4.79% 0.00%
42.75%

Color #748B92 in popluar number systems.

HEX 74 8B 92
Decimal 116 139 146
Binary 1110100 10001011 10010010
Octal 164 213 222

Shades and tints

Shades of #748B92

#748B92
(116,139,146)
#6A7F85
(106,127,133)
#607378
(96,115,120)
#56676B
(86,103,107)
#4C5B5E
(76,91,94)
#424F51
(66,79,81)
#384344
(56,67,68)
#2E3737
(46,55,55)
#242B2A
(36,43,42)
#1A1F1D
(26,31,29)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #748B92

#748B92
(116,139,146)
#80959B
(128,149,155)
#8C9FA4
(140,159,164)
#98A9AD
(152,169,173)
#A4B3B6
(164,179,182)
#B0BDBF
(176,189,191)
#BCC7C8
(188,199,200)
#C8D1D1
(200,209,209)
#D4DBDA
(212,219,218)
#E0E5E3
(224,229,227)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748B92; }

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

This text font color is #748B92.

Background Color

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

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

This div background color is #748B92.

Border color

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

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

This div border color is #748B92.

Opacity

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

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

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

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

This text has shadow with #748B92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748B92.

Preview

Color preview on black background

This text has color #748B92 on black background.


Color preview on white background

This text has color #748B92 on white background.


Black color preview on #748B92 background

This text has black color on #748B92 background.


White color preview on #748B92 background

This text has white color on #748B92 background.


Related colors

Complementary color

Complementary color for #hex is #8B746D.


I love getcolorcode.com

Triadic colors

1 #92748B and #8B9274 with #748B92 are triadic colors.

2 #928B74 and #8B7492 with #748B92 are triadic colors.