COLOR #7C6985

HEX: #7C6985 RGB: (124,105,133)

Color info

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

RGB color model

#7C6985 color RGB value is (124,105,133).

RGB: (124,105,133) (49%, 41%, 52%)

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 133 of 255 = 52%

124
105
133

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

Portions of RGB colors in percentages

R + G + B = 124 + 105 + 133 = 362 (100%)
R 124 of 362 ~ 34.25%
G 105 of 362 ~ 29.01%
B 133 of 362 ~ 36.74'%

%34.25
%29.01
%36.74

CMYK color model

#7C6985 color CMYK value is (7,21,0,48).

  • cyan value is 6.77%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (7,21,0,48)
C7M21Y0K48 (7%, 21%, 0%, 48%)
(0.07 / 0.21 / 0.00 / 0.48)

CMYK percentages

%6.77
%21.05
%0
%47.84

Codes

Color #7C6985 in popluar color models

7C 69 85
RGB 124 105 133
HSL 281° 11.76% 46.67%
HSB/HSV 281° 21.05% 52.16%
CMYK 6.77% 21.05% 0.00%
47.84%

Color #7C6985 in popluar number systems.

HEX 7C 69 85
Decimal 124 105 133
Binary 1111100 1101001 10000101
Octal 174 151 205

Shades and tints

Shades of #7C6985

#7C6985
(124,105,133)
#716079
(113,96,121)
#66576D
(102,87,109)
#5B4E61
(91,78,97)
#504555
(80,69,85)
#453C49
(69,60,73)
#3A333D
(58,51,61)
#2F2A31
(47,42,49)
#242125
(36,33,37)
#191819
(25,24,25)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7C6985

#7C6985
(124,105,133)
#877690
(135,118,144)
#92839B
(146,131,155)
#9D90A6
(157,144,166)
#A89DB1
(168,157,177)
#B3AABC
(179,170,188)
#BEB7C7
(190,183,199)
#C9C4D2
(201,196,210)
#D4D1DD
(212,209,221)
#DFDEE8
(223,222,232)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6985 color. Also use rgb(124,105,133) instead hex code.

Text Font Color

.myTextColor { color: #7C6985; }

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

This text font color is #7C6985.

Background Color

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

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

This div background color is #7C6985.

Border color

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

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

This div border color is #7C6985.

Opacity

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

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

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

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

This text has shadow with #7C6985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6985.

Preview

Color preview on black background

This text has color #7C6985 on black background.


Color preview on white background

This text has color #7C6985 on white background.


Black color preview on #7C6985 background

This text has black color on #7C6985 background.


White color preview on #7C6985 background

This text has white color on #7C6985 background.


Related colors

Complementary color

Complementary color for #hex is #83967A.


I love getcolorcode.com

Triadic colors

1 #857C69 and #69857C with #7C6985 are triadic colors.

2 #85697C and #697C85 with #7C6985 are triadic colors.