COLOR #7B5A75

HEX: #7B5A75 RGB: (123,90,117)

Color info

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

RGB color model

#7B5A75 color RGB value is (123,90,117).

RGB: (123,90,117) (48%, 35%, 46%)

RGB channels and saturation

R 123 of 255 = 48%
G 90 of 255 = 35%
B 117 of 255 = 46%

123
90
117

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

Portions of RGB colors in percentages

R + G + B = 123 + 90 + 117 = 330 (100%)
R 123 of 330 ~ 37.27%
G 90 of 330 ~ 27.27%
B 117 of 330 ~ 35.45'%

%37.27
%27.27
%35.45

CMYK color model

#7B5A75 color CMYK value is (0,27,5,52).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 4.88%
  • key color value is 51.76%

CMYK: (0,27,5,52)
C0M27Y5K52 (0%, 27%, 5%, 52%)
(0.00 / 0.27 / 0.05 / 0.52)

CMYK percentages

%0
%26.83
%4.88
%51.76

Codes

Color #7B5A75 in popluar color models

7B 5A 75
RGB 123 90 117
HSL 311° 15.49% 41.76%
HSB/HSV 311° 26.83% 48.24%
CMYK 0.00% 26.83% 4.88%
51.76%

Color #7B5A75 in popluar number systems.

HEX 7B 5A 75
Decimal 123 90 117
Binary 1111011 1011010 1110101
Octal 173 132 165

Shades and tints

Shades of #7B5A75

#7B5A75
(123,90,117)
#70526B
(112,82,107)
#654A61
(101,74,97)
#5A4257
(90,66,87)
#4F3A4D
(79,58,77)
#443243
(68,50,67)
#392A39
(57,42,57)
#2E222F
(46,34,47)
#231A25
(35,26,37)
#18121B
(24,18,27)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #7B5A75

#7B5A75
(123,90,117)
#876981
(135,105,129)
#93788D
(147,120,141)
#9F8799
(159,135,153)
#AB96A5
(171,150,165)
#B7A5B1
(183,165,177)
#C3B4BD
(195,180,189)
#CFC3C9
(207,195,201)
#DBD2D5
(219,210,213)
#E7E1E1
(231,225,225)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5A75 color. Also use rgb(123,90,117) instead hex code.

Text Font Color

.myTextColor { color: #7B5A75; }

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

This text font color is #7B5A75.

Background Color

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

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

This div background color is #7B5A75.

Border color

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

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

This div border color is #7B5A75.

Opacity

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

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

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

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

This text has shadow with #7B5A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5A75.

Preview

Color preview on black background

This text has color #7B5A75 on black background.


Color preview on white background

This text has color #7B5A75 on white background.


Black color preview on #7B5A75 background

This text has black color on #7B5A75 background.


White color preview on #7B5A75 background

This text has white color on #7B5A75 background.


Related colors

Complementary color

Complementary color for #hex is #84A58A.


I love getcolorcode.com

Triadic colors

1 #757B5A and #5A757B with #7B5A75 are triadic colors.

2 #755A7B and #5A7B75 with #7B5A75 are triadic colors.