COLOR #AF7782

HEX: #AF7782
RGB: (175,119,130)

Color info

#AF7782 contains red, green and blue colors in about the same proportion. Web safe color of #AF7782 is #996699 (or #969).

RGB color model

#AF7782 color RGB value is (175,119,130).

  • red value is 175;
  • green value is 119;
  • blue value is 130.
RGB:
(175,119,130)
(69%,47%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 119 of 255 = 47%
B 130 of 255 = 51%

175
119
130

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

Portions of RGB colors in percentages

R + G + B =
175 + 119 + 130 = 424 (100%)
R 175 of 424 ~ 41.27%
G 119 of 424 ~ 28.07%
B 130 of 424 ~ 30.66%

%41.27
%28.07
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 25.71%
  • key color value is 31.37%
CMYK:
(0,32,26,31)
C0M32Y26K31 
(0%,32%,26%,31%)
(0.00/0.32/0.26/0.31)	

CMYK percentages

%0
%32
%25.71
%31.37

Codes

Color #AF7782 in popluar color models

AF7782
RGB175119130
HSL348°25.93%57.65%
HSB/HSV348°32.00%68.63%
CMYK0.00%32.00%25.71%
31.37%

Color #AF7782 in popluar number systems.

HEXAF7782
Decimal175119130
Binary10101111111011110000010
Octal257167202

Shades and tints

Shades of #AF7782

#AF7782
(175,119,130)
#A06D77
(160,109,119)
#91636C
(145,99,108)
#825961
(130,89,97)
#734F56
(115,79,86)
#64454B
(100,69,75)
#553B40
(85,59,64)
#463135
(70,49,53)
#37272A
(55,39,42)
#281D1F
(40,29,31)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AF7782

#AF7782
(175,119,130)
#B6838D
(182,131,141)
#BD8F98
(189,143,152)
#C49BA3
(196,155,163)
#CBA7AE
(203,167,174)
#D2B3B9
(210,179,185)
#D9BFC4
(217,191,196)
#E0CBCF
(224,203,207)
#E7D7DA
(231,215,218)
#EEE3E5
(238,227,229)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7782 color. Also use rgb(175,119,130) instead hex code.

Text Font Color

.myTextColor { color: #AF7782; }

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

This text font color is #AF7782.


Background Color

.myBgColor { background-color: #AF7782; }

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

This div background color is #AF7782.


Border color

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

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

This div border color is #AF7782.


Opacity

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

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

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

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

This text has shadow with #AF7782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7782 on black background.


Color preview on white background

This text has color #AF7782 on white background.



Black color preview on #AF7782 background

This text has black color on #AF7782 background.


White color preview on #AF7782 background

This text has white color on #AF7782 background.