COLOR #69776B

HEX: #69776B
RGB: (105,119,107)

Color info

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

RGB color model

#69776B color RGB value is (105,119,107).

  • red value is 105;
  • green value is 119;
  • blue value is 107.
RGB:
(105,119,107)
(41%,47%,42%)

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 107 of 255 = 42%

105
119
107

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

Portions of RGB colors in percentages

R + G + B =
105 + 119 + 107 = 331 (100%)
R 105 of 331 ~ 31.72%
G 119 of 331 ~ 35.95%
B 107 of 331 ~ 32.33%

%31.72
%35.95
%32.33

CMYK color model

#69776B color CMYK value is (12,0,10,53).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(12,0,10,53)
C12M0Y10K53 
(12%,0%,10%,53%)
(0.12/0.00/0.10/0.53)	

CMYK percentages

%11.76
%0
%10.08
%53.33

Codes

Color #69776B in popluar color models

69776B
RGB105119107
HSL129°6.25%43.92%
HSB/HSV129°11.76%46.67%
CMYK11.76%0.00%10.08%
53.33%

Color #69776B in popluar number systems.

HEX69776B
Decimal105119107
Binary110100111101111101011
Octal151167153

Shades and tints

Shades of #69776B

#69776B
(105,119,107)
#606D62
(96,109,98)
#576359
(87,99,89)
#4E5950
(78,89,80)
#454F47
(69,79,71)
#3C453E
(60,69,62)
#333B35
(51,59,53)
#2A312C
(42,49,44)
#212723
(33,39,35)
#181D1A
(24,29,26)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #69776B

#69776B
(105,119,107)
#768378
(118,131,120)
#838F85
(131,143,133)
#909B92
(144,155,146)
#9DA79F
(157,167,159)
#AAB3AC
(170,179,172)
#B7BFB9
(183,191,185)
#C4CBC6
(196,203,198)
#D1D7D3
(209,215,211)
#DEE3E0
(222,227,224)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69776B; }

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

This text font color is #69776B.


Background Color

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

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

This div background color is #69776B.


Border color

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

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

This div border color is #69776B.


Opacity

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

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

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

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

This text has shadow with #69776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69776B on black background.


Color preview on white background

This text has color #69776B on white background.



Black color preview on #69776B background

This text has black color on #69776B background.


White color preview on #69776B background

This text has white color on #69776B background.