COLOR #765E70

HEX: #765E70
RGB: (118,94,112)

Color info

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

RGB color model

#765E70 color RGB value is (118,94,112).

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

RGB channels and saturation

R 118 of 255 = 46%
G 94 of 255 = 37%
B 112 of 255 = 44%

118
94
112

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

Portions of RGB colors in percentages

R + G + B =
118 + 94 + 112 = 324 (100%)
R 118 of 324 ~ 36.42%
G 94 of 324 ~ 29.01%
B 112 of 324 ~ 34.57%

%36.42
%29.01
%34.57

CMYK color model

#765E70 color CMYK value is (0,20,5,54).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 5.08%
  • key color value is 53.73%
CMYK:
(0,20,5,54)
C0M20Y5K54 
(0%,20%,5%,54%)
(0.00/0.20/0.05/0.54)	

CMYK percentages

%0
%20.34
%5.08
%53.73

Codes

Color #765E70 in popluar color models

765E70
RGB11894112
HSL315°11.32%41.57%
HSB/HSV315°20.34%46.27%
CMYK0.00%20.34%5.08%
53.73%

Color #765E70 in popluar number systems.

HEX765E70
Decimal11894112
Binary111011010111101110000
Octal166136160

Shades and tints

Shades of #765E70

#765E70
(118,94,112)
#6C5666
(108,86,102)
#624E5C
(98,78,92)
#584652
(88,70,82)
#4E3E48
(78,62,72)
#44363E
(68,54,62)
#3A2E34
(58,46,52)
#30262A
(48,38,42)
#261E20
(38,30,32)
#1C1616
(28,22,22)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #765E70

#765E70
(118,94,112)
#826C7D
(130,108,125)
#8E7A8A
(142,122,138)
#9A8897
(154,136,151)
#A696A4
(166,150,164)
#B2A4B1
(178,164,177)
#BEB2BE
(190,178,190)
#CAC0CB
(202,192,203)
#D6CED8
(214,206,216)
#E2DCE5
(226,220,229)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765E70; }

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

This text font color is #765E70.


Background Color

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

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

This div background color is #765E70.


Border color

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

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

This div border color is #765E70.


Opacity

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

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

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

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

This text has shadow with #765E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765E70 on black background.


Color preview on white background

This text has color #765E70 on white background.



Black color preview on #765E70 background

This text has black color on #765E70 background.


White color preview on #765E70 background

This text has white color on #765E70 background.