COLOR #7A7B59

HEX: #7A7B59 RGB: (122,123,89)

Color info

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

RGB color model

#7A7B59 color RGB value is (122,123,89).

RGB: (122,123,89) (48%, 48%, 35%)

RGB channels and saturation

R 122 of 255 = 48%
G 123 of 255 = 48%
B 89 of 255 = 35%

122
123
89

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

Portions of RGB colors in percentages

R + G + B = 122 + 123 + 89 = 334 (100%)
R 122 of 334 ~ 36.53%
G 123 of 334 ~ 36.83%
B 89 of 334 ~ 26.65'%

%36.53
%36.83
%26.65

CMYK color model

#7A7B59 color CMYK value is (1,0,28,52).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 27.64%
  • key color value is 51.76%

CMYK: (1,0,28,52)
C1M0Y28K52 (1%, 0%, 28%, 52%)
(0.01 / 0.00 / 0.28 / 0.52)

CMYK percentages

%0.81
%0
%27.64
%51.76

Codes

Color #7A7B59 in popluar color models

7A 7B 59
RGB 122 123 89
HSL 62° 16.04% 41.57%
HSB/HSV 62° 27.64% 48.24%
CMYK 0.81% 0.00% 27.64%
51.76%

Color #7A7B59 in popluar number systems.

HEX 7A 7B 59
Decimal 122 123 89
Binary 1111010 1111011 1011001
Octal 172 173 131

Shades and tints

Shades of #7A7B59

#7A7B59
(122,123,89)
#6F7051
(111,112,81)
#646549
(100,101,73)
#595A41
(89,90,65)
#4E4F39
(78,79,57)
#434431
(67,68,49)
#383929
(56,57,41)
#2D2E21
(45,46,33)
#222319
(34,35,25)
#171811
(23,24,17)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #7A7B59

#7A7B59
(122,123,89)
#868768
(134,135,104)
#929377
(146,147,119)
#9E9F86
(158,159,134)
#AAAB95
(170,171,149)
#B6B7A4
(182,183,164)
#C2C3B3
(194,195,179)
#CECFC2
(206,207,194)
#DADBD1
(218,219,209)
#E6E7E0
(230,231,224)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7B59; }

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

This text font color is #7A7B59.

Background Color

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

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

This div background color is #7A7B59.

Border color

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

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

This div border color is #7A7B59.

Opacity

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

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

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

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

This text has shadow with #7A7B59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7B59.

Preview

Color preview on black background

This text has color #7A7B59 on black background.


Color preview on white background

This text has color #7A7B59 on white background.


Black color preview on #7A7B59 background

This text has black color on #7A7B59 background.


White color preview on #7A7B59 background

This text has white color on #7A7B59 background.


Related colors

Complementary color

Complementary color for #hex is #8584A6.


I love getcolorcode.com

Triadic colors

1 #597A7B and #7B597A with #7A7B59 are triadic colors.

2 #597B7A and #7B7A59 with #7A7B59 are triadic colors.