COLOR #7B526B

HEX: #7B526B RGB: (123,82,107)

Color info

#7B526B contains red, green and blue colors in about the same proportion. Web safe color of #7B526B is #666666 (or #666).

RGB color model

#7B526B color RGB value is (123,82,107).

RGB: (123,82,107) (48%, 32%, 42%)

RGB channels and saturation

R 123 of 255 = 48%
G 82 of 255 = 32%
B 107 of 255 = 42%

123
82
107

R + G + B ~ 41%. #7B526B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 123 + 82 + 107 = 312 (100%)
R 123 of 312 ~ 39.42%
G 82 of 312 ~ 26.28%
B 107 of 312 ~ 34.29'%

%39.42
%26.28
%34.29

CMYK color model

#7B526B color CMYK value is (0,33,13,52).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 13.01%
  • key color value is 51.76%

CMYK: (0,33,13,52)
C0M33Y13K52 (0%, 33%, 13%, 52%)
(0.00 / 0.33 / 0.13 / 0.52)

CMYK percentages

%0
%33.33
%13.01
%51.76

Codes

Color #7B526B in popluar color models

7B 52 6B
RGB 123 82 107
HSL 323° 20.00% 40.20%
HSB/HSV 323° 33.33% 48.24%
CMYK 0.00% 33.33% 13.01%
51.76%

Color #7B526B in popluar number systems.

HEX 7B 52 6B
Decimal 123 82 107
Binary 1111011 1010010 1101011
Octal 173 122 153

Shades and tints

Shades of #7B526B

#7B526B
(123,82,107)
#704B62
(112,75,98)
#654459
(101,68,89)
#5A3D50
(90,61,80)
#4F3647
(79,54,71)
#442F3E
(68,47,62)
#392835
(57,40,53)
#2E212C
(46,33,44)
#231A23
(35,26,35)
#18131A
(24,19,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #7B526B

#7B526B
(123,82,107)
#876178
(135,97,120)
#937085
(147,112,133)
#9F7F92
(159,127,146)
#AB8E9F
(171,142,159)
#B79DAC
(183,157,172)
#C3ACB9
(195,172,185)
#CFBBC6
(207,187,198)
#DBCAD3
(219,202,211)
#E7D9E0
(231,217,224)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B526B color. Also use rgb(123,82,107) instead hex code.

Text Font Color

.myTextColor { color: #7B526B; }

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

This text font color is #7B526B.

Background Color

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

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

This div background color is #7B526B.

Border color

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

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

This div border color is #7B526B.

Opacity

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

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

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

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

This text has shadow with #7B526B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B526B.

Preview

Color preview on black background

This text has color #7B526B on black background.


Color preview on white background

This text has color #7B526B on white background.


Black color preview on #7B526B background

This text has black color on #7B526B background.


White color preview on #7B526B background

This text has white color on #7B526B background.


Related colors

Complementary color

Complementary color for #hex is #84AD94.


I love getcolorcode.com

Triadic colors

1 #6B7B52 and #526B7B with #7B526B are triadic colors.

2 #6B527B and #527B6B with #7B526B are triadic colors.