COLOR #7C436B

HEX: #7C436B
RGB: (124,67,107)

Color info

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

RGB color model

#7C436B color RGB value is (124,67,107).

  • red value is 124;
  • green value is 67;
  • blue value is 107.
RGB:
(124,67,107)
(49%,26%,42%)

RGB channels and saturation

R 124 of 255 = 49%
G 67 of 255 = 26%
B 107 of 255 = 42%

124
67
107

R + G + B ~ 39%. #7C436B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 67 + 107 = 298 (100%)
R 124 of 298 ~ 41.61%
G 67 of 298 ~ 22.48%
B 107 of 298 ~ 35.91%

%41.61
%22.48
%35.91

CMYK color model

#7C436B color CMYK value is (0,46,14,51).

  • cyan value is 0.00%
  • magenta value is 45.97%
  • yellow value is 13.71%
  • key color value is 51.37%
CMYK:
(0,46,14,51)
C0M46Y14K51 
(0%,46%,14%,51%)
(0.00/0.46/0.14/0.51)	

CMYK percentages

%0
%45.97
%13.71
%51.37

Codes

Color #7C436B in popluar color models

7C436B
RGB12467107
HSL318°29.84%37.45%
HSB/HSV318°45.97%48.63%
CMYK0.00%45.97%13.71%
51.37%

Color #7C436B in popluar number systems.

HEX7C436B
Decimal12467107
Binary111110010000111101011
Octal174103153

Shades and tints

Shades of #7C436B

#7C436B
(124,67,107)
#713D62
(113,61,98)
#663759
(102,55,89)
#5B3150
(91,49,80)
#502B47
(80,43,71)
#45253E
(69,37,62)
#3A1F35
(58,31,53)
#2F192C
(47,25,44)
#241323
(36,19,35)
#190D1A
(25,13,26)
#0E0711
(14,7,17)
#000000
(0,0,0)

Tints of #7C436B

#7C436B
(124,67,107)
#875478
(135,84,120)
#926585
(146,101,133)
#9D7692
(157,118,146)
#A8879F
(168,135,159)
#B398AC
(179,152,172)
#BEA9B9
(190,169,185)
#C9BAC6
(201,186,198)
#D4CBD3
(212,203,211)
#DFDCE0
(223,220,224)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C436B; }

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

This text font color is #7C436B.


Background Color

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

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

This div background color is #7C436B.


Border color

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

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

This div border color is #7C436B.


Opacity

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

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

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

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

This text has shadow with #7C436B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C436B on black background.


Color preview on white background

This text has color #7C436B on white background.



Black color preview on #7C436B background

This text has black color on #7C436B background.


White color preview on #7C436B background

This text has white color on #7C436B background.