COLOR #76696B

HEX: #76696B RGB: (118,105,107)

Color info

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

RGB color model

#76696B color RGB value is (118,105,107).

RGB: (118,105,107) (46%, 41%, 42%)

RGB channels and saturation

R 118 of 255 = 46%
G 105 of 255 = 41%
B 107 of 255 = 42%

118
105
107

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

Portions of RGB colors in percentages

R + G + B = 118 + 105 + 107 = 330 (100%)
R 118 of 330 ~ 35.76%
G 105 of 330 ~ 31.82%
B 107 of 330 ~ 32.42'%

%35.76
%31.82
%32.42

CMYK color model

#76696B color CMYK value is (0,11,9,54).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 9.32%
  • key color value is 53.73%

CMYK: (0,11,9,54)
C0M11Y9K54 (0%, 11%, 9%, 54%)
(0.00 / 0.11 / 0.09 / 0.54)

CMYK percentages

%0
%11.02
%9.32
%53.73

Codes

Color #76696B in popluar color models

76 69 6B
RGB 118 105 107
HSL 351° 5.83% 43.73%
HSB/HSV 351° 11.02% 46.27%
CMYK 0.00% 11.02% 9.32%
53.73%

Color #76696B in popluar number systems.

HEX 76 69 6B
Decimal 118 105 107
Binary 1110110 1101001 1101011
Octal 166 151 153

Shades and tints

Shades of #76696B

#76696B
(118,105,107)
#6C6062
(108,96,98)
#625759
(98,87,89)
#584E50
(88,78,80)
#4E4547
(78,69,71)
#443C3E
(68,60,62)
#3A3335
(58,51,53)
#302A2C
(48,42,44)
#262123
(38,33,35)
#1C181A
(28,24,26)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #76696B

#76696B
(118,105,107)
#827678
(130,118,120)
#8E8385
(142,131,133)
#9A9092
(154,144,146)
#A69D9F
(166,157,159)
#B2AAAC
(178,170,172)
#BEB7B9
(190,183,185)
#CAC4C6
(202,196,198)
#D6D1D3
(214,209,211)
#E2DEE0
(226,222,224)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76696B; }

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

This text font color is #76696B.

Background Color

.myBgColor { background-color: #76696B; }

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

This div background color is #76696B.

Border color

.myBorderColor { border: 1px solid #76696B; }

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

This div border color is #76696B.

Opacity

.myOpacity80 { color: #76696B; opacity: 0.8; }

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

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

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

This text has shadow with #76696B color.


.textShadow {text-shadow: 3px 3px 1px #76696B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76696B; -webkit-box-shadow: 1px 1px 3px 2px #76696B; box-shadow:1px 1px 3px 2px #76696B;">
Div content here
</div>

This div box has shadow with color #76696B.

Preview

Color preview on black background

This text has color #76696B on black background.


Color preview on white background

This text has color #76696B on white background.


Black color preview on #76696B background

This text has black color on #76696B background.


White color preview on #76696B background

This text has white color on #76696B background.


Related colors

Complementary color

Complementary color for #hex is #899694.


I love getcolorcode.com

Triadic colors

1 #6B7669 and #696B76 with #76696B are triadic colors.

2 #6B6976 and #69766B with #76696B are triadic colors.