COLOR #7B748A

HEX: #7B748A RGB: (123,116,138)

Color info

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

RGB color model

#7B748A color RGB value is (123,116,138).

RGB: (123,116,138) (48%, 45%, 54%)

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 138 of 255 = 54%

123
116
138

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

Portions of RGB colors in percentages

R + G + B = 123 + 116 + 138 = 377 (100%)
R 123 of 377 ~ 32.63%
G 116 of 377 ~ 30.77%
B 138 of 377 ~ 36.6'%

%32.63
%30.77
%36.6

CMYK color model

#7B748A color CMYK value is (11,16,0,46).

  • cyan value is 10.87%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (11,16,0,46)
C11M16Y0K46 (11%, 16%, 0%, 46%)
(0.11 / 0.16 / 0.00 / 0.46)

CMYK percentages

%10.87
%15.94
%0
%45.88

Codes

Color #7B748A in popluar color models

7B 74 8A
RGB 123 116 138
HSL 259° 8.66% 49.80%
HSB/HSV 259° 15.94% 54.12%
CMYK 10.87% 15.94% 0.00%
45.88%

Color #7B748A in popluar number systems.

HEX 7B 74 8A
Decimal 123 116 138
Binary 1111011 1110100 10001010
Octal 173 164 212

Shades and tints

Shades of #7B748A

#7B748A
(123,116,138)
#706A7E
(112,106,126)
#656072
(101,96,114)
#5A5666
(90,86,102)
#4F4C5A
(79,76,90)
#44424E
(68,66,78)
#393842
(57,56,66)
#2E2E36
(46,46,54)
#23242A
(35,36,42)
#181A1E
(24,26,30)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #7B748A

#7B748A
(123,116,138)
#878094
(135,128,148)
#938C9E
(147,140,158)
#9F98A8
(159,152,168)
#ABA4B2
(171,164,178)
#B7B0BC
(183,176,188)
#C3BCC6
(195,188,198)
#CFC8D0
(207,200,208)
#DBD4DA
(219,212,218)
#E7E0E4
(231,224,228)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B748A color. Also use rgb(123,116,138) instead hex code.

Text Font Color

.myTextColor { color: #7B748A; }

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

This text font color is #7B748A.

Background Color

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

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

This div background color is #7B748A.

Border color

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

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

This div border color is #7B748A.

Opacity

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

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

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

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

This text has shadow with #7B748A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B748A.

Preview

Color preview on black background

This text has color #7B748A on black background.


Color preview on white background

This text has color #7B748A on white background.


Black color preview on #7B748A background

This text has black color on #7B748A background.


White color preview on #7B748A background

This text has white color on #7B748A background.


Related colors

Complementary color

Complementary color for #hex is #848B75.


I love getcolorcode.com

Triadic colors

1 #8A7B74 and #748A7B with #7B748A are triadic colors.

2 #8A747B and #747B8A with #7B748A are triadic colors.