COLOR #765A70

HEX: #765A70
RGB: (118,90,112)

Color info

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

RGB color model

#765A70 color RGB value is (118,90,112).

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

RGB channels and saturation

R 118 of 255 = 46%
G 90 of 255 = 35%
B 112 of 255 = 44%

118
90
112

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

Portions of RGB colors in percentages

R + G + B =
118 + 90 + 112 = 320 (100%)
R 118 of 320 ~ 36.88%
G 90 of 320 ~ 28.13%
B 112 of 320 ~ 35%

%36.88
%28.13
%35

CMYK color model

#765A70 color CMYK value is (0,24,5,54).

  • cyan value is 0.00%
  • magenta value is 23.73%
  • yellow value is 5.08%
  • key color value is 53.73%
CMYK:
(0,24,5,54)
C0M24Y5K54 
(0%,24%,5%,54%)
(0.00/0.24/0.05/0.54)	

CMYK percentages

%0
%23.73
%5.08
%53.73

Codes

Color #765A70 in popluar color models

765A70
RGB11890112
HSL313°13.46%40.78%
HSB/HSV313°23.73%46.27%
CMYK0.00%23.73%5.08%
53.73%

Color #765A70 in popluar number systems.

HEX765A70
Decimal11890112
Binary111011010110101110000
Octal166132160

Shades and tints

Shades of #765A70

#765A70
(118,90,112)
#6C5266
(108,82,102)
#624A5C
(98,74,92)
#584252
(88,66,82)
#4E3A48
(78,58,72)
#44323E
(68,50,62)
#3A2A34
(58,42,52)
#30222A
(48,34,42)
#261A20
(38,26,32)
#1C1216
(28,18,22)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #765A70

#765A70
(118,90,112)
#82697D
(130,105,125)
#8E788A
(142,120,138)
#9A8797
(154,135,151)
#A696A4
(166,150,164)
#B2A5B1
(178,165,177)
#BEB4BE
(190,180,190)
#CAC3CB
(202,195,203)
#D6D2D8
(214,210,216)
#E2E1E5
(226,225,229)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765A70; }

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

This text font color is #765A70.


Background Color

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

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

This div background color is #765A70.


Border color

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

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

This div border color is #765A70.


Opacity

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

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

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

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

This text has shadow with #765A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765A70 on black background.


Color preview on white background

This text has color #765A70 on white background.



Black color preview on #765A70 background

This text has black color on #765A70 background.


White color preview on #765A70 background

This text has white color on #765A70 background.