COLOR #7C767A

HEX: #7C767A
RGB: (124,118,122)

Color info

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

RGB color model

#7C767A color RGB value is (124,118,122).

  • red value is 124;
  • green value is 118;
  • blue value is 122.
RGB:
(124,118,122)
(49%,46%,48%)

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 122 of 255 = 48%

124
118
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 122 = 364 (100%)
R 124 of 364 ~ 34.07%
G 118 of 364 ~ 32.42%
B 122 of 364 ~ 33.52%

%34.07
%32.42
%33.52

CMYK color model

#7C767A color CMYK value is (0,5,2,51).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(0,5,2,51)
C0M5Y2K51 
(0%,5%,2%,51%)
(0.00/0.05/0.02/0.51)	

CMYK percentages

%0
%4.84
%1.61
%51.37

Codes

Color #7C767A in popluar color models

7C767A
RGB124118122
HSL320°2.48%47.45%
HSB/HSV320°4.84%48.63%
CMYK0.00%4.84%1.61%
51.37%

Color #7C767A in popluar number systems.

HEX7C767A
Decimal124118122
Binary111110011101101111010
Octal174166172

Shades and tints

Shades of #7C767A

#7C767A
(124,118,122)
#716C6F
(113,108,111)
#666264
(102,98,100)
#5B5859
(91,88,89)
#504E4E
(80,78,78)
#454443
(69,68,67)
#3A3A38
(58,58,56)
#2F302D
(47,48,45)
#242622
(36,38,34)
#191C17
(25,28,23)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #7C767A

#7C767A
(124,118,122)
#878286
(135,130,134)
#928E92
(146,142,146)
#9D9A9E
(157,154,158)
#A8A6AA
(168,166,170)
#B3B2B6
(179,178,182)
#BEBEC2
(190,190,194)
#C9CACE
(201,202,206)
#D4D6DA
(212,214,218)
#DFE2E6
(223,226,230)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C767A color. Also use rgb(124,118,122) instead hex code.

Text Font Color

.myTextColor { color: #7C767A; }

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

This text font color is #7C767A.


Background Color

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

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

This div background color is #7C767A.


Border color

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

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

This div border color is #7C767A.


Opacity

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

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

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

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

This text has shadow with #7C767A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C767A on black background.


Color preview on white background

This text has color #7C767A on white background.



Black color preview on #7C767A background

This text has black color on #7C767A background.


White color preview on #7C767A background

This text has white color on #7C767A background.