COLOR #796572

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

121
101
114

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

Portions of RGB colors in percentages

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

%36.01
%30.06
%33.93

CMYK color model

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

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

CMYK percentages

%0
%16.53
%5.79
%52.55

Codes

Color #796572 in popluar color models

796572
RGB121101114
HSL321°9.01%43.53%
HSB/HSV321°16.53%47.45%
CMYK0.00%16.53%5.79%
52.55%

Color #796572 in popluar number systems.

HEX796572
Decimal121101114
Binary111100111001011110010
Octal171145162

Shades and tints

Shades of #796572

#796572
(121,101,114)
#6E5C68
(110,92,104)
#63535E
(99,83,94)
#584A54
(88,74,84)
#4D414A
(77,65,74)
#423840
(66,56,64)
#372F36
(55,47,54)
#2C262C
(44,38,44)
#211D22
(33,29,34)
#161418
(22,20,24)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #796572

#796572
(121,101,114)
#85737E
(133,115,126)
#91818A
(145,129,138)
#9D8F96
(157,143,150)
#A99DA2
(169,157,162)
#B5ABAE
(181,171,174)
#C1B9BA
(193,185,186)
#CDC7C6
(205,199,198)
#D9D5D2
(217,213,210)
#E5E3DE
(229,227,222)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796572; }

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

This text font color is #796572.


Background Color

.myBgColor { background-color: #796572; }

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

This div background color is #796572.


Border color

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

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

This div border color is #796572.


Opacity

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

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

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

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

This text has shadow with #796572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796572 on black background.


Color preview on white background

This text has color #796572 on white background.



Black color preview on #796572 background

This text has black color on #796572 background.


White color preview on #796572 background

This text has white color on #796572 background.