COLOR #7C7F90

HEX: #7C7F90
RGB: (124,127,144)

Color info

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

RGB color model

#7C7F90 color RGB value is (124,127,144).

  • red value is 124;
  • green value is 127;
  • blue value is 144.
RGB:
(124,127,144)
(49%,50%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 127 of 255 = 50%
B 144 of 255 = 56%

124
127
144

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

Portions of RGB colors in percentages

R + G + B =
124 + 127 + 144 = 395 (100%)
R 124 of 395 ~ 31.39%
G 127 of 395 ~ 32.15%
B 144 of 395 ~ 36.46%

%31.39
%32.15
%36.46

CMYK color model

#7C7F90 color CMYK value is (14,12,0,44).

  • cyan value is 13.89%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(14,12,0,44)
C14M12Y0K44 
(14%,12%,0%,44%)
(0.14/0.12/0.00/0.44)	

CMYK percentages

%13.89
%11.81
%0
%43.53

Codes

Color #7C7F90 in popluar color models

7C7F90
RGB124127144
HSL231°8.26%52.55%
HSB/HSV231°13.89%56.47%
CMYK13.89%11.81%0.00%
43.53%

Color #7C7F90 in popluar number systems.

HEX7C7F90
Decimal124127144
Binary1111100111111110010000
Octal174177220

Shades and tints

Shades of #7C7F90

#7C7F90
(124,127,144)
#717483
(113,116,131)
#666976
(102,105,118)
#5B5E69
(91,94,105)
#50535C
(80,83,92)
#45484F
(69,72,79)
#3A3D42
(58,61,66)
#2F3235
(47,50,53)
#242728
(36,39,40)
#191C1B
(25,28,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #7C7F90

#7C7F90
(124,127,144)
#878A9A
(135,138,154)
#9295A4
(146,149,164)
#9DA0AE
(157,160,174)
#A8ABB8
(168,171,184)
#B3B6C2
(179,182,194)
#BEC1CC
(190,193,204)
#C9CCD6
(201,204,214)
#D4D7E0
(212,215,224)
#DFE2EA
(223,226,234)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7F90; }

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

This text font color is #7C7F90.


Background Color

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

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

This div background color is #7C7F90.


Border color

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

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

This div border color is #7C7F90.


Opacity

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

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

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

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

This text has shadow with #7C7F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7F90 on black background.


Color preview on white background

This text has color #7C7F90 on white background.



Black color preview on #7C7F90 background

This text has black color on #7C7F90 background.


White color preview on #7C7F90 background

This text has white color on #7C7F90 background.