COLOR #7C696F

HEX: #7C696F
RGB: (124,105,111)

Color info

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

RGB color model

#7C696F color RGB value is (124,105,111).

  • red value is 124;
  • green value is 105;
  • blue value is 111.
RGB:
(124,105,111)
(49%,41%,44%)

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 111 of 255 = 44%

124
105
111

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

Portions of RGB colors in percentages

R + G + B =
124 + 105 + 111 = 340 (100%)
R 124 of 340 ~ 36.47%
G 105 of 340 ~ 30.88%
B 111 of 340 ~ 32.65%

%36.47
%30.88
%32.65

CMYK color model

#7C696F color CMYK value is (0,15,10,51).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 10.48%
  • key color value is 51.37%
CMYK:
(0,15,10,51)
C0M15Y10K51 
(0%,15%,10%,51%)
(0.00/0.15/0.10/0.51)	

CMYK percentages

%0
%15.32
%10.48
%51.37

Codes

Color #7C696F in popluar color models

7C696F
RGB124105111
HSL341°8.30%44.90%
HSB/HSV341°15.32%48.63%
CMYK0.00%15.32%10.48%
51.37%

Color #7C696F in popluar number systems.

HEX7C696F
Decimal124105111
Binary111110011010011101111
Octal174151157

Shades and tints

Shades of #7C696F

#7C696F
(124,105,111)
#716065
(113,96,101)
#66575B
(102,87,91)
#5B4E51
(91,78,81)
#504547
(80,69,71)
#453C3D
(69,60,61)
#3A3333
(58,51,51)
#2F2A29
(47,42,41)
#24211F
(36,33,31)
#191815
(25,24,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #7C696F

#7C696F
(124,105,111)
#87767C
(135,118,124)
#928389
(146,131,137)
#9D9096
(157,144,150)
#A89DA3
(168,157,163)
#B3AAB0
(179,170,176)
#BEB7BD
(190,183,189)
#C9C4CA
(201,196,202)
#D4D1D7
(212,209,215)
#DFDEE4
(223,222,228)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C696F; }

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

This text font color is #7C696F.


Background Color

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

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

This div background color is #7C696F.


Border color

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

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

This div border color is #7C696F.


Opacity

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

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

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

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

This text has shadow with #7C696F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C696F on black background.


Color preview on white background

This text has color #7C696F on white background.



Black color preview on #7C696F background

This text has black color on #7C696F background.


White color preview on #7C696F background

This text has white color on #7C696F background.