COLOR #7C697B

HEX: #7C697B
RGB: (124,105,123)

Color info

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

RGB color model

#7C697B color RGB value is (124,105,123).

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

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 123 of 255 = 48%

124
105
123

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

Portions of RGB colors in percentages

R + G + B =
124 + 105 + 123 = 352 (100%)
R 124 of 352 ~ 35.23%
G 105 of 352 ~ 29.83%
B 123 of 352 ~ 34.94%

%35.23
%29.83
%34.94

CMYK color model

#7C697B color CMYK value is (0,15,1,51).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 0.81%
  • key color value is 51.37%
CMYK:
(0,15,1,51)
C0M15Y1K51 
(0%,15%,1%,51%)
(0.00/0.15/0.01/0.51)	

CMYK percentages

%0
%15.32
%0.81
%51.37

Codes

Color #7C697B in popluar color models

7C697B
RGB124105123
HSL303°8.30%44.90%
HSB/HSV303°15.32%48.63%
CMYK0.00%15.32%0.81%
51.37%

Color #7C697B in popluar number systems.

HEX7C697B
Decimal124105123
Binary111110011010011111011
Octal174151173

Shades and tints

Shades of #7C697B

#7C697B
(124,105,123)
#716070
(113,96,112)
#665765
(102,87,101)
#5B4E5A
(91,78,90)
#50454F
(80,69,79)
#453C44
(69,60,68)
#3A3339
(58,51,57)
#2F2A2E
(47,42,46)
#242123
(36,33,35)
#191818
(25,24,24)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7C697B

#7C697B
(124,105,123)
#877687
(135,118,135)
#928393
(146,131,147)
#9D909F
(157,144,159)
#A89DAB
(168,157,171)
#B3AAB7
(179,170,183)
#BEB7C3
(190,183,195)
#C9C4CF
(201,196,207)
#D4D1DB
(212,209,219)
#DFDEE7
(223,222,231)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C697B; }

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

This text font color is #7C697B.


Background Color

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

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

This div background color is #7C697B.


Border color

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

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

This div border color is #7C697B.


Opacity

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

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

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

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

This text has shadow with #7C697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C697B on black background.


Color preview on white background

This text has color #7C697B on white background.



Black color preview on #7C697B background

This text has black color on #7C697B background.


White color preview on #7C697B background

This text has white color on #7C697B background.