COLOR #7A7B66

HEX: #7A7B66 RGB: (122,123,102)

Color info

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

RGB color model

#7A7B66 color RGB value is (122,123,102).

RGB: (122,123,102) (48%, 48%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 123 of 255 = 48%
B 102 of 255 = 40%

122
123
102

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

Portions of RGB colors in percentages

R + G + B = 122 + 123 + 102 = 347 (100%)
R 122 of 347 ~ 35.16%
G 123 of 347 ~ 35.45%
B 102 of 347 ~ 29.39'%

%35.16
%35.45
%29.39

CMYK color model

#7A7B66 color CMYK value is (1,0,17,52).

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

CMYK: (1,0,17,52)
C1M0Y17K52 (1%, 0%, 17%, 52%)
(0.01 / 0.00 / 0.17 / 0.52)

CMYK percentages

%0.81
%0
%17.07
%51.76

Codes

Color #7A7B66 in popluar color models

7A 7B 66
RGB 122 123 102
HSL 63° 9.33% 44.12%
HSB/HSV 63° 17.07% 48.24%
CMYK 0.81% 0.00% 17.07%
51.76%

Color #7A7B66 in popluar number systems.

HEX 7A 7B 66
Decimal 122 123 102
Binary 1111010 1111011 1100110
Octal 172 173 146

Shades and tints

Shades of #7A7B66

#7A7B66
(122,123,102)
#6F705D
(111,112,93)
#646554
(100,101,84)
#595A4B
(89,90,75)
#4E4F42
(78,79,66)
#434439
(67,68,57)
#383930
(56,57,48)
#2D2E27
(45,46,39)
#22231E
(34,35,30)
#171815
(23,24,21)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #7A7B66

#7A7B66
(122,123,102)
#868773
(134,135,115)
#929380
(146,147,128)
#9E9F8D
(158,159,141)
#AAAB9A
(170,171,154)
#B6B7A7
(182,183,167)
#C2C3B4
(194,195,180)
#CECFC1
(206,207,193)
#DADBCE
(218,219,206)
#E6E7DB
(230,231,219)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7B66; }

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

This text font color is #7A7B66.

Background Color

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

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

This div background color is #7A7B66.

Border color

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

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

This div border color is #7A7B66.

Opacity

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

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

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

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

This text has shadow with #7A7B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7B66.

Preview

Color preview on black background

This text has color #7A7B66 on black background.


Color preview on white background

This text has color #7A7B66 on white background.


Black color preview on #7A7B66 background

This text has black color on #7A7B66 background.


White color preview on #7A7B66 background

This text has white color on #7A7B66 background.


Related colors

Complementary color

Complementary color for #hex is #858499.


I love getcolorcode.com

Triadic colors

1 #667A7B and #7B667A with #7A7B66 are triadic colors.

2 #667B7A and #7B7A66 with #7A7B66 are triadic colors.