COLOR #7C7BA5

HEX: #7C7BA5
RGB: (124,123,165)

Color info

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

RGB color model

#7C7BA5 color RGB value is (124,123,165).

  • red value is 124;
  • green value is 123;
  • blue value is 165.
RGB:
(124,123,165)
(49%,48%,65%)

RGB channels and saturation

R 124 of 255 = 49%
G 123 of 255 = 48%
B 165 of 255 = 65%

124
123
165

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

Portions of RGB colors in percentages

R + G + B =
124 + 123 + 165 = 412 (100%)
R 124 of 412 ~ 30.1%
G 123 of 412 ~ 29.85%
B 165 of 412 ~ 40.05%

%30.1
%29.85
%40.05

CMYK color model

#7C7BA5 color CMYK value is (25,25,0,35).

  • cyan value is 24.85%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(25,25,0,35)
C25M25Y0K35 
(25%,25%,0%,35%)
(0.25/0.25/0.00/0.35)	

CMYK percentages

%24.85
%25.45
%0
%35.29

Codes

Color #7C7BA5 in popluar color models

7C7BA5
RGB124123165
HSL241°18.92%56.47%
HSB/HSV241°25.45%64.71%
CMYK24.85%25.45%0.00%
35.29%

Color #7C7BA5 in popluar number systems.

HEX7C7BA5
Decimal124123165
Binary1111100111101110100101
Octal174173245

Shades and tints

Shades of #7C7BA5

#7C7BA5
(124,123,165)
#717096
(113,112,150)
#666587
(102,101,135)
#5B5A78
(91,90,120)
#504F69
(80,79,105)
#45445A
(69,68,90)
#3A394B
(58,57,75)
#2F2E3C
(47,46,60)
#24232D
(36,35,45)
#19181E
(25,24,30)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #7C7BA5

#7C7BA5
(124,123,165)
#8787AD
(135,135,173)
#9293B5
(146,147,181)
#9D9FBD
(157,159,189)
#A8ABC5
(168,171,197)
#B3B7CD
(179,183,205)
#BEC3D5
(190,195,213)
#C9CFDD
(201,207,221)
#D4DBE5
(212,219,229)
#DFE7ED
(223,231,237)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7BA5 color. Also use rgb(124,123,165) instead hex code.

Text Font Color

.myTextColor { color: #7C7BA5; }

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

This text font color is #7C7BA5.


Background Color

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

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

This div background color is #7C7BA5.


Border color

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

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

This div border color is #7C7BA5.


Opacity

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

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

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

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

This text has shadow with #7C7BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7BA5 on black background.


Color preview on white background

This text has color #7C7BA5 on white background.



Black color preview on #7C7BA5 background

This text has black color on #7C7BA5 background.


White color preview on #7C7BA5 background

This text has white color on #7C7BA5 background.