COLOR #765AA7

HEX: #765AA7
RGB: (118,90,167)

Color info

#765AA7 contains mainly red and blue colors. Web safe color of #765AA7 is #666699 (or #669).

RGB color model

#765AA7 color RGB value is (118,90,167).

  • red value is 118;
  • green value is 90;
  • blue value is 167.
RGB:
(118,90,167)
(46%,35%,65%)

RGB channels and saturation

R 118 of 255 = 46%
G 90 of 255 = 35%
B 167 of 255 = 65%

118
90
167

R + G + B ~ 49%. #765AA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 90 + 167 = 375 (100%)
R 118 of 375 ~ 31.47%
G 90 of 375 ~ 24%
B 167 of 375 ~ 44.53%

%31.47
%24
%44.53

CMYK color model

#765AA7 color CMYK value is (29,46,0,35).

  • cyan value is 29.34%
  • magenta value is 46.11%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(29,46,0,35)
C29M46Y0K35 
(29%,46%,0%,35%)
(0.29/0.46/0.00/0.35)	

CMYK percentages

%29.34
%46.11
%0
%34.51

Codes

Color #765AA7 in popluar color models

765AA7
RGB11890167
HSL262°30.43%50.39%
HSB/HSV262°46.11%65.49%
CMYK29.34%46.11%0.00%
34.51%

Color #765AA7 in popluar number systems.

HEX765AA7
Decimal11890167
Binary1110110101101010100111
Octal166132247

Shades and tints

Shades of #765AA7

#765AA7
(118,90,167)
#6C5298
(108,82,152)
#624A89
(98,74,137)
#58427A
(88,66,122)
#4E3A6B
(78,58,107)
#44325C
(68,50,92)
#3A2A4D
(58,42,77)
#30223E
(48,34,62)
#261A2F
(38,26,47)
#1C1220
(28,18,32)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #765AA7

#765AA7
(118,90,167)
#8269AF
(130,105,175)
#8E78B7
(142,120,183)
#9A87BF
(154,135,191)
#A696C7
(166,150,199)
#B2A5CF
(178,165,207)
#BEB4D7
(190,180,215)
#CAC3DF
(202,195,223)
#D6D2E7
(214,210,231)
#E2E1EF
(226,225,239)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765AA7 color. Also use rgb(118,90,167) instead hex code.

Text Font Color

.myTextColor { color: #765AA7; }

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

This text font color is #765AA7.


Background Color

.myBgColor { background-color: #765AA7; }

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

This div background color is #765AA7.


Border color

.myBorderColor { border: 1px solid #765AA7; }

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

This div border color is #765AA7.


Opacity

.myOpacity80 { color: #765AA7; opacity: 0.8; }

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

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

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

This text has shadow with #765AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765AA7 on black background.


Color preview on white background

This text has color #765AA7 on white background.



Black color preview on #765AA7 background

This text has black color on #765AA7 background.


White color preview on #765AA7 background

This text has white color on #765AA7 background.