COLOR #797758

HEX: #797758
RGB: (121,119,88)

Color info

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

RGB color model

#797758 color RGB value is (121,119,88).

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

RGB channels and saturation

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

121
119
88

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

Portions of RGB colors in percentages

R + G + B =
121 + 119 + 88 = 328 (100%)
R 121 of 328 ~ 36.89%
G 119 of 328 ~ 36.28%
B 88 of 328 ~ 26.83%

%36.89
%36.28
%26.83

CMYK color model

#797758 color CMYK value is (0,2,27,53).

  • cyan value is 0.00%
  • magenta value is 1.65%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(0,2,27,53)
C0M2Y27K53 
(0%,2%,27%,53%)
(0.00/0.02/0.27/0.53)	

CMYK percentages

%0
%1.65
%27.27
%52.55

Codes

Color #797758 in popluar color models

797758
RGB12111988
HSL56°15.79%40.98%
HSB/HSV56°27.27%47.45%
CMYK0.00%1.65%27.27%
52.55%

Color #797758 in popluar number systems.

HEX797758
Decimal12111988
Binary111100111101111011000
Octal171167130

Shades and tints

Shades of #797758

#797758
(121,119,88)
#6E6D50
(110,109,80)
#636348
(99,99,72)
#585940
(88,89,64)
#4D4F38
(77,79,56)
#424530
(66,69,48)
#373B28
(55,59,40)
#2C3120
(44,49,32)
#212718
(33,39,24)
#161D10
(22,29,16)
#0B1308
(11,19,8)
#000000
(0,0,0)

Tints of #797758

#797758
(121,119,88)
#858367
(133,131,103)
#918F76
(145,143,118)
#9D9B85
(157,155,133)
#A9A794
(169,167,148)
#B5B3A3
(181,179,163)
#C1BFB2
(193,191,178)
#CDCBC1
(205,203,193)
#D9D7D0
(217,215,208)
#E5E3DF
(229,227,223)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797758; }

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

This text font color is #797758.


Background Color

.myBgColor { background-color: #797758; }

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

This div background color is #797758.


Border color

.myBorderColor { border: 1px solid #797758; }

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

This div border color is #797758.


Opacity

.myOpacity80 { color: #797758; opacity: 0.8; }

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

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

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

This text has shadow with #797758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797758 on black background.


Color preview on white background

This text has color #797758 on white background.



Black color preview on #797758 background

This text has black color on #797758 background.


White color preview on #797758 background

This text has white color on #797758 background.