COLOR #7C80AF

HEX: #7C80AF RGB: (124,128,175)

Color info

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

RGB color model

#7C80AF color RGB value is (124,128,175).

RGB: (124,128,175) (49%, 50%, 69%)

RGB channels and saturation

R 124 of 255 = 49%
G 128 of 255 = 50%
B 175 of 255 = 69%

124
128
175

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

Portions of RGB colors in percentages

R + G + B = 124 + 128 + 175 = 427 (100%)
R 124 of 427 ~ 29.04%
G 128 of 427 ~ 29.98%
B 175 of 427 ~ 40.98'%

%29.04
%29.98
%40.98

CMYK color model

#7C80AF color CMYK value is (29,27,0,31).

  • cyan value is 29.14%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (29,27,0,31)
C29M27Y0K31 (29%, 27%, 0%, 31%)
(0.29 / 0.27 / 0.00 / 0.31)

CMYK percentages

%29.14
%26.86
%0
%31.37

Codes

Color #7C80AF in popluar color models

7C 80 AF
RGB 124 128 175
HSL 235° 24.17% 58.63%
HSB/HSV 235° 29.14% 68.63%
CMYK 29.14% 26.86% 0.00%
31.37%

Color #7C80AF in popluar number systems.

HEX 7C 80 AF
Decimal 124 128 175
Binary 1111100 10000000 10101111
Octal 174 200 257

Shades and tints

Shades of #7C80AF

#7C80AF
(124,128,175)
#7175A0
(113,117,160)
#666A91
(102,106,145)
#5B5F82
(91,95,130)
#505473
(80,84,115)
#454964
(69,73,100)
#3A3E55
(58,62,85)
#2F3346
(47,51,70)
#242837
(36,40,55)
#191D28
(25,29,40)
#0E1219
(14,18,25)
#000000
(0,0,0)

Tints of #7C80AF

#7C80AF
(124,128,175)
#878BB6
(135,139,182)
#9296BD
(146,150,189)
#9DA1C4
(157,161,196)
#A8ACCB
(168,172,203)
#B3B7D2
(179,183,210)
#BEC2D9
(190,194,217)
#C9CDE0
(201,205,224)
#D4D8E7
(212,216,231)
#DFE3EE
(223,227,238)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C80AF color. Also use rgb(124,128,175) instead hex code.

Text Font Color

.myTextColor { color: #7C80AF; }

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

This text font color is #7C80AF.

Background Color

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

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

This div background color is #7C80AF.

Border color

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

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

This div border color is #7C80AF.

Opacity

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

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

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

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

This text has shadow with #7C80AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C80AF.

Preview

Color preview on black background

This text has color #7C80AF on black background.


Color preview on white background

This text has color #7C80AF on white background.


Black color preview on #7C80AF background

This text has black color on #7C80AF background.


White color preview on #7C80AF background

This text has white color on #7C80AF background.


Related colors

Complementary color

Complementary color for #hex is #837F50.


I love getcolorcode.com

Triadic colors

1 #AF7C80 and #80AF7C with #7C80AF are triadic colors.

2 #AF807C and #807CAF with #7C80AF are triadic colors.