COLOR #7B404F

HEX: #7B404F RGB: (123,64,79)

Color info

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

RGB color model

#7B404F color RGB value is (123,64,79).

RGB: (123,64,79) (48%, 25%, 31%)

RGB channels and saturation

R 123 of 255 = 48%
G 64 of 255 = 25%
B 79 of 255 = 31%

123
64
79

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

Portions of RGB colors in percentages

R + G + B = 123 + 64 + 79 = 266 (100%)
R 123 of 266 ~ 46.24%
G 64 of 266 ~ 24.06%
B 79 of 266 ~ 29.7'%

%46.24
%24.06
%29.7

CMYK color model

#7B404F color CMYK value is (0,48,36,52).

  • cyan value is 0.00%
  • magenta value is 47.97%
  • yellow value is 35.77%
  • key color value is 51.76%
CMYK: (0,48,36,52) C0M48Y36K52 (0%,48%,36%,52%) (0.00/0.48/0.36/0.52) 

CMYK percentages

%0
%47.97
%35.77
%51.76

Codes

Color #7B404F in popluar color models

7B 40 4F
RGB 123 64 79
HSL 345° 31.55% 36.67%
HSB/HSV 345° 47.97% 48.24%
CMYK 0.00% 47.97% 35.77%
51.76%

Color #7B404F in popluar number systems.

HEX 7B 40 4F
Decimal 123 64 79
Binary 1111011 1000000 1001111
Octal 173 100 117

Shades and tints

Shades of #7B404F

#7B404F
(123,64,79)
#703B48
(112,59,72)
#653641
(101,54,65)
#5A313A
(90,49,58)
#4F2C33
(79,44,51)
#44272C
(68,39,44)
#392225
(57,34,37)
#2E1D1E
(46,29,30)
#231817
(35,24,23)
#181310
(24,19,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #7B404F

#7B404F
(123,64,79)
#87515F
(135,81,95)
#93626F
(147,98,111)
#9F737F
(159,115,127)
#AB848F
(171,132,143)
#B7959F
(183,149,159)
#C3A6AF
(195,166,175)
#CFB7BF
(207,183,191)
#DBC8CF
(219,200,207)
#E7D9DF
(231,217,223)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B404F color. Also use rgb(123,64,79) instead hex code.

Text Font Color

.myTextColor { color: #7B404F; }

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

This text font color is #7B404F.

Background Color

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

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

This div background color is #7B404F.

Border color

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

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

This div border color is #7B404F.

Opacity

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

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

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

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

This text has shadow with #7B404F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B404F.

Preview

Color preview on black background

This text has color #7B404F on black background.


Color preview on white background

This text has color #7B404F on white background.


Black color preview on #7B404F background

This text has black color on #7B404F background.


White color preview on #7B404F background

This text has white color on #7B404F background.


Related colors

Complementary color

Complementary color for #hex is #84BFB0.


I love getcolorcode.com

Triadic colors

1 #4F7B40 and #404F7B with #7B404F are triadic colors.

2 #4F407B and #407B4F with #7B404F are triadic colors.