COLOR #69776D

HEX: #69776D RGB: (105,119,109)

Color info

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

RGB color model

#69776D color RGB value is (105,119,109).

RGB: (105,119,109) (41%, 47%, 43%)

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 109 of 255 = 43%

105
119
109

R + G + B ~ 44%. #69776D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 119 + 109 = 333 (100%)
R 105 of 333 ~ 31.53%
G 119 of 333 ~ 35.74%
B 109 of 333 ~ 32.73'%

%31.53
%35.74
%32.73

CMYK color model

#69776D color CMYK value is (12,0,8,53).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 53.33%

CMYK: (12,0,8,53)
C12M0Y8K53 (12%, 0%, 8%, 53%)
(0.12 / 0.00 / 0.08 / 0.53)

CMYK percentages

%11.76
%0
%8.4
%53.33

Codes

Color #69776D in popluar color models

69 77 6D
RGB 105 119 109
HSL 137° 6.25% 43.92%
HSB/HSV 137° 11.76% 46.67%
CMYK 11.76% 0.00% 8.40%
53.33%

Color #69776D in popluar number systems.

HEX 69 77 6D
Decimal 105 119 109
Binary 1101001 1110111 1101101
Octal 151 167 155

Shades and tints

Shades of #69776D

#69776D
(105,119,109)
#606D64
(96,109,100)
#57635B
(87,99,91)
#4E5952
(78,89,82)
#454F49
(69,79,73)
#3C4540
(60,69,64)
#333B37
(51,59,55)
#2A312E
(42,49,46)
#212725
(33,39,37)
#181D1C
(24,29,28)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #69776D

#69776D
(105,119,109)
#76837A
(118,131,122)
#838F87
(131,143,135)
#909B94
(144,155,148)
#9DA7A1
(157,167,161)
#AAB3AE
(170,179,174)
#B7BFBB
(183,191,187)
#C4CBC8
(196,203,200)
#D1D7D5
(209,215,213)
#DEE3E2
(222,227,226)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69776D color. Also use rgb(105,119,109) instead hex code.

Text Font Color

.myTextColor { color: #69776D; }

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

This text font color is #69776D.

Background Color

.myBgColor { background-color: #69776D; }

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

This div background color is #69776D.

Border color

.myBorderColor { border: 1px solid #69776D; }

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

This div border color is #69776D.

Opacity

.myOpacity80 { color: #69776D; opacity: 0.8; }

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

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

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

This text has shadow with #69776D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69776D.

Preview

Color preview on black background

This text has color #69776D on black background.


Color preview on white background

This text has color #69776D on white background.


Black color preview on #69776D background

This text has black color on #69776D background.


White color preview on #69776D background

This text has white color on #69776D background.


Related colors

Complementary color

Complementary color for #hex is #968892.


I love getcolorcode.com

Triadic colors

1 #6D6977 and #776D69 with #69776D are triadic colors.

2 #6D7769 and #77696D with #69776D are triadic colors.