COLOR #7C738F

HEX: #7C738F
RGB: (124,115,143)

Color info

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

RGB color model

#7C738F color RGB value is (124,115,143).

  • red value is 124;
  • green value is 115;
  • blue value is 143.
RGB:
(124,115,143)
(49%,45%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 143 of 255 = 56%

124
115
143

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

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 143 = 382 (100%)
R 124 of 382 ~ 32.46%
G 115 of 382 ~ 30.1%
B 143 of 382 ~ 37.43%

%32.46
%30.1
%37.43

CMYK color model

#7C738F color CMYK value is (13,20,0,44).

  • cyan value is 13.29%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(13,20,0,44)
C13M20Y0K44 
(13%,20%,0%,44%)
(0.13/0.20/0.00/0.44)	

CMYK percentages

%13.29
%19.58
%0
%43.92

Codes

Color #7C738F in popluar color models

7C738F
RGB124115143
HSL259°11.11%50.59%
HSB/HSV259°19.58%56.08%
CMYK13.29%19.58%0.00%
43.92%

Color #7C738F in popluar number systems.

HEX7C738F
Decimal124115143
Binary1111100111001110001111
Octal174163217

Shades and tints

Shades of #7C738F

#7C738F
(124,115,143)
#716982
(113,105,130)
#665F75
(102,95,117)
#5B5568
(91,85,104)
#504B5B
(80,75,91)
#45414E
(69,65,78)
#3A3741
(58,55,65)
#2F2D34
(47,45,52)
#242327
(36,35,39)
#19191A
(25,25,26)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7C738F

#7C738F
(124,115,143)
#877F99
(135,127,153)
#928BA3
(146,139,163)
#9D97AD
(157,151,173)
#A8A3B7
(168,163,183)
#B3AFC1
(179,175,193)
#BEBBCB
(190,187,203)
#C9C7D5
(201,199,213)
#D4D3DF
(212,211,223)
#DFDFE9
(223,223,233)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C738F; }

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

This text font color is #7C738F.


Background Color

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

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

This div background color is #7C738F.


Border color

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

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

This div border color is #7C738F.


Opacity

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

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

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

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

This text has shadow with #7C738F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C738F on black background.


Color preview on white background

This text has color #7C738F on white background.



Black color preview on #7C738F background

This text has black color on #7C738F background.


White color preview on #7C738F background

This text has white color on #7C738F background.