COLOR #795A74

HEX: #795A74
RGB: (121,90,116)

Color info

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

RGB color model

#795A74 color RGB value is (121,90,116).

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

RGB channels and saturation

R 121 of 255 = 47%
G 90 of 255 = 35%
B 116 of 255 = 45%

121
90
116

R + G + B ~ 42%. #795A74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 90 + 116 = 327 (100%)
R 121 of 327 ~ 37%
G 90 of 327 ~ 27.52%
B 116 of 327 ~ 35.47%

%37
%27.52
%35.47

CMYK color model

#795A74 color CMYK value is (0,26,4,53).

  • cyan value is 0.00%
  • magenta value is 25.62%
  • yellow value is 4.13%
  • key color value is 52.55%
CMYK:
(0,26,4,53)
C0M26Y4K53 
(0%,26%,4%,53%)
(0.00/0.26/0.04/0.53)	

CMYK percentages

%0
%25.62
%4.13
%52.55

Codes

Color #795A74 in popluar color models

795A74
RGB12190116
HSL310°14.69%41.37%
HSB/HSV310°25.62%47.45%
CMYK0.00%25.62%4.13%
52.55%

Color #795A74 in popluar number systems.

HEX795A74
Decimal12190116
Binary111100110110101110100
Octal171132164

Shades and tints

Shades of #795A74

#795A74
(121,90,116)
#6E526A
(110,82,106)
#634A60
(99,74,96)
#584256
(88,66,86)
#4D3A4C
(77,58,76)
#423242
(66,50,66)
#372A38
(55,42,56)
#2C222E
(44,34,46)
#211A24
(33,26,36)
#16121A
(22,18,26)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #795A74

#795A74
(121,90,116)
#856980
(133,105,128)
#91788C
(145,120,140)
#9D8798
(157,135,152)
#A996A4
(169,150,164)
#B5A5B0
(181,165,176)
#C1B4BC
(193,180,188)
#CDC3C8
(205,195,200)
#D9D2D4
(217,210,212)
#E5E1E0
(229,225,224)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795A74 color. Also use rgb(121,90,116) instead hex code.

Text Font Color

.myTextColor { color: #795A74; }

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

This text font color is #795A74.


Background Color

.myBgColor { background-color: #795A74; }

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

This div background color is #795A74.


Border color

.myBorderColor { border: 1px solid #795A74; }

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

This div border color is #795A74.


Opacity

.myOpacity80 { color: #795A74; opacity: 0.8; }

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

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

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

This text has shadow with #795A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795A74 on black background.


Color preview on white background

This text has color #795A74 on white background.



Black color preview on #795A74 background

This text has black color on #795A74 background.


White color preview on #795A74 background

This text has white color on #795A74 background.