COLOR #765F70

HEX: #765F70
RGB: (118,95,112)

Color info

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

RGB color model

#765F70 color RGB value is (118,95,112).

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

RGB channels and saturation

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

118
95
112

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

Portions of RGB colors in percentages

R + G + B =
118 + 95 + 112 = 325 (100%)
R 118 of 325 ~ 36.31%
G 95 of 325 ~ 29.23%
B 112 of 325 ~ 34.46%

%36.31
%29.23
%34.46

CMYK color model

#765F70 color CMYK value is (0,19,5,54).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 5.08%
  • key color value is 53.73%
CMYK:
(0,19,5,54)
C0M19Y5K54 
(0%,19%,5%,54%)
(0.00/0.19/0.05/0.54)	

CMYK percentages

%0
%19.49
%5.08
%53.73

Codes

Color #765F70 in popluar color models

765F70
RGB11895112
HSL316°10.80%41.76%
HSB/HSV316°19.49%46.27%
CMYK0.00%19.49%5.08%
53.73%

Color #765F70 in popluar number systems.

HEX765F70
Decimal11895112
Binary111011010111111110000
Octal166137160

Shades and tints

Shades of #765F70

#765F70
(118,95,112)
#6C5766
(108,87,102)
#624F5C
(98,79,92)
#584752
(88,71,82)
#4E3F48
(78,63,72)
#44373E
(68,55,62)
#3A2F34
(58,47,52)
#30272A
(48,39,42)
#261F20
(38,31,32)
#1C1716
(28,23,22)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #765F70

#765F70
(118,95,112)
#826D7D
(130,109,125)
#8E7B8A
(142,123,138)
#9A8997
(154,137,151)
#A697A4
(166,151,164)
#B2A5B1
(178,165,177)
#BEB3BE
(190,179,190)
#CAC1CB
(202,193,203)
#D6CFD8
(214,207,216)
#E2DDE5
(226,221,229)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765F70; }

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

This text font color is #765F70.


Background Color

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

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

This div background color is #765F70.


Border color

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

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

This div border color is #765F70.


Opacity

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

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

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

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

This text has shadow with #765F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765F70 on black background.


Color preview on white background

This text has color #765F70 on white background.



Black color preview on #765F70 background

This text has black color on #765F70 background.


White color preview on #765F70 background

This text has white color on #765F70 background.