COLOR #7B4450

HEX: #7B4450 RGB: (123,68,80)

Color info

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

RGB color model

#7B4450 color RGB value is (123,68,80).

RGB: (123,68,80) (48%, 27%, 31%)

RGB channels and saturation

R 123 of 255 = 48%
G 68 of 255 = 27%
B 80 of 255 = 31%

123
68
80

R + G + B ~ 35%. #7B4450 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 68 + 80 = 271 (100%)
R 123 of 271 ~ 45.39%
G 68 of 271 ~ 25.09%
B 80 of 271 ~ 29.52'%

%45.39
%25.09
%29.52

CMYK color model

#7B4450 color CMYK value is (0,45,35,52).

  • cyan value is 0.00%
  • magenta value is 44.72%
  • yellow value is 34.96%
  • key color value is 51.76%

CMYK: (0,45,35,52)
C0M45Y35K52 (0%, 45%, 35%, 52%)
(0.00 / 0.45 / 0.35 / 0.52)

CMYK percentages

%0
%44.72
%34.96
%51.76

Codes

Color #7B4450 in popluar color models

7B 44 50
RGB 123 68 80
HSL 347° 28.80% 37.45%
HSB/HSV 347° 44.72% 48.24%
CMYK 0.00% 44.72% 34.96%
51.76%

Color #7B4450 in popluar number systems.

HEX 7B 44 50
Decimal 123 68 80
Binary 1111011 1000100 1010000
Octal 173 104 120

Shades and tints

Shades of #7B4450

#7B4450
(123,68,80)
#703E49
(112,62,73)
#653842
(101,56,66)
#5A323B
(90,50,59)
#4F2C34
(79,44,52)
#44262D
(68,38,45)
#392026
(57,32,38)
#2E1A1F
(46,26,31)
#231418
(35,20,24)
#180E11
(24,14,17)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #7B4450

#7B4450
(123,68,80)
#87555F
(135,85,95)
#93666E
(147,102,110)
#9F777D
(159,119,125)
#AB888C
(171,136,140)
#B7999B
(183,153,155)
#C3AAAA
(195,170,170)
#CFBBB9
(207,187,185)
#DBCCC8
(219,204,200)
#E7DDD7
(231,221,215)
#F3EEE6
(243,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4450 color. Also use rgb(123,68,80) instead hex code.

Text Font Color

.myTextColor { color: #7B4450; }

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

This text font color is #7B4450.

Background Color

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

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

This div background color is #7B4450.

Border color

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

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

This div border color is #7B4450.

Opacity

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

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

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

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

This text has shadow with #7B4450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4450.

Preview

Color preview on black background

This text has color #7B4450 on black background.


Color preview on white background

This text has color #7B4450 on white background.


Black color preview on #7B4450 background

This text has black color on #7B4450 background.


White color preview on #7B4450 background

This text has white color on #7B4450 background.


Related colors

Complementary color

Complementary color for #hex is #84BBAF.


I love getcolorcode.com

Triadic colors

1 #507B44 and #44507B with #7B4450 are triadic colors.

2 #50447B and #447B50 with #7B4450 are triadic colors.