COLOR #7C624E

HEX: #7C624E
RGB: (124,98,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
98
78

R + G + B ~ 39%. #7C624E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 98 + 78 = 300 (100%)
R 124 of 300 ~ 41.33%
G 98 of 300 ~ 32.67%
B 78 of 300 ~ 26%

%41.33
%32.67
%26

CMYK color model

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

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

CMYK percentages

%0
%20.97
%37.1
%51.37

Codes

Color #7C624E in popluar color models

7C624E
RGB1249878
HSL26°22.77%39.61%
HSB/HSV26°37.10%48.63%
CMYK0.00%20.97%37.10%
51.37%

Color #7C624E in popluar number systems.

HEX7C624E
Decimal1249878
Binary111110011000101001110
Octal174142116

Shades and tints

Shades of #7C624E

#7C624E
(124,98,78)
#715A47
(113,90,71)
#665240
(102,82,64)
#5B4A39
(91,74,57)
#504232
(80,66,50)
#453A2B
(69,58,43)
#3A3224
(58,50,36)
#2F2A1D
(47,42,29)
#242216
(36,34,22)
#191A0F
(25,26,15)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #7C624E

#7C624E
(124,98,78)
#87705E
(135,112,94)
#927E6E
(146,126,110)
#9D8C7E
(157,140,126)
#A89A8E
(168,154,142)
#B3A89E
(179,168,158)
#BEB6AE
(190,182,174)
#C9C4BE
(201,196,190)
#D4D2CE
(212,210,206)
#DFE0DE
(223,224,222)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C624E; }

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

This text font color is #7C624E.


Background Color

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

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

This div background color is #7C624E.


Border color

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

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

This div border color is #7C624E.


Opacity

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

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

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

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

This text has shadow with #7C624E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C624E on black background.


Color preview on white background

This text has color #7C624E on white background.



Black color preview on #7C624E background

This text has black color on #7C624E background.


White color preview on #7C624E background

This text has white color on #7C624E background.