COLOR #7C598A

HEX: #7C598A
RGB: (124,89,138)

Color info

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

RGB color model

#7C598A color RGB value is (124,89,138).

  • red value is 124;
  • green value is 89;
  • blue value is 138.
RGB:
(124,89,138)
(49%,35%,54%)

RGB channels and saturation

R 124 of 255 = 49%
G 89 of 255 = 35%
B 138 of 255 = 54%

124
89
138

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

Portions of RGB colors in percentages

R + G + B =
124 + 89 + 138 = 351 (100%)
R 124 of 351 ~ 35.33%
G 89 of 351 ~ 25.36%
B 138 of 351 ~ 39.32%

%35.33
%25.36
%39.32

CMYK color model

#7C598A color CMYK value is (10,36,0,46).

  • cyan value is 10.14%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(10,36,0,46)
C10M36Y0K46 
(10%,36%,0%,46%)
(0.10/0.36/0.00/0.46)	

CMYK percentages

%10.14
%35.51
%0
%45.88

Codes

Color #7C598A in popluar color models

7C598A
RGB12489138
HSL283°21.59%44.51%
HSB/HSV283°35.51%54.12%
CMYK10.14%35.51%0.00%
45.88%

Color #7C598A in popluar number systems.

HEX7C598A
Decimal12489138
Binary1111100101100110001010
Octal174131212

Shades and tints

Shades of #7C598A

#7C598A
(124,89,138)
#71517E
(113,81,126)
#664972
(102,73,114)
#5B4166
(91,65,102)
#50395A
(80,57,90)
#45314E
(69,49,78)
#3A2942
(58,41,66)
#2F2136
(47,33,54)
#24192A
(36,25,42)
#19111E
(25,17,30)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #7C598A

#7C598A
(124,89,138)
#876894
(135,104,148)
#92779E
(146,119,158)
#9D86A8
(157,134,168)
#A895B2
(168,149,178)
#B3A4BC
(179,164,188)
#BEB3C6
(190,179,198)
#C9C2D0
(201,194,208)
#D4D1DA
(212,209,218)
#DFE0E4
(223,224,228)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C598A color. Also use rgb(124,89,138) instead hex code.

Text Font Color

.myTextColor { color: #7C598A; }

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

This text font color is #7C598A.


Background Color

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

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

This div background color is #7C598A.


Border color

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

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

This div border color is #7C598A.


Opacity

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

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

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

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

This text has shadow with #7C598A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C598A on black background.


Color preview on white background

This text has color #7C598A on white background.



Black color preview on #7C598A background

This text has black color on #7C598A background.


White color preview on #7C598A background

This text has white color on #7C598A background.