COLOR #7C634E

HEX: #7C634E RGB: (124,99,78)

Color info

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

RGB color model

#7C634E color RGB value is (124,99,78).

RGB: (124,99,78) (49%, 39%, 31%)

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 78 of 255 = 31%

124
99
78

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

Portions of RGB colors in percentages

R + G + B = 124 + 99 + 78 = 301 (100%)
R 124 of 301 ~ 41.2%
G 99 of 301 ~ 32.89%
B 78 of 301 ~ 25.91'%

%41.2
%32.89
%25.91

CMYK color model

#7C634E color CMYK value is (0,20,37,51).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 37.10%
  • key color value is 51.37%

CMYK: (0,20,37,51)
C0M20Y37K51 (0%, 20%, 37%, 51%)
(0.00 / 0.20 / 0.37 / 0.51)

CMYK percentages

%0
%20.16
%37.1
%51.37

Codes

Color #7C634E in popluar color models

7C 63 4E
RGB 124 99 78
HSL 27° 22.77% 39.61%
HSB/HSV 27° 37.10% 48.63%
CMYK 0.00% 20.16% 37.10%
51.37%

Color #7C634E in popluar number systems.

HEX 7C 63 4E
Decimal 124 99 78
Binary 1111100 1100011 1001110
Octal 174 143 116

Shades and tints

Shades of #7C634E

#7C634E
(124,99,78)
#715A47
(113,90,71)
#665140
(102,81,64)
#5B4839
(91,72,57)
#503F32
(80,63,50)
#45362B
(69,54,43)
#3A2D24
(58,45,36)
#2F241D
(47,36,29)
#241B16
(36,27,22)
#19120F
(25,18,15)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #7C634E

#7C634E
(124,99,78)
#87715E
(135,113,94)
#927F6E
(146,127,110)
#9D8D7E
(157,141,126)
#A89B8E
(168,155,142)
#B3A99E
(179,169,158)
#BEB7AE
(190,183,174)
#C9C5BE
(201,197,190)
#D4D3CE
(212,211,206)
#DFE1DE
(223,225,222)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C634E; }

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

This text font color is #7C634E.

Background Color

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

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

This div background color is #7C634E.

Border color

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

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

This div border color is #7C634E.

Opacity

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

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

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

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

This text has shadow with #7C634E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C634E.

Preview

Color preview on black background

This text has color #7C634E on black background.


Color preview on white background

This text has color #7C634E on white background.


Black color preview on #7C634E background

This text has black color on #7C634E background.


White color preview on #7C634E background

This text has white color on #7C634E background.


Related colors

Complementary color

Complementary color for #hex is #839CB1.


I love getcolorcode.com

Triadic colors

1 #4E7C63 and #634E7C with #7C634E are triadic colors.

2 #4E637C and #637C4E with #7C634E are triadic colors.