COLOR #7C696B

HEX: #7C696B RGB: (124,105,107)

Color info

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

RGB color model

#7C696B color RGB value is (124,105,107).

RGB: (124,105,107) (49%, 41%, 42%)

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 107 of 255 = 42%

124
105
107

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

Portions of RGB colors in percentages

R + G + B = 124 + 105 + 107 = 336 (100%)
R 124 of 336 ~ 36.9%
G 105 of 336 ~ 31.25%
B 107 of 336 ~ 31.85'%

%36.9
%31.25
%31.85

CMYK color model

#7C696B color CMYK value is (0,15,14,51).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 13.71%
  • key color value is 51.37%

CMYK: (0,15,14,51)
C0M15Y14K51 (0%, 15%, 14%, 51%)
(0.00 / 0.15 / 0.14 / 0.51)

CMYK percentages

%0
%15.32
%13.71
%51.37

Codes

Color #7C696B in popluar color models

7C 69 6B
RGB 124 105 107
HSL 354° 8.30% 44.90%
HSB/HSV 354° 15.32% 48.63%
CMYK 0.00% 15.32% 13.71%
51.37%

Color #7C696B in popluar number systems.

HEX 7C 69 6B
Decimal 124 105 107
Binary 1111100 1101001 1101011
Octal 174 151 153

Shades and tints

Shades of #7C696B

#7C696B
(124,105,107)
#716062
(113,96,98)
#665759
(102,87,89)
#5B4E50
(91,78,80)
#504547
(80,69,71)
#453C3E
(69,60,62)
#3A3335
(58,51,53)
#2F2A2C
(47,42,44)
#242123
(36,33,35)
#19181A
(25,24,26)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #7C696B

#7C696B
(124,105,107)
#877678
(135,118,120)
#928385
(146,131,133)
#9D9092
(157,144,146)
#A89D9F
(168,157,159)
#B3AAAC
(179,170,172)
#BEB7B9
(190,183,185)
#C9C4C6
(201,196,198)
#D4D1D3
(212,209,211)
#DFDEE0
(223,222,224)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C696B color. Also use rgb(124,105,107) instead hex code.

Text Font Color

.myTextColor { color: #7C696B; }

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

This text font color is #7C696B.

Background Color

.myBgColor { background-color: #7C696B; }

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

This div background color is #7C696B.

Border color

.myBorderColor { border: 1px solid #7C696B; }

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

This div border color is #7C696B.

Opacity

.myOpacity80 { color: #7C696B; opacity: 0.8; }

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

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

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

This text has shadow with #7C696B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C696B.

Preview

Color preview on black background

This text has color #7C696B on black background.


Color preview on white background

This text has color #7C696B on white background.


Black color preview on #7C696B background

This text has black color on #7C696B background.


White color preview on #7C696B background

This text has white color on #7C696B background.


Related colors

Complementary color

Complementary color for #hex is #839694.


I love getcolorcode.com

Triadic colors

1 #6B7C69 and #696B7C with #7C696B are triadic colors.

2 #6B697C and #697C6B with #7C696B are triadic colors.