COLOR #7B3754

HEX: #7B3754 RGB: (123,55,84)

Color info

#7B3754 contains mainly red and blue colors. Web safe color of #7B3754 is #663366 (or #636).

RGB color model

#7B3754 color RGB value is (123,55,84).

RGB: (123,55,84) (48%, 22%, 33%)

RGB channels and saturation

R 123 of 255 = 48%
G 55 of 255 = 22%
B 84 of 255 = 33%

123
55
84

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

Portions of RGB colors in percentages

R + G + B = 123 + 55 + 84 = 262 (100%)
R 123 of 262 ~ 46.95%
G 55 of 262 ~ 20.99%
B 84 of 262 ~ 32.06'%

%46.95
%20.99
%32.06

CMYK color model

#7B3754 color CMYK value is (0,55,32,52).

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

CMYK: (0,55,32,52)
C0M55Y32K52 (0%, 55%, 32%, 52%)
(0.00 / 0.55 / 0.32 / 0.52)

CMYK percentages

%0
%55.28
%31.71
%51.76

Codes

Color #7B3754 in popluar color models

7B 37 54
RGB 123 55 84
HSL 334° 38.20% 34.90%
HSB/HSV 334° 55.28% 48.24%
CMYK 0.00% 55.28% 31.71%
51.76%

Color #7B3754 in popluar number systems.

HEX 7B 37 54
Decimal 123 55 84
Binary 1111011 110111 1010100
Octal 173 67 124

Shades and tints

Shades of #7B3754

#7B3754
(123,55,84)
#70324D
(112,50,77)
#652D46
(101,45,70)
#5A283F
(90,40,63)
#4F2338
(79,35,56)
#441E31
(68,30,49)
#39192A
(57,25,42)
#2E1423
(46,20,35)
#230F1C
(35,15,28)
#180A15
(24,10,21)
#0D050E
(13,5,14)
#000000
(0,0,0)

Tints of #7B3754

#7B3754
(123,55,84)
#874963
(135,73,99)
#935B72
(147,91,114)
#9F6D81
(159,109,129)
#AB7F90
(171,127,144)
#B7919F
(183,145,159)
#C3A3AE
(195,163,174)
#CFB5BD
(207,181,189)
#DBC7CC
(219,199,204)
#E7D9DB
(231,217,219)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B3754; }

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

This text font color is #7B3754.

Background Color

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

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

This div background color is #7B3754.

Border color

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

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

This div border color is #7B3754.

Opacity

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

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

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

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

This text has shadow with #7B3754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B3754.

Preview

Color preview on black background

This text has color #7B3754 on black background.


Color preview on white background

This text has color #7B3754 on white background.


Black color preview on #7B3754 background

This text has black color on #7B3754 background.


White color preview on #7B3754 background

This text has white color on #7B3754 background.


Related colors

Complementary color

Complementary color for #hex is #84C8AB.


I love getcolorcode.com

Triadic colors

1 #547B37 and #37547B with #7B3754 are triadic colors.

2 #54377B and #377B54 with #7B3754 are triadic colors.