COLOR #7B454C

HEX: #7B454C RGB: (123,69,76)

Color info

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

RGB color model

#7B454C color RGB value is (123,69,76).

RGB: (123,69,76) (48%, 27%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 69 of 255 = 27%
B 76 of 255 = 30%

123
69
76

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

Portions of RGB colors in percentages

R + G + B = 123 + 69 + 76 = 268 (100%)
R 123 of 268 ~ 45.9%
G 69 of 268 ~ 25.75%
B 76 of 268 ~ 28.36'%

%45.9
%25.75
%28.36

CMYK color model

#7B454C color CMYK value is (0,44,38,52).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 38.21%
  • key color value is 51.76%

CMYK: (0,44,38,52)
C0M44Y38K52 (0%, 44%, 38%, 52%)
(0.00 / 0.44 / 0.38 / 0.52)

CMYK percentages

%0
%43.9
%38.21
%51.76

Codes

Color #7B454C in popluar color models

7B 45 4C
RGB 123 69 76
HSL 352° 28.13% 37.65%
HSB/HSV 352° 43.90% 48.24%
CMYK 0.00% 43.90% 38.21%
51.76%

Color #7B454C in popluar number systems.

HEX 7B 45 4C
Decimal 123 69 76
Binary 1111011 1000101 1001100
Octal 173 105 114

Shades and tints

Shades of #7B454C

#7B454C
(123,69,76)
#703F46
(112,63,70)
#653940
(101,57,64)
#5A333A
(90,51,58)
#4F2D34
(79,45,52)
#44272E
(68,39,46)
#392128
(57,33,40)
#2E1B22
(46,27,34)
#23151C
(35,21,28)
#180F16
(24,15,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #7B454C

#7B454C
(123,69,76)
#87555C
(135,85,92)
#93656C
(147,101,108)
#9F757C
(159,117,124)
#AB858C
(171,133,140)
#B7959C
(183,149,156)
#C3A5AC
(195,165,172)
#CFB5BC
(207,181,188)
#DBC5CC
(219,197,204)
#E7D5DC
(231,213,220)
#F3E5EC
(243,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B454C color. Also use rgb(123,69,76) instead hex code.

Text Font Color

.myTextColor { color: #7B454C; }

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

This text font color is #7B454C.

Background Color

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

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

This div background color is #7B454C.

Border color

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

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

This div border color is #7B454C.

Opacity

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

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

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

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

This text has shadow with #7B454C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B454C.

Preview

Color preview on black background

This text has color #7B454C on black background.


Color preview on white background

This text has color #7B454C on white background.


Black color preview on #7B454C background

This text has black color on #7B454C background.


White color preview on #7B454C background

This text has white color on #7B454C background.


Related colors

Complementary color

Complementary color for #hex is #84BAB3.


I love getcolorcode.com

Triadic colors

1 #4C7B45 and #454C7B with #7B454C are triadic colors.

2 #4C457B and #457B4C with #7B454C are triadic colors.