COLOR #7C84AA

HEX: #7C84AA RGB: (124,132,170)

Color info

#7C84AA contains red, green and blue colors in about the same proportion. Web safe color of #7C84AA is #669999 (or #699).

RGB color model

#7C84AA color RGB value is (124,132,170).

RGB: (124,132,170) (49%, 52%, 67%)

RGB channels and saturation

R 124 of 255 = 49%
G 132 of 255 = 52%
B 170 of 255 = 67%

124
132
170

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

Portions of RGB colors in percentages

R + G + B = 124 + 132 + 170 = 426 (100%)
R 124 of 426 ~ 29.11%
G 132 of 426 ~ 30.99%
B 170 of 426 ~ 39.91'%

%29.11
%30.99
%39.91

CMYK color model

#7C84AA color CMYK value is (27,22,0,33).

  • cyan value is 27.06%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (27,22,0,33) C27M22Y0K33 (27%,22%,0%,33%) (0.27/0.22/0.00/0.33) 

CMYK percentages

%27.06
%22.35
%0
%33.33

Codes

Color #7C84AA in popluar color models

7C 84 AA
RGB 124 132 170
HSL 230° 21.30% 57.65%
HSB/HSV 230° 27.06% 66.67%
CMYK 27.06% 22.35% 0.00%
33.33%

Color #7C84AA in popluar number systems.

HEX 7C 84 AA
Decimal 124 132 170
Binary 1111100 10000100 10101010
Octal 174 204 252

Shades and tints

Shades of #7C84AA

#7C84AA
(124,132,170)
#71789B
(113,120,155)
#666C8C
(102,108,140)
#5B607D
(91,96,125)
#50546E
(80,84,110)
#45485F
(69,72,95)
#3A3C50
(58,60,80)
#2F3041
(47,48,65)
#242432
(36,36,50)
#191823
(25,24,35)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #7C84AA

#7C84AA
(124,132,170)
#878FB1
(135,143,177)
#929AB8
(146,154,184)
#9DA5BF
(157,165,191)
#A8B0C6
(168,176,198)
#B3BBCD
(179,187,205)
#BEC6D4
(190,198,212)
#C9D1DB
(201,209,219)
#D4DCE2
(212,220,226)
#DFE7E9
(223,231,233)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C84AA color. Also use rgb(124,132,170) instead hex code.

Text Font Color

.myTextColor { color: #7C84AA; }

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

This text font color is #7C84AA.

Background Color

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

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

This div background color is #7C84AA.

Border color

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

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

This div border color is #7C84AA.

Opacity

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

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

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

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

This text has shadow with #7C84AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C84AA.

Preview

Color preview on black background

This text has color #7C84AA on black background.


Color preview on white background

This text has color #7C84AA on white background.


Black color preview on #7C84AA background

This text has black color on #7C84AA background.


White color preview on #7C84AA background

This text has white color on #7C84AA background.


Related colors

Complementary color

Complementary color for #hex is #837B55.


I love getcolorcode.com

Triadic colors

1 #AA7C84 and #84AA7C with #7C84AA are triadic colors.

2 #AA847C and #847CAA with #7C84AA are triadic colors.