COLOR #79676B

HEX: #79676B RGB: (121,103,107)

Color info

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

RGB color model

#79676B color RGB value is (121,103,107).

RGB: (121,103,107) (47%, 40%, 42%)

RGB channels and saturation

R 121 of 255 = 47%
G 103 of 255 = 40%
B 107 of 255 = 42%

121
103
107

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

Portions of RGB colors in percentages

R + G + B = 121 + 103 + 107 = 331 (100%)
R 121 of 331 ~ 36.56%
G 103 of 331 ~ 31.12%
B 107 of 331 ~ 32.33'%

%36.56
%31.12
%32.33

CMYK color model

#79676B color CMYK value is (0,15,12,53).

  • cyan value is 0.00%
  • magenta value is 14.88%
  • yellow value is 11.57%
  • key color value is 52.55%

CMYK: (0,15,12,53)
C0M15Y12K53 (0%, 15%, 12%, 53%)
(0.00 / 0.15 / 0.12 / 0.53)

CMYK percentages

%0
%14.88
%11.57
%52.55

Codes

Color #79676B in popluar color models

79 67 6B
RGB 121 103 107
HSL 347° 8.04% 43.92%
HSB/HSV 347° 14.88% 47.45%
CMYK 0.00% 14.88% 11.57%
52.55%

Color #79676B in popluar number systems.

HEX 79 67 6B
Decimal 121 103 107
Binary 1111001 1100111 1101011
Octal 171 147 153

Shades and tints

Shades of #79676B

#79676B
(121,103,107)
#6E5E62
(110,94,98)
#635559
(99,85,89)
#584C50
(88,76,80)
#4D4347
(77,67,71)
#423A3E
(66,58,62)
#373135
(55,49,53)
#2C282C
(44,40,44)
#211F23
(33,31,35)
#16161A
(22,22,26)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #79676B

#79676B
(121,103,107)
#857478
(133,116,120)
#918185
(145,129,133)
#9D8E92
(157,142,146)
#A99B9F
(169,155,159)
#B5A8AC
(181,168,172)
#C1B5B9
(193,181,185)
#CDC2C6
(205,194,198)
#D9CFD3
(217,207,211)
#E5DCE0
(229,220,224)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79676B color. Also use rgb(121,103,107) instead hex code.

Text Font Color

.myTextColor { color: #79676B; }

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

This text font color is #79676B.

Background Color

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

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

This div background color is #79676B.

Border color

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

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

This div border color is #79676B.

Opacity

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

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

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

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

This text has shadow with #79676B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79676B.

Preview

Color preview on black background

This text has color #79676B on black background.


Color preview on white background

This text has color #79676B on white background.


Black color preview on #79676B background

This text has black color on #79676B background.


White color preview on #79676B background

This text has white color on #79676B background.


Related colors

Complementary color

Complementary color for #hex is #869894.


I love getcolorcode.com

Triadic colors

1 #6B7967 and #676B79 with #79676B are triadic colors.

2 #6B6779 and #67796B with #79676B are triadic colors.