COLOR #A75767

HEX: #A75767
RGB: (167,87,103)

Color info

#A75767 contains mainly red color. Web safe color of #A75767 is #996666 (or #966).

RGB color model

#A75767 color RGB value is (167,87,103).

  • red value is 167;
  • green value is 87;
  • blue value is 103.
RGB:
(167,87,103)
(65%,34%,40%)

RGB channels and saturation

R 167 of 255 = 65%
G 87 of 255 = 34%
B 103 of 255 = 40%

167
87
103

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

Portions of RGB colors in percentages

R + G + B =
167 + 87 + 103 = 357 (100%)
R 167 of 357 ~ 46.78%
G 87 of 357 ~ 24.37%
B 103 of 357 ~ 28.85%

%46.78
%24.37
%28.85

CMYK color model

#A75767 color CMYK value is (0,48,38,35).

  • cyan value is 0.00%
  • magenta value is 47.90%
  • yellow value is 38.32%
  • key color value is 34.51%
CMYK:
(0,48,38,35)
C0M48Y38K35 
(0%,48%,38%,35%)
(0.00/0.48/0.38/0.35)	

CMYK percentages

%0
%47.9
%38.32
%34.51

Codes

Color #A75767 in popluar color models

A75767
RGB16787103
HSL348°31.50%49.80%
HSB/HSV348°47.90%65.49%
CMYK0.00%47.90%38.32%
34.51%

Color #A75767 in popluar number systems.

HEXA75767
Decimal16787103
Binary1010011110101111100111
Octal247127147

Shades and tints

Shades of #A75767

#A75767
(167,87,103)
#98505E
(152,80,94)
#894955
(137,73,85)
#7A424C
(122,66,76)
#6B3B43
(107,59,67)
#5C343A
(92,52,58)
#4D2D31
(77,45,49)
#3E2628
(62,38,40)
#2F1F1F
(47,31,31)
#201816
(32,24,22)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #A75767

#A75767
(167,87,103)
#AF6674
(175,102,116)
#B77581
(183,117,129)
#BF848E
(191,132,142)
#C7939B
(199,147,155)
#CFA2A8
(207,162,168)
#D7B1B5
(215,177,181)
#DFC0C2
(223,192,194)
#E7CFCF
(231,207,207)
#EFDEDC
(239,222,220)
#F7EDE9
(247,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75767 color. Also use rgb(167,87,103) instead hex code.

Text Font Color

.myTextColor { color: #A75767; }

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

This text font color is #A75767.


Background Color

.myBgColor { background-color: #A75767; }

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

This div background color is #A75767.


Border color

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

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

This div border color is #A75767.


Opacity

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

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

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

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

This text has shadow with #A75767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75767 on black background.


Color preview on white background

This text has color #A75767 on white background.



Black color preview on #A75767 background

This text has black color on #A75767 background.


White color preview on #A75767 background

This text has white color on #A75767 background.