COLOR #795B7F

HEX: #795B7F RGB: (121,91,127)

Color info

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

RGB color model

#795B7F color RGB value is (121,91,127).

RGB: (121,91,127) (47%, 36%, 50%)

RGB channels and saturation

R 121 of 255 = 47%
G 91 of 255 = 36%
B 127 of 255 = 50%

121
91
127

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

Portions of RGB colors in percentages

R + G + B = 121 + 91 + 127 = 339 (100%)
R 121 of 339 ~ 35.69%
G 91 of 339 ~ 26.84%
B 127 of 339 ~ 37.46'%

%35.69
%26.84
%37.46

CMYK color model

#795B7F color CMYK value is (5,28,0,50).

  • cyan value is 4.72%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (5,28,0,50)
C5M28Y0K50 (5%, 28%, 0%, 50%)
(0.05 / 0.28 / 0.00 / 0.50)

CMYK percentages

%4.72
%28.35
%0
%50.2

Codes

Color #795B7F in popluar color models

79 5B 7F
RGB 121 91 127
HSL 290° 16.51% 42.75%
HSB/HSV 290° 28.35% 49.80%
CMYK 4.72% 28.35% 0.00%
50.20%

Color #795B7F in popluar number systems.

HEX 79 5B 7F
Decimal 121 91 127
Binary 1111001 1011011 1111111
Octal 171 133 177

Shades and tints

Shades of #795B7F

#795B7F
(121,91,127)
#6E5374
(110,83,116)
#634B69
(99,75,105)
#58435E
(88,67,94)
#4D3B53
(77,59,83)
#423348
(66,51,72)
#372B3D
(55,43,61)
#2C2332
(44,35,50)
#211B27
(33,27,39)
#16131C
(22,19,28)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #795B7F

#795B7F
(121,91,127)
#85698A
(133,105,138)
#917795
(145,119,149)
#9D85A0
(157,133,160)
#A993AB
(169,147,171)
#B5A1B6
(181,161,182)
#C1AFC1
(193,175,193)
#CDBDCC
(205,189,204)
#D9CBD7
(217,203,215)
#E5D9E2
(229,217,226)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795B7F color. Also use rgb(121,91,127) instead hex code.

Text Font Color

.myTextColor { color: #795B7F; }

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

This text font color is #795B7F.

Background Color

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

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

This div background color is #795B7F.

Border color

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

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

This div border color is #795B7F.

Opacity

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

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

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

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

This text has shadow with #795B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795B7F.

Preview

Color preview on black background

This text has color #795B7F on black background.


Color preview on white background

This text has color #795B7F on white background.


Black color preview on #795B7F background

This text has black color on #795B7F background.


White color preview on #795B7F background

This text has white color on #795B7F background.


Related colors

Complementary color

Complementary color for #hex is #86A480.


I love getcolorcode.com

Triadic colors

1 #7F795B and #5B7F79 with #795B7F are triadic colors.

2 #7F5B79 and #5B797F with #795B7F are triadic colors.