COLOR #795A6A

HEX: #795A6A RGB: (121,90,106)

Color info

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

RGB color model

#795A6A color RGB value is (121,90,106).

RGB: (121,90,106) (47%, 35%, 42%)

RGB channels and saturation

R 121 of 255 = 47%
G 90 of 255 = 35%
B 106 of 255 = 42%

121
90
106

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

Portions of RGB colors in percentages

R + G + B = 121 + 90 + 106 = 317 (100%)
R 121 of 317 ~ 38.17%
G 90 of 317 ~ 28.39%
B 106 of 317 ~ 33.44'%

%38.17
%28.39
%33.44

CMYK color model

#795A6A color CMYK value is (0,26,12,53).

  • cyan value is 0.00%
  • magenta value is 25.62%
  • yellow value is 12.40%
  • key color value is 52.55%

CMYK: (0,26,12,53)
C0M26Y12K53 (0%, 26%, 12%, 53%)
(0.00 / 0.26 / 0.12 / 0.53)

CMYK percentages

%0
%25.62
%12.4
%52.55

Codes

Color #795A6A in popluar color models

79 5A 6A
RGB 121 90 106
HSL 329° 14.69% 41.37%
HSB/HSV 329° 25.62% 47.45%
CMYK 0.00% 25.62% 12.40%
52.55%

Color #795A6A in popluar number systems.

HEX 79 5A 6A
Decimal 121 90 106
Binary 1111001 1011010 1101010
Octal 171 132 152

Shades and tints

Shades of #795A6A

#795A6A
(121,90,106)
#6E5261
(110,82,97)
#634A58
(99,74,88)
#58424F
(88,66,79)
#4D3A46
(77,58,70)
#42323D
(66,50,61)
#372A34
(55,42,52)
#2C222B
(44,34,43)
#211A22
(33,26,34)
#161219
(22,18,25)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #795A6A

#795A6A
(121,90,106)
#856977
(133,105,119)
#917884
(145,120,132)
#9D8791
(157,135,145)
#A9969E
(169,150,158)
#B5A5AB
(181,165,171)
#C1B4B8
(193,180,184)
#CDC3C5
(205,195,197)
#D9D2D2
(217,210,210)
#E5E1DF
(229,225,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795A6A; }

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

This text font color is #795A6A.

Background Color

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

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

This div background color is #795A6A.

Border color

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

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

This div border color is #795A6A.

Opacity

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

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

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

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

This text has shadow with #795A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795A6A.

Preview

Color preview on black background

This text has color #795A6A on black background.


Color preview on white background

This text has color #795A6A on white background.


Black color preview on #795A6A background

This text has black color on #795A6A background.


White color preview on #795A6A background

This text has white color on #795A6A background.


Related colors

Complementary color

Complementary color for #hex is #86A595.


I love getcolorcode.com

Triadic colors

1 #6A795A and #5A6A79 with #795A6A are triadic colors.

2 #6A5A79 and #5A796A with #795A6A are triadic colors.