COLOR #7C6262

HEX: #7C6262
RGB: (124,98,98)

Color info

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

RGB color model

#7C6262 color RGB value is (124,98,98).

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

RGB channels and saturation

R 124 of 255 = 49%
G 98 of 255 = 38%
B 98 of 255 = 38%

124
98
98

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

Portions of RGB colors in percentages

R + G + B =
124 + 98 + 98 = 320 (100%)
R 124 of 320 ~ 38.75%
G 98 of 320 ~ 30.63%
B 98 of 320 ~ 30.63%

%38.75
%30.63
%30.63

CMYK color model

#7C6262 color CMYK value is (0,21,21,51).

  • cyan value is 0.00%
  • magenta value is 20.97%
  • yellow value is 20.97%
  • key color value is 51.37%
CMYK:
(0,21,21,51)
C0M21Y21K51 
(0%,21%,21%,51%)
(0.00/0.21/0.21/0.51)	

CMYK percentages

%0
%20.97
%20.97
%51.37

Codes

Color #7C6262 in popluar color models

7C6262
RGB1249898
HSL11.71%43.53%
HSB/HSV20.97%48.63%
CMYK0.00%20.97%20.97%
51.37%

Color #7C6262 in popluar number systems.

HEX7C6262
Decimal1249898
Binary111110011000101100010
Octal174142142

Shades and tints

Shades of #7C6262

#7C6262
(124,98,98)
#715A5A
(113,90,90)
#665252
(102,82,82)
#5B4A4A
(91,74,74)
#504242
(80,66,66)
#453A3A
(69,58,58)
#3A3232
(58,50,50)
#2F2A2A
(47,42,42)
#242222
(36,34,34)
#191A1A
(25,26,26)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #7C6262

#7C6262
(124,98,98)
#877070
(135,112,112)
#927E7E
(146,126,126)
#9D8C8C
(157,140,140)
#A89A9A
(168,154,154)
#B3A8A8
(179,168,168)
#BEB6B6
(190,182,182)
#C9C4C4
(201,196,196)
#D4D2D2
(212,210,210)
#DFE0E0
(223,224,224)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6262; }

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

This text font color is #7C6262.


Background Color

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

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

This div background color is #7C6262.


Border color

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

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

This div border color is #7C6262.


Opacity

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

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

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

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

This text has shadow with #7C6262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6262 on black background.


Color preview on white background

This text has color #7C6262 on white background.



Black color preview on #7C6262 background

This text has black color on #7C6262 background.


White color preview on #7C6262 background

This text has white color on #7C6262 background.