COLOR #795F5A

HEX: #795F5A
RGB: (121,95,90)

Color info

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

RGB color model

#795F5A color RGB value is (121,95,90).

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

RGB channels and saturation

R 121 of 255 = 47%
G 95 of 255 = 37%
B 90 of 255 = 35%

121
95
90

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

Portions of RGB colors in percentages

R + G + B =
121 + 95 + 90 = 306 (100%)
R 121 of 306 ~ 39.54%
G 95 of 306 ~ 31.05%
B 90 of 306 ~ 29.41%

%39.54
%31.05
%29.41

CMYK color model

#795F5A color CMYK value is (0,21,26,53).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 25.62%
  • key color value is 52.55%
CMYK:
(0,21,26,53)
C0M21Y26K53 
(0%,21%,26%,53%)
(0.00/0.21/0.26/0.53)	

CMYK percentages

%0
%21.49
%25.62
%52.55

Codes

Color #795F5A in popluar color models

795F5A
RGB1219590
HSL10°14.69%41.37%
HSB/HSV10°25.62%47.45%
CMYK0.00%21.49%25.62%
52.55%

Color #795F5A in popluar number systems.

HEX795F5A
Decimal1219590
Binary111100110111111011010
Octal171137132

Shades and tints

Shades of #795F5A

#795F5A
(121,95,90)
#6E5752
(110,87,82)
#634F4A
(99,79,74)
#584742
(88,71,66)
#4D3F3A
(77,63,58)
#423732
(66,55,50)
#372F2A
(55,47,42)
#2C2722
(44,39,34)
#211F1A
(33,31,26)
#161712
(22,23,18)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #795F5A

#795F5A
(121,95,90)
#856D69
(133,109,105)
#917B78
(145,123,120)
#9D8987
(157,137,135)
#A99796
(169,151,150)
#B5A5A5
(181,165,165)
#C1B3B4
(193,179,180)
#CDC1C3
(205,193,195)
#D9CFD2
(217,207,210)
#E5DDE1
(229,221,225)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795F5A; }

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

This text font color is #795F5A.


Background Color

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

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

This div background color is #795F5A.


Border color

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

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

This div border color is #795F5A.


Opacity

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

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

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

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

This text has shadow with #795F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795F5A on black background.


Color preview on white background

This text has color #795F5A on white background.



Black color preview on #795F5A background

This text has black color on #795F5A background.


White color preview on #795F5A background

This text has white color on #795F5A background.