COLOR #765473

HEX: #765473
RGB: (118,84,115)

Color info

#765473 contains red, green and blue colors in about the same proportion. Web safe color of #765473 is #666666 (or #666).

RGB color model

#765473 color RGB value is (118,84,115).

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

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 115 of 255 = 45%

118
84
115

R + G + B ~ 41%. #765473 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 84 + 115 = 317 (100%)
R 118 of 317 ~ 37.22%
G 84 of 317 ~ 26.5%
B 115 of 317 ~ 36.28%

%37.22
%26.5
%36.28

CMYK color model

#765473 color CMYK value is (0,29,3,54).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 2.54%
  • key color value is 53.73%
CMYK:
(0,29,3,54)
C0M29Y3K54 
(0%,29%,3%,54%)
(0.00/0.29/0.03/0.54)	

CMYK percentages

%0
%28.81
%2.54
%53.73

Codes

Color #765473 in popluar color models

765473
RGB11884115
HSL305°16.83%39.61%
HSB/HSV305°28.81%46.27%
CMYK0.00%28.81%2.54%
53.73%

Color #765473 in popluar number systems.

HEX765473
Decimal11884115
Binary111011010101001110011
Octal166124163

Shades and tints

Shades of #765473

#765473
(118,84,115)
#6C4D69
(108,77,105)
#62465F
(98,70,95)
#583F55
(88,63,85)
#4E384B
(78,56,75)
#443141
(68,49,65)
#3A2A37
(58,42,55)
#30232D
(48,35,45)
#261C23
(38,28,35)
#1C1519
(28,21,25)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #765473

#765473
(118,84,115)
#82637F
(130,99,127)
#8E728B
(142,114,139)
#9A8197
(154,129,151)
#A690A3
(166,144,163)
#B29FAF
(178,159,175)
#BEAEBB
(190,174,187)
#CABDC7
(202,189,199)
#D6CCD3
(214,204,211)
#E2DBDF
(226,219,223)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765473; }

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

This text font color is #765473.


Background Color

.myBgColor { background-color: #765473; }

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

This div background color is #765473.


Border color

.myBorderColor { border: 1px solid #765473; }

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

This div border color is #765473.


Opacity

.myOpacity80 { color: #765473; opacity: 0.8; }

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

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

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

This text has shadow with #765473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765473 on black background.


Color preview on white background

This text has color #765473 on white background.



Black color preview on #765473 background

This text has black color on #765473 background.


White color preview on #765473 background

This text has white color on #765473 background.