COLOR #7B4654

HEX: #7B4654 RGB: (123,70,84)

Color info

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

RGB color model

#7B4654 color RGB value is (123,70,84).

RGB: (123,70,84) (48%, 27%, 33%)

RGB channels and saturation

R 123 of 255 = 48%
G 70 of 255 = 27%
B 84 of 255 = 33%

123
70
84

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

Portions of RGB colors in percentages

R + G + B = 123 + 70 + 84 = 277 (100%)
R 123 of 277 ~ 44.4%
G 70 of 277 ~ 25.27%
B 84 of 277 ~ 30.32'%

%44.4
%25.27
%30.32

CMYK color model

#7B4654 color CMYK value is (0,43,32,52).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 31.71%
  • key color value is 51.76%

CMYK: (0,43,32,52)
C0M43Y32K52 (0%, 43%, 32%, 52%)
(0.00 / 0.43 / 0.32 / 0.52)

CMYK percentages

%0
%43.09
%31.71
%51.76

Codes

Color #7B4654 in popluar color models

7B 46 54
RGB 123 70 84
HSL 344° 27.46% 37.84%
HSB/HSV 344° 43.09% 48.24%
CMYK 0.00% 43.09% 31.71%
51.76%

Color #7B4654 in popluar number systems.

HEX 7B 46 54
Decimal 123 70 84
Binary 1111011 1000110 1010100
Octal 173 106 124

Shades and tints

Shades of #7B4654

#7B4654
(123,70,84)
#70404D
(112,64,77)
#653A46
(101,58,70)
#5A343F
(90,52,63)
#4F2E38
(79,46,56)
#442831
(68,40,49)
#39222A
(57,34,42)
#2E1C23
(46,28,35)
#23161C
(35,22,28)
#181015
(24,16,21)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #7B4654

#7B4654
(123,70,84)
#875663
(135,86,99)
#936672
(147,102,114)
#9F7681
(159,118,129)
#AB8690
(171,134,144)
#B7969F
(183,150,159)
#C3A6AE
(195,166,174)
#CFB6BD
(207,182,189)
#DBC6CC
(219,198,204)
#E7D6DB
(231,214,219)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4654 color. Also use rgb(123,70,84) instead hex code.

Text Font Color

.myTextColor { color: #7B4654; }

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

This text font color is #7B4654.

Background Color

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

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

This div background color is #7B4654.

Border color

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

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

This div border color is #7B4654.

Opacity

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

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

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

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

This text has shadow with #7B4654 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4654.

Preview

Color preview on black background

This text has color #7B4654 on black background.


Color preview on white background

This text has color #7B4654 on white background.


Black color preview on #7B4654 background

This text has black color on #7B4654 background.


White color preview on #7B4654 background

This text has white color on #7B4654 background.


Related colors

Complementary color

Complementary color for #hex is #84B9AB.


I love getcolorcode.com

Triadic colors

1 #547B46 and #46547B with #7B4654 are triadic colors.

2 #54467B and #467B54 with #7B4654 are triadic colors.