COLOR #7A7763

HEX: #7A7763
RGB: (122,119,99)

Color info

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

RGB color model

#7A7763 color RGB value is (122,119,99).

  • red value is 122;
  • green value is 119;
  • blue value is 99.
RGB:
(122,119,99)
(48%,47%,39%)

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 99 of 255 = 39%

122
119
99

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 99 = 340 (100%)
R 122 of 340 ~ 35.88%
G 119 of 340 ~ 35%
B 99 of 340 ~ 29.12%

%35.88
%35
%29.12

CMYK color model

#7A7763 color CMYK value is (0,2,19,52).

  • cyan value is 0.00%
  • magenta value is 2.46%
  • yellow value is 18.85%
  • key color value is 52.16%
CMYK:
(0,2,19,52)
C0M2Y19K52 
(0%,2%,19%,52%)
(0.00/0.02/0.19/0.52)	

CMYK percentages

%0
%2.46
%18.85
%52.16

Codes

Color #7A7763 in popluar color models

7A7763
RGB12211999
HSL52°10.41%43.33%
HSB/HSV52°18.85%47.84%
CMYK0.00%2.46%18.85%
52.16%

Color #7A7763 in popluar number systems.

HEX7A7763
Decimal12211999
Binary111101011101111100011
Octal172167143

Shades and tints

Shades of #7A7763

#7A7763
(122,119,99)
#6F6D5A
(111,109,90)
#646351
(100,99,81)
#595948
(89,89,72)
#4E4F3F
(78,79,63)
#434536
(67,69,54)
#383B2D
(56,59,45)
#2D3124
(45,49,36)
#22271B
(34,39,27)
#171D12
(23,29,18)
#0C1309
(12,19,9)
#000000
(0,0,0)

Tints of #7A7763

#7A7763
(122,119,99)
#868371
(134,131,113)
#928F7F
(146,143,127)
#9E9B8D
(158,155,141)
#AAA79B
(170,167,155)
#B6B3A9
(182,179,169)
#C2BFB7
(194,191,183)
#CECBC5
(206,203,197)
#DAD7D3
(218,215,211)
#E6E3E1
(230,227,225)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7763 color. Also use rgb(122,119,99) instead hex code.

Text Font Color

.myTextColor { color: #7A7763; }

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

This text font color is #7A7763.


Background Color

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

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

This div background color is #7A7763.


Border color

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

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

This div border color is #7A7763.


Opacity

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

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

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

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

This text has shadow with #7A7763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7763 on black background.


Color preview on white background

This text has color #7A7763 on white background.



Black color preview on #7A7763 background

This text has black color on #7A7763 background.


White color preview on #7A7763 background

This text has white color on #7A7763 background.