COLOR #765472

HEX: #765472
RGB: (118,84,114)

Color info

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

RGB color model

#765472 color RGB value is (118,84,114).

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

RGB channels and saturation

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

118
84
114

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

Portions of RGB colors in percentages

R + G + B =
118 + 84 + 114 = 316 (100%)
R 118 of 316 ~ 37.34%
G 84 of 316 ~ 26.58%
B 114 of 316 ~ 36.08%

%37.34
%26.58
%36.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 3.39%
  • 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
%3.39
%53.73

Codes

Color #765472 in popluar color models

765472
RGB11884114
HSL307°16.83%39.61%
HSB/HSV307°28.81%46.27%
CMYK0.00%28.81%3.39%
53.73%

Color #765472 in popluar number systems.

HEX765472
Decimal11884114
Binary111011010101001110010
Octal166124162

Shades and tints

Shades of #765472

#765472
(118,84,114)
#6C4D68
(108,77,104)
#62465E
(98,70,94)
#583F54
(88,63,84)
#4E384A
(78,56,74)
#443140
(68,49,64)
#3A2A36
(58,42,54)
#30232C
(48,35,44)
#261C22
(38,28,34)
#1C1518
(28,21,24)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #765472

#765472
(118,84,114)
#82637E
(130,99,126)
#8E728A
(142,114,138)
#9A8196
(154,129,150)
#A690A2
(166,144,162)
#B29FAE
(178,159,174)
#BEAEBA
(190,174,186)
#CABDC6
(202,189,198)
#D6CCD2
(214,204,210)
#E2DBDE
(226,219,222)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765472; }

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

This text font color is #765472.


Background Color

.myBgColor { background-color: #765472; }

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

This div background color is #765472.


Border color

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

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

This div border color is #765472.


Opacity

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

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

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

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

This text has shadow with #765472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765472 on black background.


Color preview on white background

This text has color #765472 on white background.



Black color preview on #765472 background

This text has black color on #765472 background.


White color preview on #765472 background

This text has white color on #765472 background.