COLOR #765C66

HEX: #765C66
RGB: (118,92,102)

Color info

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

RGB color model

#765C66 color RGB value is (118,92,102).

  • red value is 118;
  • green value is 92;
  • blue value is 102.
RGB:
(118,92,102)
(46%,36%,40%)

RGB channels and saturation

R 118 of 255 = 46%
G 92 of 255 = 36%
B 102 of 255 = 40%

118
92
102

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

Portions of RGB colors in percentages

R + G + B =
118 + 92 + 102 = 312 (100%)
R 118 of 312 ~ 37.82%
G 92 of 312 ~ 29.49%
B 102 of 312 ~ 32.69%

%37.82
%29.49
%32.69

CMYK color model

#765C66 color CMYK value is (0,22,14,54).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK:
(0,22,14,54)
C0M22Y14K54 
(0%,22%,14%,54%)
(0.00/0.22/0.14/0.54)	

CMYK percentages

%0
%22.03
%13.56
%53.73

Codes

Color #765C66 in popluar color models

765C66
RGB11892102
HSL337°12.38%41.18%
HSB/HSV337°22.03%46.27%
CMYK0.00%22.03%13.56%
53.73%

Color #765C66 in popluar number systems.

HEX765C66
Decimal11892102
Binary111011010111001100110
Octal166134146

Shades and tints

Shades of #765C66

#765C66
(118,92,102)
#6C545D
(108,84,93)
#624C54
(98,76,84)
#58444B
(88,68,75)
#4E3C42
(78,60,66)
#443439
(68,52,57)
#3A2C30
(58,44,48)
#302427
(48,36,39)
#261C1E
(38,28,30)
#1C1415
(28,20,21)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #765C66

#765C66
(118,92,102)
#826A73
(130,106,115)
#8E7880
(142,120,128)
#9A868D
(154,134,141)
#A6949A
(166,148,154)
#B2A2A7
(178,162,167)
#BEB0B4
(190,176,180)
#CABEC1
(202,190,193)
#D6CCCE
(214,204,206)
#E2DADB
(226,218,219)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765C66 color. Also use rgb(118,92,102) instead hex code.

Text Font Color

.myTextColor { color: #765C66; }

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

This text font color is #765C66.


Background Color

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

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

This div background color is #765C66.


Border color

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

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

This div border color is #765C66.


Opacity

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

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

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

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

This text has shadow with #765C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765C66 on black background.


Color preview on white background

This text has color #765C66 on white background.



Black color preview on #765C66 background

This text has black color on #765C66 background.


White color preview on #765C66 background

This text has white color on #765C66 background.