COLOR #7C739D

HEX: #7C739D
RGB: (124,115,157)

Color info

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

RGB color model

#7C739D color RGB value is (124,115,157).

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

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 157 of 255 = 62%

124
115
157

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

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 157 = 396 (100%)
R 124 of 396 ~ 31.31%
G 115 of 396 ~ 29.04%
B 157 of 396 ~ 39.65%

%31.31
%29.04
%39.65

CMYK color model

#7C739D color CMYK value is (21,27,0,38).

  • cyan value is 21.02%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(21,27,0,38)
C21M27Y0K38 
(21%,27%,0%,38%)
(0.21/0.27/0.00/0.38)	

CMYK percentages

%21.02
%26.75
%0
%38.43

Codes

Color #7C739D in popluar color models

7C739D
RGB124115157
HSL253°17.65%53.33%
HSB/HSV253°26.75%61.57%
CMYK21.02%26.75%0.00%
38.43%

Color #7C739D in popluar number systems.

HEX7C739D
Decimal124115157
Binary1111100111001110011101
Octal174163235

Shades and tints

Shades of #7C739D

#7C739D
(124,115,157)
#71698F
(113,105,143)
#665F81
(102,95,129)
#5B5573
(91,85,115)
#504B65
(80,75,101)
#454157
(69,65,87)
#3A3749
(58,55,73)
#2F2D3B
(47,45,59)
#24232D
(36,35,45)
#19191F
(25,25,31)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #7C739D

#7C739D
(124,115,157)
#877FA5
(135,127,165)
#928BAD
(146,139,173)
#9D97B5
(157,151,181)
#A8A3BD
(168,163,189)
#B3AFC5
(179,175,197)
#BEBBCD
(190,187,205)
#C9C7D5
(201,199,213)
#D4D3DD
(212,211,221)
#DFDFE5
(223,223,229)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C739D; }

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

This text font color is #7C739D.


Background Color

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

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

This div background color is #7C739D.


Border color

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

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

This div border color is #7C739D.


Opacity

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

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

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

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

This text has shadow with #7C739D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C739D on black background.


Color preview on white background

This text has color #7C739D on white background.



Black color preview on #7C739D background

This text has black color on #7C739D background.


White color preview on #7C739D background

This text has white color on #7C739D background.