COLOR #A07F78

HEX: #A07F78
RGB: (160,127,120)

Color info

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

RGB color model

#A07F78 color RGB value is (160,127,120).

  • red value is 160;
  • green value is 127;
  • blue value is 120.
RGB:
(160,127,120)
(63%,50%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 127 of 255 = 50%
B 120 of 255 = 47%

160
127
120

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

Portions of RGB colors in percentages

R + G + B =
160 + 127 + 120 = 407 (100%)
R 160 of 407 ~ 39.31%
G 127 of 407 ~ 31.2%
B 120 of 407 ~ 29.48%

%39.31
%31.2
%29.48

CMYK color model

#A07F78 color CMYK value is (0,21,25,37).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(0,21,25,37)
C0M21Y25K37 
(0%,21%,25%,37%)
(0.00/0.21/0.25/0.37)	

CMYK percentages

%0
%20.63
%25
%37.25

Codes

Color #A07F78 in popluar color models

A07F78
RGB160127120
HSL11°17.39%54.90%
HSB/HSV11°25.00%62.75%
CMYK0.00%20.63%25.00%
37.25%

Color #A07F78 in popluar number systems.

HEXA07F78
Decimal160127120
Binary1010000011111111111000
Octal240177170

Shades and tints

Shades of #A07F78

#A07F78
(160,127,120)
#92746E
(146,116,110)
#846964
(132,105,100)
#765E5A
(118,94,90)
#685350
(104,83,80)
#5A4846
(90,72,70)
#4C3D3C
(76,61,60)
#3E3232
(62,50,50)
#302728
(48,39,40)
#221C1E
(34,28,30)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #A07F78

#A07F78
(160,127,120)
#A88A84
(168,138,132)
#B09590
(176,149,144)
#B8A09C
(184,160,156)
#C0ABA8
(192,171,168)
#C8B6B4
(200,182,180)
#D0C1C0
(208,193,192)
#D8CCCC
(216,204,204)
#E0D7D8
(224,215,216)
#E8E2E4
(232,226,228)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07F78 color. Also use rgb(160,127,120) instead hex code.

Text Font Color

.myTextColor { color: #A07F78; }

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

This text font color is #A07F78.


Background Color

.myBgColor { background-color: #A07F78; }

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

This div background color is #A07F78.


Border color

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

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

This div border color is #A07F78.


Opacity

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

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

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

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

This text has shadow with #A07F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07F78 on black background.


Color preview on white background

This text has color #A07F78 on white background.



Black color preview on #A07F78 background

This text has black color on #A07F78 background.


White color preview on #A07F78 background

This text has white color on #A07F78 background.