COLOR #765584

HEX: #765584
RGB: (118,85,132)

Color info

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

RGB color model

#765584 color RGB value is (118,85,132).

  • red value is 118;
  • green value is 85;
  • blue value is 132.
RGB:
(118,85,132)
(46%,33%,52%)

RGB channels and saturation

R 118 of 255 = 46%
G 85 of 255 = 33%
B 132 of 255 = 52%

118
85
132

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

Portions of RGB colors in percentages

R + G + B =
118 + 85 + 132 = 335 (100%)
R 118 of 335 ~ 35.22%
G 85 of 335 ~ 25.37%
B 132 of 335 ~ 39.4%

%35.22
%25.37
%39.4

CMYK color model

#765584 color CMYK value is (11,36,0,48).

  • cyan value is 10.61%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(11,36,0,48)
C11M36Y0K48 
(11%,36%,0%,48%)
(0.11/0.36/0.00/0.48)	

CMYK percentages

%10.61
%35.61
%0
%48.24

Codes

Color #765584 in popluar color models

765584
RGB11885132
HSL282°21.66%42.55%
HSB/HSV282°35.61%51.76%
CMYK10.61%35.61%0.00%
48.24%

Color #765584 in popluar number systems.

HEX765584
Decimal11885132
Binary1110110101010110000100
Octal166125204

Shades and tints

Shades of #765584

#765584
(118,85,132)
#6C4E78
(108,78,120)
#62476C
(98,71,108)
#584060
(88,64,96)
#4E3954
(78,57,84)
#443248
(68,50,72)
#3A2B3C
(58,43,60)
#302430
(48,36,48)
#261D24
(38,29,36)
#1C1618
(28,22,24)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #765584

#765584
(118,85,132)
#82648F
(130,100,143)
#8E739A
(142,115,154)
#9A82A5
(154,130,165)
#A691B0
(166,145,176)
#B2A0BB
(178,160,187)
#BEAFC6
(190,175,198)
#CABED1
(202,190,209)
#D6CDDC
(214,205,220)
#E2DCE7
(226,220,231)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765584 color. Also use rgb(118,85,132) instead hex code.

Text Font Color

.myTextColor { color: #765584; }

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

This text font color is #765584.


Background Color

.myBgColor { background-color: #765584; }

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

This div background color is #765584.


Border color

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

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

This div border color is #765584.


Opacity

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

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

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

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

This text has shadow with #765584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765584 on black background.


Color preview on white background

This text has color #765584 on white background.



Black color preview on #765584 background

This text has black color on #765584 background.


White color preview on #765584 background

This text has white color on #765584 background.