COLOR #7B6289

HEX: #7B6289 RGB: (123,98,137)

Color info

#7B6289 contains red, green and blue colors in about the same proportion. Web safe color of #7B6289 is #666699 (or #669).

RGB color model

#7B6289 color RGB value is (123,98,137).

RGB: (123,98,137) (48%, 38%, 54%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 137 of 255 = 54%

123
98
137

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

Portions of RGB colors in percentages

R + G + B = 123 + 98 + 137 = 358 (100%)
R 123 of 358 ~ 34.36%
G 98 of 358 ~ 27.37%
B 137 of 358 ~ 38.27'%

%34.36
%27.37
%38.27

CMYK color model

#7B6289 color CMYK value is (10,28,0,46).

  • cyan value is 10.22%
  • magenta value is 28.47%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (10,28,0,46)
C10M28Y0K46 (10%, 28%, 0%, 46%)
(0.10 / 0.28 / 0.00 / 0.46)

CMYK percentages

%10.22
%28.47
%0
%46.27

Codes

Color #7B6289 in popluar color models

7B 62 89
RGB 123 98 137
HSL 278° 16.60% 46.08%
HSB/HSV 278° 28.47% 53.73%
CMYK 10.22% 28.47% 0.00%
46.27%

Color #7B6289 in popluar number systems.

HEX 7B 62 89
Decimal 123 98 137
Binary 1111011 1100010 10001001
Octal 173 142 211

Shades and tints

Shades of #7B6289

#7B6289
(123,98,137)
#705A7D
(112,90,125)
#655271
(101,82,113)
#5A4A65
(90,74,101)
#4F4259
(79,66,89)
#443A4D
(68,58,77)
#393241
(57,50,65)
#2E2A35
(46,42,53)
#232229
(35,34,41)
#181A1D
(24,26,29)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #7B6289

#7B6289
(123,98,137)
#877093
(135,112,147)
#937E9D
(147,126,157)
#9F8CA7
(159,140,167)
#AB9AB1
(171,154,177)
#B7A8BB
(183,168,187)
#C3B6C5
(195,182,197)
#CFC4CF
(207,196,207)
#DBD2D9
(219,210,217)
#E7E0E3
(231,224,227)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6289 color. Also use rgb(123,98,137) instead hex code.

Text Font Color

.myTextColor { color: #7B6289; }

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

This text font color is #7B6289.

Background Color

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

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

This div background color is #7B6289.

Border color

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

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

This div border color is #7B6289.

Opacity

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

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

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

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

This text has shadow with #7B6289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6289.

Preview

Color preview on black background

This text has color #7B6289 on black background.


Color preview on white background

This text has color #7B6289 on white background.


Black color preview on #7B6289 background

This text has black color on #7B6289 background.


White color preview on #7B6289 background

This text has white color on #7B6289 background.


Related colors

Complementary color

Complementary color for #hex is #849D76.


I love getcolorcode.com

Triadic colors

1 #897B62 and #62897B with #7B6289 are triadic colors.

2 #89627B and #627B89 with #7B6289 are triadic colors.