COLOR #7C485E

HEX: #7C485E RGB: (124,72,94)

Color info

#7C485E contains red, green and blue colors in about the same proportion. Web safe color of #7C485E is #663366 (or #636).

RGB color model

#7C485E color RGB value is (124,72,94).

RGB: (124,72,94) (49%, 28%, 37%)

RGB channels and saturation

R 124 of 255 = 49%
G 72 of 255 = 28%
B 94 of 255 = 37%

124
72
94

R + G + B ~ 38%. #7C485E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 72 + 94 = 290 (100%)
R 124 of 290 ~ 42.76%
G 72 of 290 ~ 24.83%
B 94 of 290 ~ 32.41'%

%42.76
%24.83
%32.41

CMYK color model

#7C485E color CMYK value is (0,42,24,51).

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

CMYK: (0,42,24,51)
C0M42Y24K51 (0%, 42%, 24%, 51%)
(0.00 / 0.42 / 0.24 / 0.51)

CMYK percentages

%0
%41.94
%24.19
%51.37

Codes

Color #7C485E in popluar color models

7C 48 5E
RGB 124 72 94
HSL 335° 26.53% 38.43%
HSB/HSV 335° 41.94% 48.63%
CMYK 0.00% 41.94% 24.19%
51.37%

Color #7C485E in popluar number systems.

HEX 7C 48 5E
Decimal 124 72 94
Binary 1111100 1001000 1011110
Octal 174 110 136

Shades and tints

Shades of #7C485E

#7C485E
(124,72,94)
#714256
(113,66,86)
#663C4E
(102,60,78)
#5B3646
(91,54,70)
#50303E
(80,48,62)
#452A36
(69,42,54)
#3A242E
(58,36,46)
#2F1E26
(47,30,38)
#24181E
(36,24,30)
#191216
(25,18,22)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #7C485E

#7C485E
(124,72,94)
#87586C
(135,88,108)
#92687A
(146,104,122)
#9D7888
(157,120,136)
#A88896
(168,136,150)
#B398A4
(179,152,164)
#BEA8B2
(190,168,178)
#C9B8C0
(201,184,192)
#D4C8CE
(212,200,206)
#DFD8DC
(223,216,220)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C485E; }

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

This text font color is #7C485E.

Background Color

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

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

This div background color is #7C485E.

Border color

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

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

This div border color is #7C485E.

Opacity

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

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

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

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

This text has shadow with #7C485E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C485E.

Preview

Color preview on black background

This text has color #7C485E on black background.


Color preview on white background

This text has color #7C485E on white background.


Black color preview on #7C485E background

This text has black color on #7C485E background.


White color preview on #7C485E background

This text has white color on #7C485E background.


Related colors

Complementary color

Complementary color for #hex is #83B7A1.


I love getcolorcode.com

Triadic colors

1 #5E7C48 and #485E7C with #7C485E are triadic colors.

2 #5E487C and #487C5E with #7C485E are triadic colors.