COLOR #7C696D

HEX: #7C696D
RGB: (124,105,109)

Color info

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

RGB color model

#7C696D color RGB value is (124,105,109).

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

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 109 of 255 = 43%

124
105
109

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

Portions of RGB colors in percentages

R + G + B =
124 + 105 + 109 = 338 (100%)
R 124 of 338 ~ 36.69%
G 105 of 338 ~ 31.07%
B 109 of 338 ~ 32.25%

%36.69
%31.07
%32.25

CMYK color model

#7C696D color CMYK value is (0,15,12,51).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 12.10%
  • key color value is 51.37%
CMYK:
(0,15,12,51)
C0M15Y12K51 
(0%,15%,12%,51%)
(0.00/0.15/0.12/0.51)	

CMYK percentages

%0
%15.32
%12.1
%51.37

Codes

Color #7C696D in popluar color models

7C696D
RGB124105109
HSL347°8.30%44.90%
HSB/HSV347°15.32%48.63%
CMYK0.00%15.32%12.10%
51.37%

Color #7C696D in popluar number systems.

HEX7C696D
Decimal124105109
Binary111110011010011101101
Octal174151155

Shades and tints

Shades of #7C696D

#7C696D
(124,105,109)
#716064
(113,96,100)
#66575B
(102,87,91)
#5B4E52
(91,78,82)
#504549
(80,69,73)
#453C40
(69,60,64)
#3A3337
(58,51,55)
#2F2A2E
(47,42,46)
#242125
(36,33,37)
#19181C
(25,24,28)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #7C696D

#7C696D
(124,105,109)
#87767A
(135,118,122)
#928387
(146,131,135)
#9D9094
(157,144,148)
#A89DA1
(168,157,161)
#B3AAAE
(179,170,174)
#BEB7BB
(190,183,187)
#C9C4C8
(201,196,200)
#D4D1D5
(212,209,213)
#DFDEE2
(223,222,226)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C696D; }

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

This text font color is #7C696D.


Background Color

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

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

This div background color is #7C696D.


Border color

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

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

This div border color is #7C696D.


Opacity

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

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

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

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

This text has shadow with #7C696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C696D on black background.


Color preview on white background

This text has color #7C696D on white background.



Black color preview on #7C696D background

This text has black color on #7C696D background.


White color preview on #7C696D background

This text has white color on #7C696D background.