COLOR #7B849A

HEX: #7B849A RGB: (123,132,154)

Color info

#7B849A contains red, green and blue colors in about the same proportion. Web safe color of #7B849A is #669999 (or #699).

RGB color model

#7B849A color RGB value is (123,132,154).

RGB: (123,132,154) (48%, 52%, 60%)

RGB channels and saturation

R 123 of 255 = 48%
G 132 of 255 = 52%
B 154 of 255 = 60%

123
132
154

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

Portions of RGB colors in percentages

R + G + B = 123 + 132 + 154 = 409 (100%)
R 123 of 409 ~ 30.07%
G 132 of 409 ~ 32.27%
B 154 of 409 ~ 37.65'%

%30.07
%32.27
%37.65

CMYK color model

#7B849A color CMYK value is (20,14,0,40).

  • cyan value is 20.13%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (20,14,0,40)
C20M14Y0K40 (20%, 14%, 0%, 40%)
(0.20 / 0.14 / 0.00 / 0.40)

CMYK percentages

%20.13
%14.29
%0
%39.61

Codes

Color #7B849A in popluar color models

7B 84 9A
RGB 123 132 154
HSL 223° 13.30% 54.31%
HSB/HSV 223° 20.13% 60.39%
CMYK 20.13% 14.29% 0.00%
39.61%

Color #7B849A in popluar number systems.

HEX 7B 84 9A
Decimal 123 132 154
Binary 1111011 10000100 10011010
Octal 173 204 232

Shades and tints

Shades of #7B849A

#7B849A
(123,132,154)
#70788C
(112,120,140)
#656C7E
(101,108,126)
#5A6070
(90,96,112)
#4F5462
(79,84,98)
#444854
(68,72,84)
#393C46
(57,60,70)
#2E3038
(46,48,56)
#23242A
(35,36,42)
#18181C
(24,24,28)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #7B849A

#7B849A
(123,132,154)
#878FA3
(135,143,163)
#939AAC
(147,154,172)
#9FA5B5
(159,165,181)
#ABB0BE
(171,176,190)
#B7BBC7
(183,187,199)
#C3C6D0
(195,198,208)
#CFD1D9
(207,209,217)
#DBDCE2
(219,220,226)
#E7E7EB
(231,231,235)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B849A; }

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

This text font color is #7B849A.

Background Color

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

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

This div background color is #7B849A.

Border color

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

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

This div border color is #7B849A.

Opacity

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

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

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

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

This text has shadow with #7B849A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B849A.

Preview

Color preview on black background

This text has color #7B849A on black background.


Color preview on white background

This text has color #7B849A on white background.


Black color preview on #7B849A background

This text has black color on #7B849A background.


White color preview on #7B849A background

This text has white color on #7B849A background.


Related colors

Complementary color

Complementary color for #hex is #847B65.


I love getcolorcode.com

Triadic colors

1 #9A7B84 and #849A7B with #7B849A are triadic colors.

2 #9A847B and #847B9A with #7B849A are triadic colors.