COLOR #73748C

HEX: #73748C RGB: (115,116,140)

Color info

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

RGB color model

#73748C color RGB value is (115,116,140).

RGB: (115,116,140) (45%, 45%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 140 of 255 = 55%

115
116
140

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

Portions of RGB colors in percentages

R + G + B = 115 + 116 + 140 = 371 (100%)
R 115 of 371 ~ 31%
G 116 of 371 ~ 31.27%
B 140 of 371 ~ 37.74'%

%31
%31.27
%37.74

CMYK color model

#73748C color CMYK value is (18,17,0,45).

  • cyan value is 17.86%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (18,17,0,45)
C18M17Y0K45 (18%, 17%, 0%, 45%)
(0.18 / 0.17 / 0.00 / 0.45)

CMYK percentages

%17.86
%17.14
%0
%45.1

Codes

Color #73748C in popluar color models

73 74 8C
RGB 115 116 140
HSL 238° 9.80% 50.00%
HSB/HSV 238° 17.86% 54.90%
CMYK 17.86% 17.14% 0.00%
45.10%

Color #73748C in popluar number systems.

HEX 73 74 8C
Decimal 115 116 140
Binary 1110011 1110100 10001100
Octal 163 164 214

Shades and tints

Shades of #73748C

#73748C
(115,116,140)
#696A80
(105,106,128)
#5F6074
(95,96,116)
#555668
(85,86,104)
#4B4C5C
(75,76,92)
#414250
(65,66,80)
#373844
(55,56,68)
#2D2E38
(45,46,56)
#23242C
(35,36,44)
#191A20
(25,26,32)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #73748C

#73748C
(115,116,140)
#7F8096
(127,128,150)
#8B8CA0
(139,140,160)
#9798AA
(151,152,170)
#A3A4B4
(163,164,180)
#AFB0BE
(175,176,190)
#BBBCC8
(187,188,200)
#C7C8D2
(199,200,210)
#D3D4DC
(211,212,220)
#DFE0E6
(223,224,230)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73748C; }

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

This text font color is #73748C.

Background Color

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

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

This div background color is #73748C.

Border color

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

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

This div border color is #73748C.

Opacity

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

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

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

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

This text has shadow with #73748C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73748C.

Preview

Color preview on black background

This text has color #73748C on black background.


Color preview on white background

This text has color #73748C on white background.


Black color preview on #73748C background

This text has black color on #73748C background.


White color preview on #73748C background

This text has white color on #73748C background.


Related colors

Complementary color

Complementary color for #hex is #8C8B73.


I love getcolorcode.com

Triadic colors

1 #8C7374 and #748C73 with #73748C are triadic colors.

2 #8C7473 and #74738C with #73748C are triadic colors.