COLOR #7A775D

HEX: #7A775D
RGB: (122,119,93)

Color info

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

RGB color model

#7A775D color RGB value is (122,119,93).

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

RGB channels and saturation

R 122 of 255 = 48%
G 119 of 255 = 47%
B 93 of 255 = 36%

122
119
93

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

Portions of RGB colors in percentages

R + G + B =
122 + 119 + 93 = 334 (100%)
R 122 of 334 ~ 36.53%
G 119 of 334 ~ 35.63%
B 93 of 334 ~ 27.84%

%36.53
%35.63
%27.84

CMYK color model

#7A775D color CMYK value is (0,2,24,52).

  • cyan value is 0.00%
  • magenta value is 2.46%
  • yellow value is 23.77%
  • key color value is 52.16%
CMYK:
(0,2,24,52)
C0M2Y24K52 
(0%,2%,24%,52%)
(0.00/0.02/0.24/0.52)	

CMYK percentages

%0
%2.46
%23.77
%52.16

Codes

Color #7A775D in popluar color models

7A775D
RGB12211993
HSL54°13.49%42.16%
HSB/HSV54°23.77%47.84%
CMYK0.00%2.46%23.77%
52.16%

Color #7A775D in popluar number systems.

HEX7A775D
Decimal12211993
Binary111101011101111011101
Octal172167135

Shades and tints

Shades of #7A775D

#7A775D
(122,119,93)
#6F6D55
(111,109,85)
#64634D
(100,99,77)
#595945
(89,89,69)
#4E4F3D
(78,79,61)
#434535
(67,69,53)
#383B2D
(56,59,45)
#2D3125
(45,49,37)
#22271D
(34,39,29)
#171D15
(23,29,21)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #7A775D

#7A775D
(122,119,93)
#86836B
(134,131,107)
#928F79
(146,143,121)
#9E9B87
(158,155,135)
#AAA795
(170,167,149)
#B6B3A3
(182,179,163)
#C2BFB1
(194,191,177)
#CECBBF
(206,203,191)
#DAD7CD
(218,215,205)
#E6E3DB
(230,227,219)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A775D; }

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

This text font color is #7A775D.


Background Color

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

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

This div background color is #7A775D.


Border color

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

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

This div border color is #7A775D.


Opacity

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

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

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

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

This text has shadow with #7A775D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A775D on black background.


Color preview on white background

This text has color #7A775D on white background.



Black color preview on #7A775D background

This text has black color on #7A775D background.


White color preview on #7A775D background

This text has white color on #7A775D background.