COLOR #7B4259

HEX: #7B4259 RGB: (123,66,89)

Color info

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

RGB color model

#7B4259 color RGB value is (123,66,89).

RGB: (123,66,89) (48%, 26%, 35%)

RGB channels and saturation

R 123 of 255 = 48%
G 66 of 255 = 26%
B 89 of 255 = 35%

123
66
89

R + G + B ~ 36%. #7B4259 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 66 + 89 = 278 (100%)
R 123 of 278 ~ 44.24%
G 66 of 278 ~ 23.74%
B 89 of 278 ~ 32.01'%

%44.24
%23.74
%32.01

CMYK color model

#7B4259 color CMYK value is (0,46,28,52).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 27.64%
  • key color value is 51.76%

CMYK: (0,46,28,52)
C0M46Y28K52 (0%, 46%, 28%, 52%)
(0.00 / 0.46 / 0.28 / 0.52)

CMYK percentages

%0
%46.34
%27.64
%51.76

Codes

Color #7B4259 in popluar color models

7B 42 59
RGB 123 66 89
HSL 336° 30.16% 37.06%
HSB/HSV 336° 46.34% 48.24%
CMYK 0.00% 46.34% 27.64%
51.76%

Color #7B4259 in popluar number systems.

HEX 7B 42 59
Decimal 123 66 89
Binary 1111011 1000010 1011001
Octal 173 102 131

Shades and tints

Shades of #7B4259

#7B4259
(123,66,89)
#703C51
(112,60,81)
#653649
(101,54,73)
#5A3041
(90,48,65)
#4F2A39
(79,42,57)
#442431
(68,36,49)
#391E29
(57,30,41)
#2E1821
(46,24,33)
#231219
(35,18,25)
#180C11
(24,12,17)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #7B4259

#7B4259
(123,66,89)
#875368
(135,83,104)
#936477
(147,100,119)
#9F7586
(159,117,134)
#AB8695
(171,134,149)
#B797A4
(183,151,164)
#C3A8B3
(195,168,179)
#CFB9C2
(207,185,194)
#DBCAD1
(219,202,209)
#E7DBE0
(231,219,224)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4259 color. Also use rgb(123,66,89) instead hex code.

Text Font Color

.myTextColor { color: #7B4259; }

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

This text font color is #7B4259.

Background Color

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

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

This div background color is #7B4259.

Border color

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

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

This div border color is #7B4259.

Opacity

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

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

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

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

This text has shadow with #7B4259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4259.

Preview

Color preview on black background

This text has color #7B4259 on black background.


Color preview on white background

This text has color #7B4259 on white background.


Black color preview on #7B4259 background

This text has black color on #7B4259 background.


White color preview on #7B4259 background

This text has white color on #7B4259 background.


Related colors

Complementary color

Complementary color for #hex is #84BDA6.


I love getcolorcode.com

Triadic colors

1 #597B42 and #42597B with #7B4259 are triadic colors.

2 #59427B and #427B59 with #7B4259 are triadic colors.