COLOR #7C6A6C

HEX: #7C6A6C RGB: (124,106,108)

Color info

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

RGB color model

#7C6A6C color RGB value is (124,106,108).

RGB: (124,106,108) (49%, 42%, 42%)

RGB channels and saturation

R 124 of 255 = 49%
G 106 of 255 = 42%
B 108 of 255 = 42%

124
106
108

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

Portions of RGB colors in percentages

R + G + B = 124 + 106 + 108 = 338 (100%)
R 124 of 338 ~ 36.69%
G 106 of 338 ~ 31.36%
B 108 of 338 ~ 31.95'%

%36.69
%31.36
%31.95

CMYK color model

#7C6A6C color CMYK value is (0,15,13,51).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 12.90%
  • key color value is 51.37%
CMYK: (0,15,13,51) C0M15Y13K51 (0%,15%,13%,51%) (0.00/0.15/0.13/0.51) 

CMYK percentages

%0
%14.52
%12.9
%51.37

Codes

Color #7C6A6C in popluar color models

7C 6A 6C
RGB 124 106 108
HSL 353° 7.83% 45.10%
HSB/HSV 353° 14.52% 48.63%
CMYK 0.00% 14.52% 12.90%
51.37%

Color #7C6A6C in popluar number systems.

HEX 7C 6A 6C
Decimal 124 106 108
Binary 1111100 1101010 1101100
Octal 174 152 154

Shades and tints

Shades of #7C6A6C

#7C6A6C
(124,106,108)
#716163
(113,97,99)
#66585A
(102,88,90)
#5B4F51
(91,79,81)
#504648
(80,70,72)
#453D3F
(69,61,63)
#3A3436
(58,52,54)
#2F2B2D
(47,43,45)
#242224
(36,34,36)
#19191B
(25,25,27)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #7C6A6C

#7C6A6C
(124,106,108)
#877779
(135,119,121)
#928486
(146,132,134)
#9D9193
(157,145,147)
#A89EA0
(168,158,160)
#B3ABAD
(179,171,173)
#BEB8BA
(190,184,186)
#C9C5C7
(201,197,199)
#D4D2D4
(212,210,212)
#DFDFE1
(223,223,225)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6A6C color. Also use rgb(124,106,108) instead hex code.

Text Font Color

.myTextColor { color: #7C6A6C; }

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

This text font color is #7C6A6C.

Background Color

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

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

This div background color is #7C6A6C.

Border color

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

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

This div border color is #7C6A6C.

Opacity

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

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

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

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

This text has shadow with #7C6A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6A6C.

Preview

Color preview on black background

This text has color #7C6A6C on black background.


Color preview on white background

This text has color #7C6A6C on white background.


Black color preview on #7C6A6C background

This text has black color on #7C6A6C background.


White color preview on #7C6A6C background

This text has white color on #7C6A6C background.


Related colors

Complementary color

Complementary color for #hex is #839593.


I love getcolorcode.com

Triadic colors

1 #6C7C6A and #6A6C7C with #7C6A6C are triadic colors.

2 #6C6A7C and #6A7C6C with #7C6A6C are triadic colors.