COLOR #7A7D65

HEX: #7A7D65 RGB: (122,125,101)

Color info

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

RGB color model

#7A7D65 color RGB value is (122,125,101).

RGB: (122,125,101) (48%, 49%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 125 of 255 = 49%
B 101 of 255 = 40%

122
125
101

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

Portions of RGB colors in percentages

R + G + B = 122 + 125 + 101 = 348 (100%)
R 122 of 348 ~ 35.06%
G 125 of 348 ~ 35.92%
B 101 of 348 ~ 29.02'%

%35.06
%35.92
%29.02

CMYK color model

#7A7D65 color CMYK value is (2,0,19,51).

  • cyan value is 2.40%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 50.98%

CMYK: (2,0,19,51)
C2M0Y19K51 (2%, 0%, 19%, 51%)
(0.02 / 0.00 / 0.19 / 0.51)

CMYK percentages

%2.4
%0
%19.2
%50.98

Codes

Color #7A7D65 in popluar color models

7A 7D 65
RGB 122 125 101
HSL 68° 10.62% 44.31%
HSB/HSV 68° 19.20% 49.02%
CMYK 2.40% 0.00% 19.20%
50.98%

Color #7A7D65 in popluar number systems.

HEX 7A 7D 65
Decimal 122 125 101
Binary 1111010 1111101 1100101
Octal 172 175 145

Shades and tints

Shades of #7A7D65

#7A7D65
(122,125,101)
#6F725C
(111,114,92)
#646753
(100,103,83)
#595C4A
(89,92,74)
#4E5141
(78,81,65)
#434638
(67,70,56)
#383B2F
(56,59,47)
#2D3026
(45,48,38)
#22251D
(34,37,29)
#171A14
(23,26,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #7A7D65

#7A7D65
(122,125,101)
#868873
(134,136,115)
#929381
(146,147,129)
#9E9E8F
(158,158,143)
#AAA99D
(170,169,157)
#B6B4AB
(182,180,171)
#C2BFB9
(194,191,185)
#CECAC7
(206,202,199)
#DAD5D5
(218,213,213)
#E6E0E3
(230,224,227)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7D65 color. Also use rgb(122,125,101) instead hex code.

Text Font Color

.myTextColor { color: #7A7D65; }

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

This text font color is #7A7D65.

Background Color

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

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

This div background color is #7A7D65.

Border color

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

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

This div border color is #7A7D65.

Opacity

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

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

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

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

This text has shadow with #7A7D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7D65.

Preview

Color preview on black background

This text has color #7A7D65 on black background.


Color preview on white background

This text has color #7A7D65 on white background.


Black color preview on #7A7D65 background

This text has black color on #7A7D65 background.


White color preview on #7A7D65 background

This text has white color on #7A7D65 background.


Related colors

Complementary color

Complementary color for #hex is #85829A.


I love getcolorcode.com

Triadic colors

1 #657A7D and #7D657A with #7A7D65 are triadic colors.

2 #657D7A and #7D7A65 with #7A7D65 are triadic colors.