COLOR #7C6464

HEX: #7C6464
RGB: (124,100,100)

Color info

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

RGB color model

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

  • red value is 124;
  • green value is 100;
  • blue value is 100.
RGB:
(124,100,100)
(49%,39%,39%)

RGB channels and saturation

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

124
100
100

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

Portions of RGB colors in percentages

R + G + B =
124 + 100 + 100 = 324 (100%)
R 124 of 324 ~ 38.27%
G 100 of 324 ~ 30.86%
B 100 of 324 ~ 30.86%

%38.27
%30.86
%30.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.35%
  • 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
%19.35
%19.35
%51.37

Codes

Color #7C6464 in popluar color models

7C6464
RGB124100100
HSL10.71%43.92%
HSB/HSV19.35%48.63%
CMYK0.00%19.35%19.35%
51.37%

Color #7C6464 in popluar number systems.

HEX7C6464
Decimal124100100
Binary111110011001001100100
Octal174144144

Shades and tints

Shades of #7C6464

#7C6464
(124,100,100)
#715B5B
(113,91,91)
#665252
(102,82,82)
#5B4949
(91,73,73)
#504040
(80,64,64)
#453737
(69,55,55)
#3A2E2E
(58,46,46)
#2F2525
(47,37,37)
#241C1C
(36,28,28)
#191313
(25,19,19)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #7C6464

#7C6464
(124,100,100)
#877272
(135,114,114)
#928080
(146,128,128)
#9D8E8E
(157,142,142)
#A89C9C
(168,156,156)
#B3AAAA
(179,170,170)
#BEB8B8
(190,184,184)
#C9C6C6
(201,198,198)
#D4D4D4
(212,212,212)
#DFE2E2
(223,226,226)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6464; }

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

This text font color is #7C6464.


Background Color

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

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

This div background color is #7C6464.


Border color

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

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

This div border color is #7C6464.


Opacity

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

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

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

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

This text has shadow with #7C6464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6464 on black background.


Color preview on white background

This text has color #7C6464 on white background.



Black color preview on #7C6464 background

This text has black color on #7C6464 background.


White color preview on #7C6464 background

This text has white color on #7C6464 background.