COLOR #A7755C

HEX: #A7755C
RGB: (167,117,92)

Color info

#A7755C contains mainly red and green colors. Web safe color of #A7755C is #996666 (or #966).

RGB color model

#A7755C color RGB value is (167,117,92).

  • red value is 167;
  • green value is 117;
  • blue value is 92.
RGB:
(167,117,92)
(65%,46%,36%)

RGB channels and saturation

R 167 of 255 = 65%
G 117 of 255 = 46%
B 92 of 255 = 36%

167
117
92

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

Portions of RGB colors in percentages

R + G + B =
167 + 117 + 92 = 376 (100%)
R 167 of 376 ~ 44.41%
G 117 of 376 ~ 31.12%
B 92 of 376 ~ 24.47%

%44.41
%31.12
%24.47

CMYK color model

#A7755C color CMYK value is (0,30,45,35).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 44.91%
  • key color value is 34.51%
CMYK:
(0,30,45,35)
C0M30Y45K35 
(0%,30%,45%,35%)
(0.00/0.30/0.45/0.35)	

CMYK percentages

%0
%29.94
%44.91
%34.51

Codes

Color #A7755C in popluar color models

A7755C
RGB16711792
HSL20°29.88%50.78%
HSB/HSV20°44.91%65.49%
CMYK0.00%29.94%44.91%
34.51%

Color #A7755C in popluar number systems.

HEXA7755C
Decimal16711792
Binary1010011111101011011100
Octal247165134

Shades and tints

Shades of #A7755C

#A7755C
(167,117,92)
#986B54
(152,107,84)
#89614C
(137,97,76)
#7A5744
(122,87,68)
#6B4D3C
(107,77,60)
#5C4334
(92,67,52)
#4D392C
(77,57,44)
#3E2F24
(62,47,36)
#2F251C
(47,37,28)
#201B14
(32,27,20)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #A7755C

#A7755C
(167,117,92)
#AF816A
(175,129,106)
#B78D78
(183,141,120)
#BF9986
(191,153,134)
#C7A594
(199,165,148)
#CFB1A2
(207,177,162)
#D7BDB0
(215,189,176)
#DFC9BE
(223,201,190)
#E7D5CC
(231,213,204)
#EFE1DA
(239,225,218)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7755C color. Also use rgb(167,117,92) instead hex code.

Text Font Color

.myTextColor { color: #A7755C; }

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

This text font color is #A7755C.


Background Color

.myBgColor { background-color: #A7755C; }

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

This div background color is #A7755C.


Border color

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

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

This div border color is #A7755C.


Opacity

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

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

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

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

This text has shadow with #A7755C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7755C on black background.


Color preview on white background

This text has color #A7755C on white background.



Black color preview on #A7755C background

This text has black color on #A7755C background.


White color preview on #A7755C background

This text has white color on #A7755C background.