COLOR #7C667A

HEX: #7C667A RGB: (124,102,122)

Color info

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

RGB color model

#7C667A color RGB value is (124,102,122).

RGB: (124,102,122) (49%, 40%, 48%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 122 of 255 = 48%

124
102
122

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

Portions of RGB colors in percentages

R + G + B = 124 + 102 + 122 = 348 (100%)
R 124 of 348 ~ 35.63%
G 102 of 348 ~ 29.31%
B 122 of 348 ~ 35.06'%

%35.63
%29.31
%35.06

CMYK color model

#7C667A color CMYK value is (0,18,2,51).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK: (0,18,2,51) C0M18Y2K51 (0%,18%,2%,51%) (0.00/0.18/0.02/0.51) 

CMYK percentages

%0
%17.74
%1.61
%51.37

Codes

Color #7C667A in popluar color models

7C 66 7A
RGB 124 102 122
HSL 305° 9.73% 44.31%
HSB/HSV 305° 17.74% 48.63%
CMYK 0.00% 17.74% 1.61%
51.37%

Color #7C667A in popluar number systems.

HEX 7C 66 7A
Decimal 124 102 122
Binary 1111100 1100110 1111010
Octal 174 146 172

Shades and tints

Shades of #7C667A

#7C667A
(124,102,122)
#715D6F
(113,93,111)
#665464
(102,84,100)
#5B4B59
(91,75,89)
#50424E
(80,66,78)
#453943
(69,57,67)
#3A3038
(58,48,56)
#2F272D
(47,39,45)
#241E22
(36,30,34)
#191517
(25,21,23)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #7C667A

#7C667A
(124,102,122)
#877386
(135,115,134)
#928092
(146,128,146)
#9D8D9E
(157,141,158)
#A89AAA
(168,154,170)
#B3A7B6
(179,167,182)
#BEB4C2
(190,180,194)
#C9C1CE
(201,193,206)
#D4CEDA
(212,206,218)
#DFDBE6
(223,219,230)
#EAE8F2
(234,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C667A; }

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

This text font color is #7C667A.

Background Color

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

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

This div background color is #7C667A.

Border color

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

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

This div border color is #7C667A.

Opacity

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

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

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

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

This text has shadow with #7C667A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C667A.

Preview

Color preview on black background

This text has color #7C667A on black background.


Color preview on white background

This text has color #7C667A on white background.


Black color preview on #7C667A background

This text has black color on #7C667A background.


White color preview on #7C667A background

This text has white color on #7C667A background.


Related colors

Complementary color

Complementary color for #hex is #839985.


I love getcolorcode.com

Triadic colors

1 #7A7C66 and #667A7C with #7C667A are triadic colors.

2 #7A667C and #667C7A with #7C667A are triadic colors.