COLOR #7C605E

HEX: #7C605E RGB: (124,96,94)

Color info

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

RGB color model

#7C605E color RGB value is (124,96,94).

RGB: (124,96,94) (49%, 38%, 37%)

RGB channels and saturation

R 124 of 255 = 49%
G 96 of 255 = 38%
B 94 of 255 = 37%

124
96
94

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

Portions of RGB colors in percentages

R + G + B = 124 + 96 + 94 = 314 (100%)
R 124 of 314 ~ 39.49%
G 96 of 314 ~ 30.57%
B 94 of 314 ~ 29.94'%

%39.49
%30.57
%29.94

CMYK color model

#7C605E color CMYK value is (0,23,24,51).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 24.19%
  • key color value is 51.37%

CMYK: (0,23,24,51)
C0M23Y24K51 (0%, 23%, 24%, 51%)
(0.00 / 0.23 / 0.24 / 0.51)

CMYK percentages

%0
%22.58
%24.19
%51.37

Codes

Color #7C605E in popluar color models

7C 60 5E
RGB 124 96 94
HSL 13.76% 42.75%
HSB/HSV 24.19% 48.63%
CMYK 0.00% 22.58% 24.19%
51.37%

Color #7C605E in popluar number systems.

HEX 7C 60 5E
Decimal 124 96 94
Binary 1111100 1100000 1011110
Octal 174 140 136

Shades and tints

Shades of #7C605E

#7C605E
(124,96,94)
#715856
(113,88,86)
#66504E
(102,80,78)
#5B4846
(91,72,70)
#50403E
(80,64,62)
#453836
(69,56,54)
#3A302E
(58,48,46)
#2F2826
(47,40,38)
#24201E
(36,32,30)
#191816
(25,24,22)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #7C605E

#7C605E
(124,96,94)
#876E6C
(135,110,108)
#927C7A
(146,124,122)
#9D8A88
(157,138,136)
#A89896
(168,152,150)
#B3A6A4
(179,166,164)
#BEB4B2
(190,180,178)
#C9C2C0
(201,194,192)
#D4D0CE
(212,208,206)
#DFDEDC
(223,222,220)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C605E; }

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

This text font color is #7C605E.

Background Color

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

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

This div background color is #7C605E.

Border color

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

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

This div border color is #7C605E.

Opacity

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

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

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

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

This text has shadow with #7C605E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C605E.

Preview

Color preview on black background

This text has color #7C605E on black background.


Color preview on white background

This text has color #7C605E on white background.


Black color preview on #7C605E background

This text has black color on #7C605E background.


White color preview on #7C605E background

This text has white color on #7C605E background.


Related colors

Complementary color

Complementary color for #hex is #839FA1.


I love getcolorcode.com

Triadic colors

1 #5E7C60 and #605E7C with #7C605E are triadic colors.

2 #5E607C and #607C5E with #7C605E are triadic colors.