COLOR #797265

HEX: #797265
RGB: (121,114,101)

Color info

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

RGB color model

#797265 color RGB value is (121,114,101).

  • red value is 121;
  • green value is 114;
  • blue value is 101.
RGB:
(121,114,101)
(47%,45%,40%)

RGB channels and saturation

R 121 of 255 = 47%
G 114 of 255 = 45%
B 101 of 255 = 40%

121
114
101

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

Portions of RGB colors in percentages

R + G + B =
121 + 114 + 101 = 336 (100%)
R 121 of 336 ~ 36.01%
G 114 of 336 ~ 33.93%
B 101 of 336 ~ 30.06%

%36.01
%33.93
%30.06

CMYK color model

#797265 color CMYK value is (0,6,17,53).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 16.53%
  • key color value is 52.55%
CMYK:
(0,6,17,53)
C0M6Y17K53 
(0%,6%,17%,53%)
(0.00/0.06/0.17/0.53)	

CMYK percentages

%0
%5.79
%16.53
%52.55

Codes

Color #797265 in popluar color models

797265
RGB121114101
HSL39°9.01%43.53%
HSB/HSV39°16.53%47.45%
CMYK0.00%5.79%16.53%
52.55%

Color #797265 in popluar number systems.

HEX797265
Decimal121114101
Binary111100111100101100101
Octal171162145

Shades and tints

Shades of #797265

#797265
(121,114,101)
#6E685C
(110,104,92)
#635E53
(99,94,83)
#58544A
(88,84,74)
#4D4A41
(77,74,65)
#424038
(66,64,56)
#37362F
(55,54,47)
#2C2C26
(44,44,38)
#21221D
(33,34,29)
#161814
(22,24,20)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #797265

#797265
(121,114,101)
#857E73
(133,126,115)
#918A81
(145,138,129)
#9D968F
(157,150,143)
#A9A29D
(169,162,157)
#B5AEAB
(181,174,171)
#C1BAB9
(193,186,185)
#CDC6C7
(205,198,199)
#D9D2D5
(217,210,213)
#E5DEE3
(229,222,227)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797265 color. Also use rgb(121,114,101) instead hex code.

Text Font Color

.myTextColor { color: #797265; }

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

This text font color is #797265.


Background Color

.myBgColor { background-color: #797265; }

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

This div background color is #797265.


Border color

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

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

This div border color is #797265.


Opacity

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

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

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

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

This text has shadow with #797265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797265 on black background.


Color preview on white background

This text has color #797265 on white background.



Black color preview on #797265 background

This text has black color on #797265 background.


White color preview on #797265 background

This text has white color on #797265 background.