COLOR #7C6564

HEX: #7C6564 RGB: (124,101,100)

Color info

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

RGB color model

#7C6564 color RGB value is (124,101,100).

RGB: (124,101,100) (49%, 40%, 39%)

RGB channels and saturation

R 124 of 255 = 49%
G 101 of 255 = 40%
B 100 of 255 = 39%

124
101
100

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

Portions of RGB colors in percentages

R + G + B = 124 + 101 + 100 = 325 (100%)
R 124 of 325 ~ 38.15%
G 101 of 325 ~ 31.08%
B 100 of 325 ~ 30.77'%

%38.15
%31.08
%30.77

CMYK color model

#7C6564 color CMYK value is (0,19,19,51).

  • cyan value is 0.00%
  • magenta value is 18.55%
  • yellow value is 19.35%
  • key color value is 51.37%

CMYK: (0,19,19,51)
C0M19Y19K51 (0%, 19%, 19%, 51%)
(0.00 / 0.19 / 0.19 / 0.51)

CMYK percentages

%0
%18.55
%19.35
%51.37

Codes

Color #7C6564 in popluar color models

7C 65 64
RGB 124 101 100
HSL 10.71% 43.92%
HSB/HSV 19.35% 48.63%
CMYK 0.00% 18.55% 19.35%
51.37%

Color #7C6564 in popluar number systems.

HEX 7C 65 64
Decimal 124 101 100
Binary 1111100 1100101 1100100
Octal 174 145 144

Shades and tints

Shades of #7C6564

#7C6564
(124,101,100)
#715C5B
(113,92,91)
#665352
(102,83,82)
#5B4A49
(91,74,73)
#504140
(80,65,64)
#453837
(69,56,55)
#3A2F2E
(58,47,46)
#2F2625
(47,38,37)
#241D1C
(36,29,28)
#191413
(25,20,19)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #7C6564

#7C6564
(124,101,100)
#877372
(135,115,114)
#928180
(146,129,128)
#9D8F8E
(157,143,142)
#A89D9C
(168,157,156)
#B3ABAA
(179,171,170)
#BEB9B8
(190,185,184)
#C9C7C6
(201,199,198)
#D4D5D4
(212,213,212)
#DFE3E2
(223,227,226)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6564 color. Also use rgb(124,101,100) instead hex code.

Text Font Color

.myTextColor { color: #7C6564; }

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

This text font color is #7C6564.

Background Color

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

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

This div background color is #7C6564.

Border color

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

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

This div border color is #7C6564.

Opacity

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

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

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

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

This text has shadow with #7C6564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6564.

Preview

Color preview on black background

This text has color #7C6564 on black background.


Color preview on white background

This text has color #7C6564 on white background.


Black color preview on #7C6564 background

This text has black color on #7C6564 background.


White color preview on #7C6564 background

This text has white color on #7C6564 background.


Related colors

Complementary color

Complementary color for #hex is #839A9B.


I love getcolorcode.com

Triadic colors

1 #647C65 and #65647C with #7C6564 are triadic colors.

2 #64657C and #657C64 with #7C6564 are triadic colors.