COLOR #765782

HEX: #765782
RGB: (118,87,130)

Color info

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

RGB color model

#765782 color RGB value is (118,87,130).

  • red value is 118;
  • green value is 87;
  • blue value is 130.
RGB:
(118,87,130)
(46%,34%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 87 of 255 = 34%
B 130 of 255 = 51%

118
87
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 87 + 130 = 335 (100%)
R 118 of 335 ~ 35.22%
G 87 of 335 ~ 25.97%
B 130 of 335 ~ 38.81%

%35.22
%25.97
%38.81

CMYK color model

#765782 color CMYK value is (9,33,0,49).

  • cyan value is 9.23%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(9,33,0,49)
C9M33Y0K49 
(9%,33%,0%,49%)
(0.09/0.33/0.00/0.49)	

CMYK percentages

%9.23
%33.08
%0
%49.02

Codes

Color #765782 in popluar color models

765782
RGB11887130
HSL283°19.82%42.55%
HSB/HSV283°33.08%50.98%
CMYK9.23%33.08%0.00%
49.02%

Color #765782 in popluar number systems.

HEX765782
Decimal11887130
Binary1110110101011110000010
Octal166127202

Shades and tints

Shades of #765782

#765782
(118,87,130)
#6C5077
(108,80,119)
#62496C
(98,73,108)
#584261
(88,66,97)
#4E3B56
(78,59,86)
#44344B
(68,52,75)
#3A2D40
(58,45,64)
#302635
(48,38,53)
#261F2A
(38,31,42)
#1C181F
(28,24,31)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #765782

#765782
(118,87,130)
#82668D
(130,102,141)
#8E7598
(142,117,152)
#9A84A3
(154,132,163)
#A693AE
(166,147,174)
#B2A2B9
(178,162,185)
#BEB1C4
(190,177,196)
#CAC0CF
(202,192,207)
#D6CFDA
(214,207,218)
#E2DEE5
(226,222,229)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765782 color. Also use rgb(118,87,130) instead hex code.

Text Font Color

.myTextColor { color: #765782; }

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

This text font color is #765782.


Background Color

.myBgColor { background-color: #765782; }

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

This div background color is #765782.


Border color

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

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

This div border color is #765782.


Opacity

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

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

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

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

This text has shadow with #765782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765782 on black background.


Color preview on white background

This text has color #765782 on white background.



Black color preview on #765782 background

This text has black color on #765782 background.


White color preview on #765782 background

This text has white color on #765782 background.