COLOR #7C6450

HEX: #7C6450 RGB: (124,100,80)

Color info

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

RGB color model

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

RGB: (124,100,80) (49%, 39%, 31%)

RGB channels and saturation

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

124
100
80

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

Portions of RGB colors in percentages

R + G + B = 124 + 100 + 80 = 304 (100%)
R 124 of 304 ~ 40.79%
G 100 of 304 ~ 32.89%
B 80 of 304 ~ 26.32'%

%40.79
%32.89
%26.32

CMYK color model

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

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

CMYK: (0,19,35,51)
C0M19Y35K51 (0%, 19%, 35%, 51%)
(0.00 / 0.19 / 0.35 / 0.51)

CMYK percentages

%0
%19.35
%35.48
%51.37

Codes

Color #7C6450 in popluar color models

7C 64 50
RGB 124 100 80
HSL 27° 21.57% 40.00%
HSB/HSV 27° 35.48% 48.63%
CMYK 0.00% 19.35% 35.48%
51.37%

Color #7C6450 in popluar number systems.

HEX 7C 64 50
Decimal 124 100 80
Binary 1111100 1100100 1010000
Octal 174 144 120

Shades and tints

Shades of #7C6450

#7C6450
(124,100,80)
#715B49
(113,91,73)
#665242
(102,82,66)
#5B493B
(91,73,59)
#504034
(80,64,52)
#45372D
(69,55,45)
#3A2E26
(58,46,38)
#2F251F
(47,37,31)
#241C18
(36,28,24)
#191311
(25,19,17)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #7C6450

#7C6450
(124,100,80)
#87725F
(135,114,95)
#92806E
(146,128,110)
#9D8E7D
(157,142,125)
#A89C8C
(168,156,140)
#B3AA9B
(179,170,155)
#BEB8AA
(190,184,170)
#C9C6B9
(201,198,185)
#D4D4C8
(212,212,200)
#DFE2D7
(223,226,215)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6450; }

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

This text font color is #7C6450.

Background Color

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

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

This div background color is #7C6450.

Border color

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

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

This div border color is #7C6450.

Opacity

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

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

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

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

This text has shadow with #7C6450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6450.

Preview

Color preview on black background

This text has color #7C6450 on black background.


Color preview on white background

This text has color #7C6450 on white background.


Black color preview on #7C6450 background

This text has black color on #7C6450 background.


White color preview on #7C6450 background

This text has white color on #7C6450 background.


Related colors

Complementary color

Complementary color for #hex is #839BAF.


I love getcolorcode.com

Triadic colors

1 #507C64 and #64507C with #7C6450 are triadic colors.

2 #50647C and #647C50 with #7C6450 are triadic colors.