COLOR #7C7385

HEX: #7C7385
RGB: (124,115,133)

Color info

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

RGB color model

#7C7385 color RGB value is (124,115,133).

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

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 133 of 255 = 52%

124
115
133

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

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 133 = 372 (100%)
R 124 of 372 ~ 33.33%
G 115 of 372 ~ 30.91%
B 133 of 372 ~ 35.75%

%33.33
%30.91
%35.75

CMYK color model

#7C7385 color CMYK value is (7,14,0,48).

  • cyan value is 6.77%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(7,14,0,48)
C7M14Y0K48 
(7%,14%,0%,48%)
(0.07/0.14/0.00/0.48)	

CMYK percentages

%6.77
%13.53
%0
%47.84

Codes

Color #7C7385 in popluar color models

7C7385
RGB124115133
HSL270°7.26%48.63%
HSB/HSV270°13.53%52.16%
CMYK6.77%13.53%0.00%
47.84%

Color #7C7385 in popluar number systems.

HEX7C7385
Decimal124115133
Binary1111100111001110000101
Octal174163205

Shades and tints

Shades of #7C7385

#7C7385
(124,115,133)
#716979
(113,105,121)
#665F6D
(102,95,109)
#5B5561
(91,85,97)
#504B55
(80,75,85)
#454149
(69,65,73)
#3A373D
(58,55,61)
#2F2D31
(47,45,49)
#242325
(36,35,37)
#191919
(25,25,25)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7C7385

#7C7385
(124,115,133)
#877F90
(135,127,144)
#928B9B
(146,139,155)
#9D97A6
(157,151,166)
#A8A3B1
(168,163,177)
#B3AFBC
(179,175,188)
#BEBBC7
(190,187,199)
#C9C7D2
(201,199,210)
#D4D3DD
(212,211,221)
#DFDFE8
(223,223,232)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7385; }

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

This text font color is #7C7385.


Background Color

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

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

This div background color is #7C7385.


Border color

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

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

This div border color is #7C7385.


Opacity

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

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

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

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

This text has shadow with #7C7385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7385 on black background.


Color preview on white background

This text has color #7C7385 on white background.



Black color preview on #7C7385 background

This text has black color on #7C7385 background.


White color preview on #7C7385 background

This text has white color on #7C7385 background.