COLOR #7C435F

HEX: #7C435F RGB: (124,67,95)

Color info

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

RGB color model

#7C435F color RGB value is (124,67,95).

RGB: (124,67,95) (49%, 26%, 37%)

RGB channels and saturation

R 124 of 255 = 49%
G 67 of 255 = 26%
B 95 of 255 = 37%

124
67
95

R + G + B ~ 37%. #7C435F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 67 + 95 = 286 (100%)
R 124 of 286 ~ 43.36%
G 67 of 286 ~ 23.43%
B 95 of 286 ~ 33.22'%

%43.36
%23.43
%33.22

CMYK color model

#7C435F color CMYK value is (0,46,23,51).

  • cyan value is 0.00%
  • magenta value is 45.97%
  • yellow value is 23.39%
  • key color value is 51.37%

CMYK: (0,46,23,51)
C0M46Y23K51 (0%, 46%, 23%, 51%)
(0.00 / 0.46 / 0.23 / 0.51)

CMYK percentages

%0
%45.97
%23.39
%51.37

Codes

Color #7C435F in popluar color models

7C 43 5F
RGB 124 67 95
HSL 331° 29.84% 37.45%
HSB/HSV 331° 45.97% 48.63%
CMYK 0.00% 45.97% 23.39%
51.37%

Color #7C435F in popluar number systems.

HEX 7C 43 5F
Decimal 124 67 95
Binary 1111100 1000011 1011111
Octal 174 103 137

Shades and tints

Shades of #7C435F

#7C435F
(124,67,95)
#713D57
(113,61,87)
#66374F
(102,55,79)
#5B3147
(91,49,71)
#502B3F
(80,43,63)
#452537
(69,37,55)
#3A1F2F
(58,31,47)
#2F1927
(47,25,39)
#24131F
(36,19,31)
#190D17
(25,13,23)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #7C435F

#7C435F
(124,67,95)
#87546D
(135,84,109)
#92657B
(146,101,123)
#9D7689
(157,118,137)
#A88797
(168,135,151)
#B398A5
(179,152,165)
#BEA9B3
(190,169,179)
#C9BAC1
(201,186,193)
#D4CBCF
(212,203,207)
#DFDCDD
(223,220,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C435F color. Also use rgb(124,67,95) instead hex code.

Text Font Color

.myTextColor { color: #7C435F; }

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

This text font color is #7C435F.

Background Color

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

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

This div background color is #7C435F.

Border color

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

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

This div border color is #7C435F.

Opacity

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

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

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

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

This text has shadow with #7C435F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C435F.

Preview

Color preview on black background

This text has color #7C435F on black background.


Color preview on white background

This text has color #7C435F on white background.


Black color preview on #7C435F background

This text has black color on #7C435F background.


White color preview on #7C435F background

This text has white color on #7C435F background.


Related colors

Complementary color

Complementary color for #hex is #83BCA0.


I love getcolorcode.com

Triadic colors

1 #5F7C43 and #435F7C with #7C435F are triadic colors.

2 #5F437C and #437C5F with #7C435F are triadic colors.