COLOR #7B6084

HEX: #7B6084 RGB: (123,96,132)

Color info

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

RGB color model

#7B6084 color RGB value is (123,96,132).

RGB: (123,96,132) (48%, 38%, 52%)

RGB channels and saturation

R 123 of 255 = 48%
G 96 of 255 = 38%
B 132 of 255 = 52%

123
96
132

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

Portions of RGB colors in percentages

R + G + B = 123 + 96 + 132 = 351 (100%)
R 123 of 351 ~ 35.04%
G 96 of 351 ~ 27.35%
B 132 of 351 ~ 37.61'%

%35.04
%27.35
%37.61

CMYK color model

#7B6084 color CMYK value is (7,27,0,48).

  • cyan value is 6.82%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (7,27,0,48)
C7M27Y0K48 (7%, 27%, 0%, 48%)
(0.07 / 0.27 / 0.00 / 0.48)

CMYK percentages

%6.82
%27.27
%0
%48.24

Codes

Color #7B6084 in popluar color models

7B 60 84
RGB 123 96 132
HSL 285° 15.79% 44.71%
HSB/HSV 285° 27.27% 51.76%
CMYK 6.82% 27.27% 0.00%
48.24%

Color #7B6084 in popluar number systems.

HEX 7B 60 84
Decimal 123 96 132
Binary 1111011 1100000 10000100
Octal 173 140 204

Shades and tints

Shades of #7B6084

#7B6084
(123,96,132)
#705878
(112,88,120)
#65506C
(101,80,108)
#5A4860
(90,72,96)
#4F4054
(79,64,84)
#443848
(68,56,72)
#39303C
(57,48,60)
#2E2830
(46,40,48)
#232024
(35,32,36)
#181818
(24,24,24)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #7B6084

#7B6084
(123,96,132)
#876E8F
(135,110,143)
#937C9A
(147,124,154)
#9F8AA5
(159,138,165)
#AB98B0
(171,152,176)
#B7A6BB
(183,166,187)
#C3B4C6
(195,180,198)
#CFC2D1
(207,194,209)
#DBD0DC
(219,208,220)
#E7DEE7
(231,222,231)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6084 color. Also use rgb(123,96,132) instead hex code.

Text Font Color

.myTextColor { color: #7B6084; }

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

This text font color is #7B6084.

Background Color

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

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

This div background color is #7B6084.

Border color

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

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

This div border color is #7B6084.

Opacity

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

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

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

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

This text has shadow with #7B6084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6084.

Preview

Color preview on black background

This text has color #7B6084 on black background.


Color preview on white background

This text has color #7B6084 on white background.


Black color preview on #7B6084 background

This text has black color on #7B6084 background.


White color preview on #7B6084 background

This text has white color on #7B6084 background.


Related colors

Complementary color

Complementary color for #hex is #849F7B.


I love getcolorcode.com

Triadic colors

1 #847B60 and #60847B with #7B6084 are triadic colors.

2 #84607B and #607B84 with #7B6084 are triadic colors.