COLOR #AD7778

HEX: #AD7778 RGB: (173,119,120)

Color info

#AD7778 contains red, green and blue colors in about the same proportion. Web safe color of #AD7778 is #996666 (or #966).

RGB color model

#AD7778 color RGB value is (173,119,120).

RGB: (173,119,120) (68%, 47%, 47%)

RGB channels and saturation

R 173 of 255 = 68%
G 119 of 255 = 47%
B 120 of 255 = 47%

173
119
120

R + G + B ~ 54%. #AD7778 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 119 + 120 = 412 (100%)
R 173 of 412 ~ 41.99%
G 119 of 412 ~ 28.88%
B 120 of 412 ~ 29.13'%

%41.99
%28.88
%29.13

CMYK color model

#AD7778 color CMYK value is (0,31,31,32).

  • cyan value is 0.00%
  • magenta value is 31.21%
  • yellow value is 30.64%
  • key color value is 32.16%

CMYK: (0,31,31,32)
C0M31Y31K32 (0%, 31%, 31%, 32%)
(0.00 / 0.31 / 0.31 / 0.32)

CMYK percentages

%0
%31.21
%30.64
%32.16

Codes

Color #AD7778 in popluar color models

AD 77 78
RGB 173 119 120
HSL 359° 24.77% 57.25%
HSB/HSV 359° 31.21% 67.84%
CMYK 0.00% 31.21% 30.64%
32.16%

Color #AD7778 in popluar number systems.

HEX AD 77 78
Decimal 173 119 120
Binary 10101101 1110111 1111000
Octal 255 167 170

Shades and tints

Shades of #AD7778

#AD7778
(173,119,120)
#9E6D6E
(158,109,110)
#8F6364
(143,99,100)
#80595A
(128,89,90)
#714F50
(113,79,80)
#624546
(98,69,70)
#533B3C
(83,59,60)
#443132
(68,49,50)
#352728
(53,39,40)
#261D1E
(38,29,30)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD7778

#AD7778
(173,119,120)
#B48384
(180,131,132)
#BB8F90
(187,143,144)
#C29B9C
(194,155,156)
#C9A7A8
(201,167,168)
#D0B3B4
(208,179,180)
#D7BFC0
(215,191,192)
#DECBCC
(222,203,204)
#E5D7D8
(229,215,216)
#ECE3E4
(236,227,228)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7778 color. Also use rgb(173,119,120) instead hex code.

Text Font Color

.myTextColor { color: #AD7778; }

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

This text font color is #AD7778.

Background Color

.myBgColor { background-color: #AD7778; }

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

This div background color is #AD7778.

Border color

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

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

This div border color is #AD7778.

Opacity

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

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

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

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

This text has shadow with #AD7778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7778.

Preview

Color preview on black background

This text has color #AD7778 on black background.


Color preview on white background

This text has color #AD7778 on white background.


Black color preview on #AD7778 background

This text has black color on #AD7778 background.


White color preview on #AD7778 background

This text has white color on #AD7778 background.


Related colors

Complementary color

Complementary color for #hex is #528887.


I love getcolorcode.com

Triadic colors

1 #78AD77 and #7778AD with #AD7778 are triadic colors.

2 #7877AD and #77AD78 with #AD7778 are triadic colors.