COLOR #A07779

HEX: #A07779 RGB: (160,119,121)

Color info

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

RGB color model

#A07779 color RGB value is (160,119,121).

RGB: (160,119,121) (63%, 47%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 119 of 255 = 47%
B 121 of 255 = 47%

160
119
121

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

Portions of RGB colors in percentages

R + G + B = 160 + 119 + 121 = 400 (100%)
R 160 of 400 ~ 40%
G 119 of 400 ~ 29.75%
B 121 of 400 ~ 30.25'%

%40
%29.75
%30.25

CMYK color model

#A07779 color CMYK value is (0,26,24,37).

  • cyan value is 0.00%
  • magenta value is 25.63%
  • yellow value is 24.38%
  • key color value is 37.25%

CMYK: (0,26,24,37)
C0M26Y24K37 (0%, 26%, 24%, 37%)
(0.00 / 0.26 / 0.24 / 0.37)

CMYK percentages

%0
%25.63
%24.38
%37.25

Codes

Color #A07779 in popluar color models

A0 77 79
RGB 160 119 121
HSL 357° 17.75% 54.71%
HSB/HSV 357° 25.63% 62.75%
CMYK 0.00% 25.63% 24.38%
37.25%

Color #A07779 in popluar number systems.

HEX A0 77 79
Decimal 160 119 121
Binary 10100000 1110111 1111001
Octal 240 167 171

Shades and tints

Shades of #A07779

#A07779
(160,119,121)
#926D6E
(146,109,110)
#846363
(132,99,99)
#765958
(118,89,88)
#684F4D
(104,79,77)
#5A4542
(90,69,66)
#4C3B37
(76,59,55)
#3E312C
(62,49,44)
#302721
(48,39,33)
#221D16
(34,29,22)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #A07779

#A07779
(160,119,121)
#A88385
(168,131,133)
#B08F91
(176,143,145)
#B89B9D
(184,155,157)
#C0A7A9
(192,167,169)
#C8B3B5
(200,179,181)
#D0BFC1
(208,191,193)
#D8CBCD
(216,203,205)
#E0D7D9
(224,215,217)
#E8E3E5
(232,227,229)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07779 color. Also use rgb(160,119,121) instead hex code.

Text Font Color

.myTextColor { color: #A07779; }

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

This text font color is #A07779.

Background Color

.myBgColor { background-color: #A07779; }

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

This div background color is #A07779.

Border color

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

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

This div border color is #A07779.

Opacity

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

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

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

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

This text has shadow with #A07779 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07779.

Preview

Color preview on black background

This text has color #A07779 on black background.


Color preview on white background

This text has color #A07779 on white background.


Black color preview on #A07779 background

This text has black color on #A07779 background.


White color preview on #A07779 background

This text has white color on #A07779 background.


Related colors

Complementary color

Complementary color for #hex is #5F8886.


I love getcolorcode.com

Triadic colors

1 #79A077 and #7779A0 with #A07779 are triadic colors.

2 #7977A0 and #77A079 with #A07779 are triadic colors.