COLOR #765F66

HEX: #765F66
RGB: (118,95,102)

Color info

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

RGB color model

#765F66 color RGB value is (118,95,102).

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

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 102 of 255 = 40%

118
95
102

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

Portions of RGB colors in percentages

R + G + B =
118 + 95 + 102 = 315 (100%)
R 118 of 315 ~ 37.46%
G 95 of 315 ~ 30.16%
B 102 of 315 ~ 32.38%

%37.46
%30.16
%32.38

CMYK color model

#765F66 color CMYK value is (0,19,14,54).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK:
(0,19,14,54)
C0M19Y14K54 
(0%,19%,14%,54%)
(0.00/0.19/0.14/0.54)	

CMYK percentages

%0
%19.49
%13.56
%53.73

Codes

Color #765F66 in popluar color models

765F66
RGB11895102
HSL342°10.80%41.76%
HSB/HSV342°19.49%46.27%
CMYK0.00%19.49%13.56%
53.73%

Color #765F66 in popluar number systems.

HEX765F66
Decimal11895102
Binary111011010111111100110
Octal166137146

Shades and tints

Shades of #765F66

#765F66
(118,95,102)
#6C575D
(108,87,93)
#624F54
(98,79,84)
#58474B
(88,71,75)
#4E3F42
(78,63,66)
#443739
(68,55,57)
#3A2F30
(58,47,48)
#302727
(48,39,39)
#261F1E
(38,31,30)
#1C1715
(28,23,21)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #765F66

#765F66
(118,95,102)
#826D73
(130,109,115)
#8E7B80
(142,123,128)
#9A898D
(154,137,141)
#A6979A
(166,151,154)
#B2A5A7
(178,165,167)
#BEB3B4
(190,179,180)
#CAC1C1
(202,193,193)
#D6CFCE
(214,207,206)
#E2DDDB
(226,221,219)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #765F66; }

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

This text font color is #765F66.


Background Color

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

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

This div background color is #765F66.


Border color

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

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

This div border color is #765F66.


Opacity

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

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

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

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

This text has shadow with #765F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765F66 on black background.


Color preview on white background

This text has color #765F66 on white background.



Black color preview on #765F66 background

This text has black color on #765F66 background.


White color preview on #765F66 background

This text has white color on #765F66 background.