COLOR #7B738C

HEX: #7B738C RGB: (123,115,140)

Color info

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

RGB color model

#7B738C color RGB value is (123,115,140).

RGB: (123,115,140) (48%, 45%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 140 of 255 = 55%

123
115
140

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

Portions of RGB colors in percentages

R + G + B = 123 + 115 + 140 = 378 (100%)
R 123 of 378 ~ 32.54%
G 115 of 378 ~ 30.42%
B 140 of 378 ~ 37.04'%

%32.54
%30.42
%37.04

CMYK color model

#7B738C color CMYK value is (12,18,0,45).

  • cyan value is 12.14%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (12,18,0,45)
C12M18Y0K45 (12%, 18%, 0%, 45%)
(0.12 / 0.18 / 0.00 / 0.45)

CMYK percentages

%12.14
%17.86
%0
%45.1

Codes

Color #7B738C in popluar color models

7B 73 8C
RGB 123 115 140
HSL 259° 9.80% 50.00%
HSB/HSV 259° 17.86% 54.90%
CMYK 12.14% 17.86% 0.00%
45.10%

Color #7B738C in popluar number systems.

HEX 7B 73 8C
Decimal 123 115 140
Binary 1111011 1110011 10001100
Octal 173 163 214

Shades and tints

Shades of #7B738C

#7B738C
(123,115,140)
#706980
(112,105,128)
#655F74
(101,95,116)
#5A5568
(90,85,104)
#4F4B5C
(79,75,92)
#444150
(68,65,80)
#393744
(57,55,68)
#2E2D38
(46,45,56)
#23232C
(35,35,44)
#181920
(24,25,32)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #7B738C

#7B738C
(123,115,140)
#877F96
(135,127,150)
#938BA0
(147,139,160)
#9F97AA
(159,151,170)
#ABA3B4
(171,163,180)
#B7AFBE
(183,175,190)
#C3BBC8
(195,187,200)
#CFC7D2
(207,199,210)
#DBD3DC
(219,211,220)
#E7DFE6
(231,223,230)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B738C color. Also use rgb(123,115,140) instead hex code.

Text Font Color

.myTextColor { color: #7B738C; }

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

This text font color is #7B738C.

Background Color

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

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

This div background color is #7B738C.

Border color

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

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

This div border color is #7B738C.

Opacity

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

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

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

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

This text has shadow with #7B738C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B738C.

Preview

Color preview on black background

This text has color #7B738C on black background.


Color preview on white background

This text has color #7B738C on white background.


Black color preview on #7B738C background

This text has black color on #7B738C background.


White color preview on #7B738C background

This text has white color on #7B738C background.


Related colors

Complementary color

Complementary color for #hex is #848C73.


I love getcolorcode.com

Triadic colors

1 #8C7B73 and #738C7B with #7B738C are triadic colors.

2 #8C737B and #737B8C with #7B738C are triadic colors.