COLOR #766469

HEX: #766469
RGB: (118,100,105)

Color info

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

RGB color model

#766469 color RGB value is (118,100,105).

  • red value is 118;
  • green value is 100;
  • blue value is 105.
RGB:
(118,100,105)
(46%,39%,41%)

RGB channels and saturation

R 118 of 255 = 46%
G 100 of 255 = 39%
B 105 of 255 = 41%

118
100
105

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

Portions of RGB colors in percentages

R + G + B =
118 + 100 + 105 = 323 (100%)
R 118 of 323 ~ 36.53%
G 100 of 323 ~ 30.96%
B 105 of 323 ~ 32.51%

%36.53
%30.96
%32.51

CMYK color model

#766469 color CMYK value is (0,15,11,54).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 11.02%
  • key color value is 53.73%
CMYK:
(0,15,11,54)
C0M15Y11K54 
(0%,15%,11%,54%)
(0.00/0.15/0.11/0.54)	

CMYK percentages

%0
%15.25
%11.02
%53.73

Codes

Color #766469 in popluar color models

766469
RGB118100105
HSL343°8.26%42.75%
HSB/HSV343°15.25%46.27%
CMYK0.00%15.25%11.02%
53.73%

Color #766469 in popluar number systems.

HEX766469
Decimal118100105
Binary111011011001001101001
Octal166144151

Shades and tints

Shades of #766469

#766469
(118,100,105)
#6C5B60
(108,91,96)
#625257
(98,82,87)
#58494E
(88,73,78)
#4E4045
(78,64,69)
#44373C
(68,55,60)
#3A2E33
(58,46,51)
#30252A
(48,37,42)
#261C21
(38,28,33)
#1C1318
(28,19,24)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #766469

#766469
(118,100,105)
#827276
(130,114,118)
#8E8083
(142,128,131)
#9A8E90
(154,142,144)
#A69C9D
(166,156,157)
#B2AAAA
(178,170,170)
#BEB8B7
(190,184,183)
#CAC6C4
(202,198,196)
#D6D4D1
(214,212,209)
#E2E2DE
(226,226,222)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766469 color. Also use rgb(118,100,105) instead hex code.

Text Font Color

.myTextColor { color: #766469; }

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

This text font color is #766469.


Background Color

.myBgColor { background-color: #766469; }

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

This div background color is #766469.


Border color

.myBorderColor { border: 1px solid #766469; }

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

This div border color is #766469.


Opacity

.myOpacity80 { color: #766469; opacity: 0.8; }

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

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

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

This text has shadow with #766469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766469 on black background.


Color preview on white background

This text has color #766469 on white background.



Black color preview on #766469 background

This text has black color on #766469 background.


White color preview on #766469 background

This text has white color on #766469 background.