COLOR #A77CBB

HEX: #A77CBB RGB: (167,124,187)

Color info

#A77CBB contains mainly red and blue colors. Web safe color of #A77CBB is #9966CC (or #96C).

RGB color model

#A77CBB color RGB value is (167,124,187).

RGB: (167,124,187) (65%, 49%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 124 of 255 = 49%
B 187 of 255 = 73%

167
124
187

R + G + B ~ 62%. #A77CBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 124 + 187 = 478 (100%)
R 167 of 478 ~ 34.94%
G 124 of 478 ~ 25.94%
B 187 of 478 ~ 39.12'%

%34.94
%25.94
%39.12

CMYK color model

#A77CBB color CMYK value is (11,34,0,27).

  • cyan value is 10.70%
  • magenta value is 33.69%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (11,34,0,27)
C11M34Y0K27 (11%, 34%, 0%, 27%)
(0.11 / 0.34 / 0.00 / 0.27)

CMYK percentages

%10.7
%33.69
%0
%26.67

Codes

Color #A77CBB in popluar color models

A7 7C BB
RGB 167 124 187
HSL 281° 31.66% 60.98%
HSB/HSV 281° 33.69% 73.33%
CMYK 10.70% 33.69% 0.00%
26.67%

Color #A77CBB in popluar number systems.

HEX A7 7C BB
Decimal 167 124 187
Binary 10100111 1111100 10111011
Octal 247 174 273

Shades and tints

Shades of #A77CBB

#A77CBB
(167,124,187)
#9871AA
(152,113,170)
#896699
(137,102,153)
#7A5B88
(122,91,136)
#6B5077
(107,80,119)
#5C4566
(92,69,102)
#4D3A55
(77,58,85)
#3E2F44
(62,47,68)
#2F2433
(47,36,51)
#201922
(32,25,34)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #A77CBB

#A77CBB
(167,124,187)
#AF87C1
(175,135,193)
#B792C7
(183,146,199)
#BF9DCD
(191,157,205)
#C7A8D3
(199,168,211)
#CFB3D9
(207,179,217)
#D7BEDF
(215,190,223)
#DFC9E5
(223,201,229)
#E7D4EB
(231,212,235)
#EFDFF1
(239,223,241)
#F7EAF7
(247,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77CBB color. Also use rgb(167,124,187) instead hex code.

Text Font Color

.myTextColor { color: #A77CBB; }

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

This text font color is #A77CBB.

Background Color

.myBgColor { background-color: #A77CBB; }

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

This div background color is #A77CBB.

Border color

.myBorderColor { border: 1px solid #A77CBB; }

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

This div border color is #A77CBB.

Opacity

.myOpacity80 { color: #A77CBB; opacity: 0.8; }

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

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

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

This text has shadow with #A77CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77CBB.

Preview

Color preview on black background

This text has color #A77CBB on black background.


Color preview on white background

This text has color #A77CBB on white background.


Black color preview on #A77CBB background

This text has black color on #A77CBB background.


White color preview on #A77CBB background

This text has white color on #A77CBB background.


Related colors

Complementary color

Complementary color for #hex is #588344.


I love getcolorcode.com

Triadic colors

1 #BBA77C and #7CBBA7 with #A77CBB are triadic colors.

2 #BB7CA7 and #7CA7BB with #A77CBB are triadic colors.