COLOR #79775A

HEX: #79775A
RGB: (121,119,90)

Color info

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

RGB color model

#79775A color RGB value is (121,119,90).

  • red value is 121;
  • green value is 119;
  • blue value is 90.
RGB:
(121,119,90)
(47%,47%,35%)

RGB channels and saturation

R 121 of 255 = 47%
G 119 of 255 = 47%
B 90 of 255 = 35%

121
119
90

R + G + B ~ 43%. #79775A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 119 + 90 = 330 (100%)
R 121 of 330 ~ 36.67%
G 119 of 330 ~ 36.06%
B 90 of 330 ~ 27.27%

%36.67
%36.06
%27.27

CMYK color model

#79775A color CMYK value is (0,2,26,53).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 25.62%
  • key color value is 52.55%
CMYK:
(0,2,26,53)
C0M2Y26K53 
(0%,2%,26%,53%)
(0.00/0.02/0.26/0.53)	

CMYK percentages

%0
%1.65
%25.62
%52.55

Codes

Color #79775A in popluar color models

79775A
RGB12111990
HSL56°14.69%41.37%
HSB/HSV56°25.62%47.45%
CMYK0.00%1.65%25.62%
52.55%

Color #79775A in popluar number systems.

HEX79775A
Decimal12111990
Binary111100111101111011010
Octal171167132

Shades and tints

Shades of #79775A

#79775A
(121,119,90)
#6E6D52
(110,109,82)
#63634A
(99,99,74)
#585942
(88,89,66)
#4D4F3A
(77,79,58)
#424532
(66,69,50)
#373B2A
(55,59,42)
#2C3122
(44,49,34)
#21271A
(33,39,26)
#161D12
(22,29,18)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #79775A

#79775A
(121,119,90)
#858369
(133,131,105)
#918F78
(145,143,120)
#9D9B87
(157,155,135)
#A9A796
(169,167,150)
#B5B3A5
(181,179,165)
#C1BFB4
(193,191,180)
#CDCBC3
(205,203,195)
#D9D7D2
(217,215,210)
#E5E3E1
(229,227,225)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79775A color. Also use rgb(121,119,90) instead hex code.

Text Font Color

.myTextColor { color: #79775A; }

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

This text font color is #79775A.


Background Color

.myBgColor { background-color: #79775A; }

<div style="background-color:#79775A">Inner text</div>

This div background color is #79775A.


Border color

.myBorderColor { border: 1px solid #79775A; }

<div style="border:3px solid #79775A">Div</div>

This div border color is #79775A.


Opacity

.myOpacity80 { color: #79775A; opacity: 0.8; }

<p style="color:#79775A;opacity:0.8;">80%</p>

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

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

This text has shadow with #79775A color.

.textShadow {text-shadow: 3px 3px 1px #79775A, 3px 3px 1px red;}

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

This text has shadow with #79775A primary color and red secondary color.


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

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

This text has shadow with #79775A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79775A on black background.


Color preview on white background

This text has color #79775A on white background.



Black color preview on #79775A background

This text has black color on #79775A background.


White color preview on #79775A background

This text has white color on #79775A background.