COLOR #765071

HEX: #765071
RGB: (118,80,113)

Color info

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

RGB color model

#765071 color RGB value is (118,80,113).

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

RGB channels and saturation

R 118 of 255 = 46%
G 80 of 255 = 31%
B 113 of 255 = 44%

118
80
113

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

Portions of RGB colors in percentages

R + G + B =
118 + 80 + 113 = 311 (100%)
R 118 of 311 ~ 37.94%
G 80 of 311 ~ 25.72%
B 113 of 311 ~ 36.33%

%37.94
%25.72
%36.33

CMYK color model

#765071 color CMYK value is (0,32,4,54).

  • cyan value is 0.00%
  • magenta value is 32.20%
  • yellow value is 4.24%
  • key color value is 53.73%
CMYK:
(0,32,4,54)
C0M32Y4K54 
(0%,32%,4%,54%)
(0.00/0.32/0.04/0.54)	

CMYK percentages

%0
%32.2
%4.24
%53.73

Codes

Color #765071 in popluar color models

765071
RGB11880113
HSL308°19.19%38.82%
HSB/HSV308°32.20%46.27%
CMYK0.00%32.20%4.24%
53.73%

Color #765071 in popluar number systems.

HEX765071
Decimal11880113
Binary111011010100001110001
Octal166120161

Shades and tints

Shades of #765071

#765071
(118,80,113)
#6C4967
(108,73,103)
#62425D
(98,66,93)
#583B53
(88,59,83)
#4E3449
(78,52,73)
#442D3F
(68,45,63)
#3A2635
(58,38,53)
#301F2B
(48,31,43)
#261821
(38,24,33)
#1C1117
(28,17,23)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #765071

#765071
(118,80,113)
#825F7D
(130,95,125)
#8E6E89
(142,110,137)
#9A7D95
(154,125,149)
#A68CA1
(166,140,161)
#B29BAD
(178,155,173)
#BEAAB9
(190,170,185)
#CAB9C5
(202,185,197)
#D6C8D1
(214,200,209)
#E2D7DD
(226,215,221)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765071; }

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

This text font color is #765071.


Background Color

.myBgColor { background-color: #765071; }

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

This div background color is #765071.


Border color

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

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

This div border color is #765071.


Opacity

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

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

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

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

This text has shadow with #765071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765071 on black background.


Color preview on white background

This text has color #765071 on white background.



Black color preview on #765071 background

This text has black color on #765071 background.


White color preview on #765071 background

This text has white color on #765071 background.