COLOR #765089

HEX: #765089
RGB: (118,80,137)

Color info

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

RGB color model

#765089 color RGB value is (118,80,137).

  • red value is 118;
  • green value is 80;
  • blue value is 137.
RGB:
(118,80,137)
(46%,31%,54%)

RGB channels and saturation

R 118 of 255 = 46%
G 80 of 255 = 31%
B 137 of 255 = 54%

118
80
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 80 + 137 = 335 (100%)
R 118 of 335 ~ 35.22%
G 80 of 335 ~ 23.88%
B 137 of 335 ~ 40.9%

%35.22
%23.88
%40.9

CMYK color model

#765089 color CMYK value is (14,42,0,46).

  • cyan value is 13.87%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(14,42,0,46)
C14M42Y0K46 
(14%,42%,0%,46%)
(0.14/0.42/0.00/0.46)	

CMYK percentages

%13.87
%41.61
%0
%46.27

Codes

Color #765089 in popluar color models

765089
RGB11880137
HSL280°26.27%42.55%
HSB/HSV280°41.61%53.73%
CMYK13.87%41.61%0.00%
46.27%

Color #765089 in popluar number systems.

HEX765089
Decimal11880137
Binary1110110101000010001001
Octal166120211

Shades and tints

Shades of #765089

#765089
(118,80,137)
#6C497D
(108,73,125)
#624271
(98,66,113)
#583B65
(88,59,101)
#4E3459
(78,52,89)
#442D4D
(68,45,77)
#3A2641
(58,38,65)
#301F35
(48,31,53)
#261829
(38,24,41)
#1C111D
(28,17,29)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #765089

#765089
(118,80,137)
#825F93
(130,95,147)
#8E6E9D
(142,110,157)
#9A7DA7
(154,125,167)
#A68CB1
(166,140,177)
#B29BBB
(178,155,187)
#BEAAC5
(190,170,197)
#CAB9CF
(202,185,207)
#D6C8D9
(214,200,217)
#E2D7E3
(226,215,227)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765089 color. Also use rgb(118,80,137) instead hex code.

Text Font Color

.myTextColor { color: #765089; }

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

This text font color is #765089.


Background Color

.myBgColor { background-color: #765089; }

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

This div background color is #765089.


Border color

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

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

This div border color is #765089.


Opacity

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

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

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

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

This text has shadow with #765089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765089 on black background.


Color preview on white background

This text has color #765089 on white background.



Black color preview on #765089 background

This text has black color on #765089 background.


White color preview on #765089 background

This text has white color on #765089 background.