COLOR #7C769E

HEX: #7C769E
RGB: (124,118,158)

Color info

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

RGB color model

#7C769E color RGB value is (124,118,158).

  • red value is 124;
  • green value is 118;
  • blue value is 158.
RGB:
(124,118,158)
(49%,46%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 158 of 255 = 62%

124
118
158

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

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 158 = 400 (100%)
R 124 of 400 ~ 31%
G 118 of 400 ~ 29.5%
B 158 of 400 ~ 39.5%

%31
%29.5
%39.5

CMYK color model

#7C769E color CMYK value is (22,25,0,38).

  • cyan value is 21.52%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(22,25,0,38)
C22M25Y0K38 
(22%,25%,0%,38%)
(0.22/0.25/0.00/0.38)	

CMYK percentages

%21.52
%25.32
%0
%38.04

Codes

Color #7C769E in popluar color models

7C769E
RGB124118158
HSL249°17.09%54.12%
HSB/HSV249°25.32%61.96%
CMYK21.52%25.32%0.00%
38.04%

Color #7C769E in popluar number systems.

HEX7C769E
Decimal124118158
Binary1111100111011010011110
Octal174166236

Shades and tints

Shades of #7C769E

#7C769E
(124,118,158)
#716C90
(113,108,144)
#666282
(102,98,130)
#5B5874
(91,88,116)
#504E66
(80,78,102)
#454458
(69,68,88)
#3A3A4A
(58,58,74)
#2F303C
(47,48,60)
#24262E
(36,38,46)
#191C20
(25,28,32)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #7C769E

#7C769E
(124,118,158)
#8782A6
(135,130,166)
#928EAE
(146,142,174)
#9D9AB6
(157,154,182)
#A8A6BE
(168,166,190)
#B3B2C6
(179,178,198)
#BEBECE
(190,190,206)
#C9CAD6
(201,202,214)
#D4D6DE
(212,214,222)
#DFE2E6
(223,226,230)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C769E color. Also use rgb(124,118,158) instead hex code.

Text Font Color

.myTextColor { color: #7C769E; }

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

This text font color is #7C769E.


Background Color

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

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

This div background color is #7C769E.


Border color

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

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

This div border color is #7C769E.


Opacity

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

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

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

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

This text has shadow with #7C769E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C769E on black background.


Color preview on white background

This text has color #7C769E on white background.



Black color preview on #7C769E background

This text has black color on #7C769E background.


White color preview on #7C769E background

This text has white color on #7C769E background.