COLOR #7C7F98

HEX: #7C7F98 RGB: (124,127,152)

Color info

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

RGB color model

#7C7F98 color RGB value is (124,127,152).

RGB: (124,127,152) (49%, 50%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 127 of 255 = 50%
B 152 of 255 = 60%

124
127
152

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

Portions of RGB colors in percentages

R + G + B = 124 + 127 + 152 = 403 (100%)
R 124 of 403 ~ 30.77%
G 127 of 403 ~ 31.51%
B 152 of 403 ~ 37.72'%

%30.77
%31.51
%37.72

CMYK color model

#7C7F98 color CMYK value is (18,16,0,40).

  • cyan value is 18.42%
  • magenta value is 16.45%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (18,16,0,40)
C18M16Y0K40 (18%, 16%, 0%, 40%)
(0.18 / 0.16 / 0.00 / 0.40)

CMYK percentages

%18.42
%16.45
%0
%40.39

Codes

Color #7C7F98 in popluar color models

7C 7F 98
RGB 124 127 152
HSL 234° 11.97% 54.12%
HSB/HSV 234° 18.42% 59.61%
CMYK 18.42% 16.45% 0.00%
40.39%

Color #7C7F98 in popluar number systems.

HEX 7C 7F 98
Decimal 124 127 152
Binary 1111100 1111111 10011000
Octal 174 177 230

Shades and tints

Shades of #7C7F98

#7C7F98
(124,127,152)
#71748B
(113,116,139)
#66697E
(102,105,126)
#5B5E71
(91,94,113)
#505364
(80,83,100)
#454857
(69,72,87)
#3A3D4A
(58,61,74)
#2F323D
(47,50,61)
#242730
(36,39,48)
#191C23
(25,28,35)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #7C7F98

#7C7F98
(124,127,152)
#878AA1
(135,138,161)
#9295AA
(146,149,170)
#9DA0B3
(157,160,179)
#A8ABBC
(168,171,188)
#B3B6C5
(179,182,197)
#BEC1CE
(190,193,206)
#C9CCD7
(201,204,215)
#D4D7E0
(212,215,224)
#DFE2E9
(223,226,233)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7F98 color. Also use rgb(124,127,152) instead hex code.

Text Font Color

.myTextColor { color: #7C7F98; }

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

This text font color is #7C7F98.

Background Color

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

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

This div background color is #7C7F98.

Border color

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

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

This div border color is #7C7F98.

Opacity

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

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

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

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

This text has shadow with #7C7F98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7F98.

Preview

Color preview on black background

This text has color #7C7F98 on black background.


Color preview on white background

This text has color #7C7F98 on white background.


Black color preview on #7C7F98 background

This text has black color on #7C7F98 background.


White color preview on #7C7F98 background

This text has white color on #7C7F98 background.


Related colors

Complementary color

Complementary color for #hex is #838067.


I love getcolorcode.com

Triadic colors

1 #987C7F and #7F987C with #7C7F98 are triadic colors.

2 #987F7C and #7F7C98 with #7C7F98 are triadic colors.