COLOR #7C738B

HEX: #7C738B RGB: (124,115,139)

Color info

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

RGB color model

#7C738B color RGB value is (124,115,139).

RGB: (124,115,139) (49%, 45%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 139 of 255 = 55%

124
115
139

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

Portions of RGB colors in percentages

R + G + B = 124 + 115 + 139 = 378 (100%)
R 124 of 378 ~ 32.8%
G 115 of 378 ~ 30.42%
B 139 of 378 ~ 36.77'%

%32.8
%30.42
%36.77

CMYK color model

#7C738B color CMYK value is (11,17,0,45).

  • cyan value is 10.79%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (11,17,0,45)
C11M17Y0K45 (11%, 17%, 0%, 45%)
(0.11 / 0.17 / 0.00 / 0.45)

CMYK percentages

%10.79
%17.27
%0
%45.49

Codes

Color #7C738B in popluar color models

7C 73 8B
RGB 124 115 139
HSL 263° 9.45% 49.80%
HSB/HSV 263° 17.27% 54.51%
CMYK 10.79% 17.27% 0.00%
45.49%

Color #7C738B in popluar number systems.

HEX 7C 73 8B
Decimal 124 115 139
Binary 1111100 1110011 10001011
Octal 174 163 213

Shades and tints

Shades of #7C738B

#7C738B
(124,115,139)
#71697F
(113,105,127)
#665F73
(102,95,115)
#5B5567
(91,85,103)
#504B5B
(80,75,91)
#45414F
(69,65,79)
#3A3743
(58,55,67)
#2F2D37
(47,45,55)
#24232B
(36,35,43)
#19191F
(25,25,31)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #7C738B

#7C738B
(124,115,139)
#877F95
(135,127,149)
#928B9F
(146,139,159)
#9D97A9
(157,151,169)
#A8A3B3
(168,163,179)
#B3AFBD
(179,175,189)
#BEBBC7
(190,187,199)
#C9C7D1
(201,199,209)
#D4D3DB
(212,211,219)
#DFDFE5
(223,223,229)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C738B color. Also use rgb(124,115,139) instead hex code.

Text Font Color

.myTextColor { color: #7C738B; }

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

This text font color is #7C738B.

Background Color

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

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

This div background color is #7C738B.

Border color

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

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

This div border color is #7C738B.

Opacity

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

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

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

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

This text has shadow with #7C738B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C738B.

Preview

Color preview on black background

This text has color #7C738B on black background.


Color preview on white background

This text has color #7C738B on white background.


Black color preview on #7C738B background

This text has black color on #7C738B background.


White color preview on #7C738B background

This text has white color on #7C738B background.


Related colors

Complementary color

Complementary color for #hex is #838C74.


I love getcolorcode.com

Triadic colors

1 #8B7C73 and #738B7C with #7C738B are triadic colors.

2 #8B737C and #737C8B with #7C738B are triadic colors.