COLOR #795F76

HEX: #795F76
RGB: (121,95,118)

Color info

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

RGB color model

#795F76 color RGB value is (121,95,118).

  • red value is 121;
  • green value is 95;
  • blue value is 118.
RGB:
(121,95,118)
(47%,37%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 95 of 255 = 37%
B 118 of 255 = 46%

121
95
118

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

Portions of RGB colors in percentages

R + G + B =
121 + 95 + 118 = 334 (100%)
R 121 of 334 ~ 36.23%
G 95 of 334 ~ 28.44%
B 118 of 334 ~ 35.33%

%36.23
%28.44
%35.33

CMYK color model

#795F76 color CMYK value is (0,21,2,53).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(0,21,2,53)
C0M21Y2K53 
(0%,21%,2%,53%)
(0.00/0.21/0.02/0.53)	

CMYK percentages

%0
%21.49
%2.48
%52.55

Codes

Color #795F76 in popluar color models

795F76
RGB12195118
HSL307°12.04%42.35%
HSB/HSV307°21.49%47.45%
CMYK0.00%21.49%2.48%
52.55%

Color #795F76 in popluar number systems.

HEX795F76
Decimal12195118
Binary111100110111111110110
Octal171137166

Shades and tints

Shades of #795F76

#795F76
(121,95,118)
#6E576C
(110,87,108)
#634F62
(99,79,98)
#584758
(88,71,88)
#4D3F4E
(77,63,78)
#423744
(66,55,68)
#372F3A
(55,47,58)
#2C2730
(44,39,48)
#211F26
(33,31,38)
#16171C
(22,23,28)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #795F76

#795F76
(121,95,118)
#856D82
(133,109,130)
#917B8E
(145,123,142)
#9D899A
(157,137,154)
#A997A6
(169,151,166)
#B5A5B2
(181,165,178)
#C1B3BE
(193,179,190)
#CDC1CA
(205,193,202)
#D9CFD6
(217,207,214)
#E5DDE2
(229,221,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795F76 color. Also use rgb(121,95,118) instead hex code.

Text Font Color

.myTextColor { color: #795F76; }

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

This text font color is #795F76.


Background Color

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

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

This div background color is #795F76.


Border color

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

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

This div border color is #795F76.


Opacity

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

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

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

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

This text has shadow with #795F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795F76 on black background.


Color preview on white background

This text has color #795F76 on white background.



Black color preview on #795F76 background

This text has black color on #795F76 background.


White color preview on #795F76 background

This text has white color on #795F76 background.