COLOR #765073

HEX: #765073
RGB: (118,80,115)

Color info

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

RGB color model

#765073 color RGB value is (118,80,115).

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

RGB channels and saturation

R 118 of 255 = 46%
G 80 of 255 = 31%
B 115 of 255 = 45%

118
80
115

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

Portions of RGB colors in percentages

R + G + B =
118 + 80 + 115 = 313 (100%)
R 118 of 313 ~ 37.7%
G 80 of 313 ~ 25.56%
B 115 of 313 ~ 36.74%

%37.7
%25.56
%36.74

CMYK color model

#765073 color CMYK value is (0,32,3,54).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 2.54%
  • key color value is 53.73%
CMYK:
(0,32,3,54)
C0M32Y3K54 
(0%,32%,3%,54%)
(0.00/0.32/0.03/0.54)	

CMYK percentages

%0
%32.2
%2.54
%53.73

Codes

Color #765073 in popluar color models

765073
RGB11880115
HSL305°19.19%38.82%
HSB/HSV305°32.20%46.27%
CMYK0.00%32.20%2.54%
53.73%

Color #765073 in popluar number systems.

HEX765073
Decimal11880115
Binary111011010100001110011
Octal166120163

Shades and tints

Shades of #765073

#765073
(118,80,115)
#6C4969
(108,73,105)
#62425F
(98,66,95)
#583B55
(88,59,85)
#4E344B
(78,52,75)
#442D41
(68,45,65)
#3A2637
(58,38,55)
#301F2D
(48,31,45)
#261823
(38,24,35)
#1C1119
(28,17,25)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #765073

#765073
(118,80,115)
#825F7F
(130,95,127)
#8E6E8B
(142,110,139)
#9A7D97
(154,125,151)
#A68CA3
(166,140,163)
#B29BAF
(178,155,175)
#BEAABB
(190,170,187)
#CAB9C7
(202,185,199)
#D6C8D3
(214,200,211)
#E2D7DF
(226,215,223)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765073; }

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

This text font color is #765073.


Background Color

.myBgColor { background-color: #765073; }

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

This div background color is #765073.


Border color

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

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

This div border color is #765073.


Opacity

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

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

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

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

This text has shadow with #765073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765073 on black background.


Color preview on white background

This text has color #765073 on white background.



Black color preview on #765073 background

This text has black color on #765073 background.


White color preview on #765073 background

This text has white color on #765073 background.