COLOR #7B404D

HEX: #7B404D RGB: (123,64,77)

Color info

#7B404D contains red, green and blue colors in about the same proportion. Web safe color of #7B404D is #663333 (or #633).

RGB color model

#7B404D color RGB value is (123,64,77).

RGB: (123,64,77) (48%, 25%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 64 of 255 = 25%
B 77 of 255 = 30%

123
64
77

R + G + B ~ 34%. #7B404D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 64 + 77 = 264 (100%)
R 123 of 264 ~ 46.59%
G 64 of 264 ~ 24.24%
B 77 of 264 ~ 29.17'%

%46.59
%24.24
%29.17

CMYK color model

#7B404D color CMYK value is (0,48,37,52).

  • cyan value is 0.00%
  • magenta value is 47.97%
  • yellow value is 37.40%
  • key color value is 51.76%

CMYK: (0,48,37,52)
C0M48Y37K52 (0%, 48%, 37%, 52%)
(0.00 / 0.48 / 0.37 / 0.52)

CMYK percentages

%0
%47.97
%37.4
%51.76

Codes

Color #7B404D in popluar color models

7B 40 4D
RGB 123 64 77
HSL 347° 31.55% 36.67%
HSB/HSV 347° 47.97% 48.24%
CMYK 0.00% 47.97% 37.40%
51.76%

Color #7B404D in popluar number systems.

HEX 7B 40 4D
Decimal 123 64 77
Binary 1111011 1000000 1001101
Octal 173 100 115

Shades and tints

Shades of #7B404D

#7B404D
(123,64,77)
#703B46
(112,59,70)
#65363F
(101,54,63)
#5A3138
(90,49,56)
#4F2C31
(79,44,49)
#44272A
(68,39,42)
#392223
(57,34,35)
#2E1D1C
(46,29,28)
#231815
(35,24,21)
#18130E
(24,19,14)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #7B404D

#7B404D
(123,64,77)
#87515D
(135,81,93)
#93626D
(147,98,109)
#9F737D
(159,115,125)
#AB848D
(171,132,141)
#B7959D
(183,149,157)
#C3A6AD
(195,166,173)
#CFB7BD
(207,183,189)
#DBC8CD
(219,200,205)
#E7D9DD
(231,217,221)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B404D; }

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

This text font color is #7B404D.

Background Color

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

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

This div background color is #7B404D.

Border color

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

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

This div border color is #7B404D.

Opacity

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

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

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

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

This text has shadow with #7B404D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B404D.

Preview

Color preview on black background

This text has color #7B404D on black background.


Color preview on white background

This text has color #7B404D on white background.


Black color preview on #7B404D background

This text has black color on #7B404D background.


White color preview on #7B404D background

This text has white color on #7B404D background.


Related colors

Complementary color

Complementary color for #hex is #84BFB2.


I love getcolorcode.com

Triadic colors

1 #4D7B40 and #404D7B with #7B404D are triadic colors.

2 #4D407B and #407B4D with #7B404D are triadic colors.