COLOR #7A775F

HEX: #7A775F
RGB: (122,119,95)

Color info

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

RGB color model

#7A775F color RGB value is (122,119,95).

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

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 95 of 255 = 37%

122
119
95

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 95 = 336 (100%)
R 122 of 336 ~ 36.31%
G 119 of 336 ~ 35.42%
B 95 of 336 ~ 28.27%

%36.31
%35.42
%28.27

CMYK color model

#7A775F color CMYK value is (0,2,22,52).

  • cyan value is 0.00%
  • magenta value is 2.46%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(0,2,22,52)
C0M2Y22K52 
(0%,2%,22%,52%)
(0.00/0.02/0.22/0.52)	

CMYK percentages

%0
%2.46
%22.13
%52.16

Codes

Color #7A775F in popluar color models

7A775F
RGB12211995
HSL53°12.44%42.55%
HSB/HSV53°22.13%47.84%
CMYK0.00%2.46%22.13%
52.16%

Color #7A775F in popluar number systems.

HEX7A775F
Decimal12211995
Binary111101011101111011111
Octal172167137

Shades and tints

Shades of #7A775F

#7A775F
(122,119,95)
#6F6D57
(111,109,87)
#64634F
(100,99,79)
#595947
(89,89,71)
#4E4F3F
(78,79,63)
#434537
(67,69,55)
#383B2F
(56,59,47)
#2D3127
(45,49,39)
#22271F
(34,39,31)
#171D17
(23,29,23)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #7A775F

#7A775F
(122,119,95)
#86836D
(134,131,109)
#928F7B
(146,143,123)
#9E9B89
(158,155,137)
#AAA797
(170,167,151)
#B6B3A5
(182,179,165)
#C2BFB3
(194,191,179)
#CECBC1
(206,203,193)
#DAD7CF
(218,215,207)
#E6E3DD
(230,227,221)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A775F; }

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

This text font color is #7A775F.


Background Color

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

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

This div background color is #7A775F.


Border color

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

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

This div border color is #7A775F.


Opacity

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

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

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

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

This text has shadow with #7A775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A775F on black background.


Color preview on white background

This text has color #7A775F on white background.



Black color preview on #7A775F background

This text has black color on #7A775F background.


White color preview on #7A775F background

This text has white color on #7A775F background.