COLOR #7A5651

HEX: #7A5651 RGB: (122,86,81)

Color info

#7A5651 contains red, green and blue colors in about the same proportion. Web safe color of #7A5651 is #666666 (or #666).

RGB color model

#7A5651 color RGB value is (122,86,81).

RGB: (122,86,81) (48%, 34%, 32%)

RGB channels and saturation

R 122 of 255 = 48%
G 86 of 255 = 34%
B 81 of 255 = 32%

122
86
81

R + G + B ~ 38%. #7A5651 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 86 + 81 = 289 (100%)
R 122 of 289 ~ 42.21%
G 86 of 289 ~ 29.76%
B 81 of 289 ~ 28.03'%

%42.21
%29.76
%28.03

CMYK color model

#7A5651 color CMYK value is (0,30,34,52).

  • cyan value is 0.00%
  • magenta value is 29.51%
  • yellow value is 33.61%
  • key color value is 52.16%

CMYK: (0,30,34,52)
C0M30Y34K52 (0%, 30%, 34%, 52%)
(0.00 / 0.30 / 0.34 / 0.52)

CMYK percentages

%0
%29.51
%33.61
%52.16

Codes

Color #7A5651 in popluar color models

7A 56 51
RGB 122 86 81
HSL 20.20% 39.80%
HSB/HSV 33.61% 47.84%
CMYK 0.00% 29.51% 33.61%
52.16%

Color #7A5651 in popluar number systems.

HEX 7A 56 51
Decimal 122 86 81
Binary 1111010 1010110 1010001
Octal 172 126 121

Shades and tints

Shades of #7A5651

#7A5651
(122,86,81)
#6F4F4A
(111,79,74)
#644843
(100,72,67)
#59413C
(89,65,60)
#4E3A35
(78,58,53)
#43332E
(67,51,46)
#382C27
(56,44,39)
#2D2520
(45,37,32)
#221E19
(34,30,25)
#171712
(23,23,18)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #7A5651

#7A5651
(122,86,81)
#866560
(134,101,96)
#92746F
(146,116,111)
#9E837E
(158,131,126)
#AA928D
(170,146,141)
#B6A19C
(182,161,156)
#C2B0AB
(194,176,171)
#CEBFBA
(206,191,186)
#DACEC9
(218,206,201)
#E6DDD8
(230,221,216)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5651 color. Also use rgb(122,86,81) instead hex code.

Text Font Color

.myTextColor { color: #7A5651; }

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

This text font color is #7A5651.

Background Color

.myBgColor { background-color: #7A5651; }

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

This div background color is #7A5651.

Border color

.myBorderColor { border: 1px solid #7A5651; }

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

This div border color is #7A5651.

Opacity

.myOpacity80 { color: #7A5651; opacity: 0.8; }

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

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

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

This text has shadow with #7A5651 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5651.

Preview

Color preview on black background

This text has color #7A5651 on black background.


Color preview on white background

This text has color #7A5651 on white background.


Black color preview on #7A5651 background

This text has black color on #7A5651 background.


White color preview on #7A5651 background

This text has white color on #7A5651 background.


Related colors

Complementary color

Complementary color for #hex is #85A9AE.


I love getcolorcode.com

Triadic colors

1 #517A56 and #56517A with #7A5651 are triadic colors.

2 #51567A and #567A51 with #7A5651 are triadic colors.