COLOR #73768E

HEX: #73768E
RGB: (115,118,142)

Color info

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

RGB color model

#73768E color RGB value is (115,118,142).

  • red value is 115;
  • green value is 118;
  • blue value is 142.
RGB:
(115,118,142)
(45%,46%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 118 of 255 = 46%
B 142 of 255 = 56%

115
118
142

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

Portions of RGB colors in percentages

R + G + B =
115 + 118 + 142 = 375 (100%)
R 115 of 375 ~ 30.67%
G 118 of 375 ~ 31.47%
B 142 of 375 ~ 37.87%

%30.67
%31.47
%37.87

CMYK color model

#73768E color CMYK value is (19,17,0,44).

  • cyan value is 19.01%
  • magenta value is 16.90%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(19,17,0,44)
C19M17Y0K44 
(19%,17%,0%,44%)
(0.19/0.17/0.00/0.44)	

CMYK percentages

%19.01
%16.9
%0
%44.31

Codes

Color #73768E in popluar color models

73768E
RGB115118142
HSL233°10.67%50.39%
HSB/HSV233°19.01%55.69%
CMYK19.01%16.90%0.00%
44.31%

Color #73768E in popluar number systems.

HEX73768E
Decimal115118142
Binary1110011111011010001110
Octal163166216

Shades and tints

Shades of #73768E

#73768E
(115,118,142)
#696C82
(105,108,130)
#5F6276
(95,98,118)
#55586A
(85,88,106)
#4B4E5E
(75,78,94)
#414452
(65,68,82)
#373A46
(55,58,70)
#2D303A
(45,48,58)
#23262E
(35,38,46)
#191C22
(25,28,34)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #73768E

#73768E
(115,118,142)
#7F8298
(127,130,152)
#8B8EA2
(139,142,162)
#979AAC
(151,154,172)
#A3A6B6
(163,166,182)
#AFB2C0
(175,178,192)
#BBBECA
(187,190,202)
#C7CAD4
(199,202,212)
#D3D6DE
(211,214,222)
#DFE2E8
(223,226,232)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73768E; }

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

This text font color is #73768E.


Background Color

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

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

This div background color is #73768E.


Border color

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

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

This div border color is #73768E.


Opacity

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

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

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

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

This text has shadow with #73768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73768E on black background.


Color preview on white background

This text has color #73768E on white background.



Black color preview on #73768E background

This text has black color on #73768E background.


White color preview on #73768E background

This text has white color on #73768E background.