COLOR #765B70

HEX: #765B70
RGB: (118,91,112)

Color info

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

RGB color model

#765B70 color RGB value is (118,91,112).

  • red value is 118;
  • green value is 91;
  • blue value is 112.
RGB:
(118,91,112)
(46%,36%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 91 of 255 = 36%
B 112 of 255 = 44%

118
91
112

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

Portions of RGB colors in percentages

R + G + B =
118 + 91 + 112 = 321 (100%)
R 118 of 321 ~ 36.76%
G 91 of 321 ~ 28.35%
B 112 of 321 ~ 34.89%

%36.76
%28.35
%34.89

CMYK color model

#765B70 color CMYK value is (0,23,5,54).

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 5.08%
  • key color value is 53.73%
CMYK:
(0,23,5,54)
C0M23Y5K54 
(0%,23%,5%,54%)
(0.00/0.23/0.05/0.54)	

CMYK percentages

%0
%22.88
%5.08
%53.73

Codes

Color #765B70 in popluar color models

765B70
RGB11891112
HSL313°12.92%40.98%
HSB/HSV313°22.88%46.27%
CMYK0.00%22.88%5.08%
53.73%

Color #765B70 in popluar number systems.

HEX765B70
Decimal11891112
Binary111011010110111110000
Octal166133160

Shades and tints

Shades of #765B70

#765B70
(118,91,112)
#6C5366
(108,83,102)
#624B5C
(98,75,92)
#584352
(88,67,82)
#4E3B48
(78,59,72)
#44333E
(68,51,62)
#3A2B34
(58,43,52)
#30232A
(48,35,42)
#261B20
(38,27,32)
#1C1316
(28,19,22)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #765B70

#765B70
(118,91,112)
#82697D
(130,105,125)
#8E778A
(142,119,138)
#9A8597
(154,133,151)
#A693A4
(166,147,164)
#B2A1B1
(178,161,177)
#BEAFBE
(190,175,190)
#CABDCB
(202,189,203)
#D6CBD8
(214,203,216)
#E2D9E5
(226,217,229)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765B70 color. Also use rgb(118,91,112) instead hex code.

Text Font Color

.myTextColor { color: #765B70; }

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

This text font color is #765B70.


Background Color

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

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

This div background color is #765B70.


Border color

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

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

This div border color is #765B70.


Opacity

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

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

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

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

This text has shadow with #765B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765B70 on black background.


Color preview on white background

This text has color #765B70 on white background.



Black color preview on #765B70 background

This text has black color on #765B70 background.


White color preview on #765B70 background

This text has white color on #765B70 background.