COLOR #7C707A

HEX: #7C707A
RGB: (124,112,122)

Color info

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

RGB color model

#7C707A color RGB value is (124,112,122).

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

RGB channels and saturation

R 124 of 255 = 49%
G 112 of 255 = 44%
B 122 of 255 = 48%

124
112
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 112 + 122 = 358 (100%)
R 124 of 358 ~ 34.64%
G 112 of 358 ~ 31.28%
B 122 of 358 ~ 34.08%

%34.64
%31.28
%34.08

CMYK color model

#7C707A color CMYK value is (0,10,2,51).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(0,10,2,51)
C0M10Y2K51 
(0%,10%,2%,51%)
(0.00/0.10/0.02/0.51)	

CMYK percentages

%0
%9.68
%1.61
%51.37

Codes

Color #7C707A in popluar color models

7C707A
RGB124112122
HSL310°5.08%46.27%
HSB/HSV310°9.68%48.63%
CMYK0.00%9.68%1.61%
51.37%

Color #7C707A in popluar number systems.

HEX7C707A
Decimal124112122
Binary111110011100001111010
Octal174160172

Shades and tints

Shades of #7C707A

#7C707A
(124,112,122)
#71666F
(113,102,111)
#665C64
(102,92,100)
#5B5259
(91,82,89)
#50484E
(80,72,78)
#453E43
(69,62,67)
#3A3438
(58,52,56)
#2F2A2D
(47,42,45)
#242022
(36,32,34)
#191617
(25,22,23)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #7C707A

#7C707A
(124,112,122)
#877D86
(135,125,134)
#928A92
(146,138,146)
#9D979E
(157,151,158)
#A8A4AA
(168,164,170)
#B3B1B6
(179,177,182)
#BEBEC2
(190,190,194)
#C9CBCE
(201,203,206)
#D4D8DA
(212,216,218)
#DFE5E6
(223,229,230)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C707A; }

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

This text font color is #7C707A.


Background Color

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

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

This div background color is #7C707A.


Border color

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

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

This div border color is #7C707A.


Opacity

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

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

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

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

This text has shadow with #7C707A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C707A on black background.


Color preview on white background

This text has color #7C707A on white background.



Black color preview on #7C707A background

This text has black color on #7C707A background.


White color preview on #7C707A background

This text has white color on #7C707A background.