COLOR #795F6F

HEX: #795F6F
RGB: (121,95,111)

Color info

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

RGB color model

#795F6F color RGB value is (121,95,111).

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

RGB channels and saturation

R 121 of 255 = 47%
G 95 of 255 = 37%
B 111 of 255 = 44%

121
95
111

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

Portions of RGB colors in percentages

R + G + B =
121 + 95 + 111 = 327 (100%)
R 121 of 327 ~ 37%
G 95 of 327 ~ 29.05%
B 111 of 327 ~ 33.94%

%37
%29.05
%33.94

CMYK color model

#795F6F color CMYK value is (0,21,8,53).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 8.26%
  • key color value is 52.55%
CMYK:
(0,21,8,53)
C0M21Y8K53 
(0%,21%,8%,53%)
(0.00/0.21/0.08/0.53)	

CMYK percentages

%0
%21.49
%8.26
%52.55

Codes

Color #795F6F in popluar color models

795F6F
RGB12195111
HSL323°12.04%42.35%
HSB/HSV323°21.49%47.45%
CMYK0.00%21.49%8.26%
52.55%

Color #795F6F in popluar number systems.

HEX795F6F
Decimal12195111
Binary111100110111111101111
Octal171137157

Shades and tints

Shades of #795F6F

#795F6F
(121,95,111)
#6E5765
(110,87,101)
#634F5B
(99,79,91)
#584751
(88,71,81)
#4D3F47
(77,63,71)
#42373D
(66,55,61)
#372F33
(55,47,51)
#2C2729
(44,39,41)
#211F1F
(33,31,31)
#161715
(22,23,21)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #795F6F

#795F6F
(121,95,111)
#856D7C
(133,109,124)
#917B89
(145,123,137)
#9D8996
(157,137,150)
#A997A3
(169,151,163)
#B5A5B0
(181,165,176)
#C1B3BD
(193,179,189)
#CDC1CA
(205,193,202)
#D9CFD7
(217,207,215)
#E5DDE4
(229,221,228)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795F6F; }

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

This text font color is #795F6F.


Background Color

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

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

This div background color is #795F6F.


Border color

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

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

This div border color is #795F6F.


Opacity

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

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

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

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

This text has shadow with #795F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795F6F on black background.


Color preview on white background

This text has color #795F6F on white background.



Black color preview on #795F6F background

This text has black color on #795F6F background.


White color preview on #795F6F background

This text has white color on #795F6F background.