COLOR #765480

HEX: #765480
RGB: (118,84,128)

Color info

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

RGB color model

#765480 color RGB value is (118,84,128).

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

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 128 of 255 = 50%

118
84
128

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

Portions of RGB colors in percentages

R + G + B =
118 + 84 + 128 = 330 (100%)
R 118 of 330 ~ 35.76%
G 84 of 330 ~ 25.45%
B 128 of 330 ~ 38.79%

%35.76
%25.45
%38.79

CMYK color model

#765480 color CMYK value is (8,34,0,50).

  • cyan value is 7.81%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(8,34,0,50)
C8M34Y0K50 
(8%,34%,0%,50%)
(0.08/0.34/0.00/0.50)	

CMYK percentages

%7.81
%34.38
%0
%49.8

Codes

Color #765480 in popluar color models

765480
RGB11884128
HSL286°20.75%41.57%
HSB/HSV286°34.38%50.20%
CMYK7.81%34.38%0.00%
49.80%

Color #765480 in popluar number systems.

HEX765480
Decimal11884128
Binary1110110101010010000000
Octal166124200

Shades and tints

Shades of #765480

#765480
(118,84,128)
#6C4D75
(108,77,117)
#62466A
(98,70,106)
#583F5F
(88,63,95)
#4E3854
(78,56,84)
#443149
(68,49,73)
#3A2A3E
(58,42,62)
#302333
(48,35,51)
#261C28
(38,28,40)
#1C151D
(28,21,29)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #765480

#765480
(118,84,128)
#82638B
(130,99,139)
#8E7296
(142,114,150)
#9A81A1
(154,129,161)
#A690AC
(166,144,172)
#B29FB7
(178,159,183)
#BEAEC2
(190,174,194)
#CABDCD
(202,189,205)
#D6CCD8
(214,204,216)
#E2DBE3
(226,219,227)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765480; }

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

This text font color is #765480.


Background Color

.myBgColor { background-color: #765480; }

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

This div background color is #765480.


Border color

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

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

This div border color is #765480.


Opacity

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

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

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

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

This text has shadow with #765480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765480 on black background.


Color preview on white background

This text has color #765480 on white background.



Black color preview on #765480 background

This text has black color on #765480 background.


White color preview on #765480 background

This text has white color on #765480 background.