COLOR #7A7859

HEX: #7A7859
RGB: (122,120,89)

Color info

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

RGB color model

#7A7859 color RGB value is (122,120,89).

  • red value is 122;
  • green value is 120;
  • blue value is 89.
RGB:
(122,120,89)
(48%,47%,35%)

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 89 of 255 = 35%

122
120
89

R + G + B ~ 43%. #7A7859 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 89 = 331 (100%)
R 122 of 331 ~ 36.86%
G 120 of 331 ~ 36.25%
B 89 of 331 ~ 26.89%

%36.86
%36.25
%26.89

CMYK color model

#7A7859 color CMYK value is (0,2,27,52).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 27.05%
  • key color value is 52.16%
CMYK:
(0,2,27,52)
C0M2Y27K52 
(0%,2%,27%,52%)
(0.00/0.02/0.27/0.52)	

CMYK percentages

%0
%1.64
%27.05
%52.16

Codes

Color #7A7859 in popluar color models

7A7859
RGB12212089
HSL56°15.64%41.37%
HSB/HSV56°27.05%47.84%
CMYK0.00%1.64%27.05%
52.16%

Color #7A7859 in popluar number systems.

HEX7A7859
Decimal12212089
Binary111101011110001011001
Octal172170131

Shades and tints

Shades of #7A7859

#7A7859
(122,120,89)
#6F6E51
(111,110,81)
#646449
(100,100,73)
#595A41
(89,90,65)
#4E5039
(78,80,57)
#434631
(67,70,49)
#383C29
(56,60,41)
#2D3221
(45,50,33)
#222819
(34,40,25)
#171E11
(23,30,17)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #7A7859

#7A7859
(122,120,89)
#868468
(134,132,104)
#929077
(146,144,119)
#9E9C86
(158,156,134)
#AAA895
(170,168,149)
#B6B4A4
(182,180,164)
#C2C0B3
(194,192,179)
#CECCC2
(206,204,194)
#DAD8D1
(218,216,209)
#E6E4E0
(230,228,224)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7859 color. Also use rgb(122,120,89) instead hex code.

Text Font Color

.myTextColor { color: #7A7859; }

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

This text font color is #7A7859.


Background Color

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

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

This div background color is #7A7859.


Border color

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

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

This div border color is #7A7859.


Opacity

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

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

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

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

This text has shadow with #7A7859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7859 on black background.


Color preview on white background

This text has color #7A7859 on white background.



Black color preview on #7A7859 background

This text has black color on #7A7859 background.


White color preview on #7A7859 background

This text has white color on #7A7859 background.