COLOR #73768C

HEX: #73768C RGB: (115,118,140)

Color info

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

RGB color model

#73768C color RGB value is (115,118,140).

RGB: (115,118,140) (45%, 46%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 118 of 255 = 46%
B 140 of 255 = 55%

115
118
140

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

Portions of RGB colors in percentages

R + G + B = 115 + 118 + 140 = 373 (100%)
R 115 of 373 ~ 30.83%
G 118 of 373 ~ 31.64%
B 140 of 373 ~ 37.53'%

%30.83
%31.64
%37.53

CMYK color model

#73768C color CMYK value is (18,16,0,45).

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

CMYK: (18,16,0,45)
C18M16Y0K45 (18%, 16%, 0%, 45%)
(0.18 / 0.16 / 0.00 / 0.45)

CMYK percentages

%17.86
%15.71
%0
%45.1

Codes

Color #73768C in popluar color models

73 76 8C
RGB 115 118 140
HSL 233° 9.80% 50.00%
HSB/HSV 233° 17.86% 54.90%
CMYK 17.86% 15.71% 0.00%
45.10%

Color #73768C in popluar number systems.

HEX 73 76 8C
Decimal 115 118 140
Binary 1110011 1110110 10001100
Octal 163 166 214

Shades and tints

Shades of #73768C

#73768C
(115,118,140)
#696C80
(105,108,128)
#5F6274
(95,98,116)
#555868
(85,88,104)
#4B4E5C
(75,78,92)
#414450
(65,68,80)
#373A44
(55,58,68)
#2D3038
(45,48,56)
#23262C
(35,38,44)
#191C20
(25,28,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #73768C

#73768C
(115,118,140)
#7F8296
(127,130,150)
#8B8EA0
(139,142,160)
#979AAA
(151,154,170)
#A3A6B4
(163,166,180)
#AFB2BE
(175,178,190)
#BBBEC8
(187,190,200)
#C7CAD2
(199,202,210)
#D3D6DC
(211,214,220)
#DFE2E6
(223,226,230)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73768C; }

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

This text font color is #73768C.

Background Color

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

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

This div background color is #73768C.

Border color

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

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

This div border color is #73768C.

Opacity

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

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

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

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

This text has shadow with #73768C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73768C.

Preview

Color preview on black background

This text has color #73768C on black background.


Color preview on white background

This text has color #73768C on white background.


Black color preview on #73768C background

This text has black color on #73768C background.


White color preview on #73768C background

This text has white color on #73768C background.


Related colors

Complementary color

Complementary color for #hex is #8C8973.


I love getcolorcode.com

Triadic colors

1 #8C7376 and #768C73 with #73768C are triadic colors.

2 #8C7673 and #76738C with #73768C are triadic colors.