COLOR #795B85

HEX: #795B85 RGB: (121,91,133)

Color info

#795B85 contains red, green and blue colors in about the same proportion. Web safe color of #795B85 is #666699 (or #669).

RGB color model

#795B85 color RGB value is (121,91,133).

RGB: (121,91,133) (47%, 36%, 52%)

RGB channels and saturation

R 121 of 255 = 47%
G 91 of 255 = 36%
B 133 of 255 = 52%

121
91
133

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

Portions of RGB colors in percentages

R + G + B = 121 + 91 + 133 = 345 (100%)
R 121 of 345 ~ 35.07%
G 91 of 345 ~ 26.38%
B 133 of 345 ~ 38.55'%

%35.07
%26.38
%38.55

CMYK color model

#795B85 color CMYK value is (9,32,0,48).

  • cyan value is 9.02%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (9,32,0,48)
C9M32Y0K48 (9%, 32%, 0%, 48%)
(0.09 / 0.32 / 0.00 / 0.48)

CMYK percentages

%9.02
%31.58
%0
%47.84

Codes

Color #795B85 in popluar color models

79 5B 85
RGB 121 91 133
HSL 283° 18.75% 43.92%
HSB/HSV 283° 31.58% 52.16%
CMYK 9.02% 31.58% 0.00%
47.84%

Color #795B85 in popluar number systems.

HEX 79 5B 85
Decimal 121 91 133
Binary 1111001 1011011 10000101
Octal 171 133 205

Shades and tints

Shades of #795B85

#795B85
(121,91,133)
#6E5379
(110,83,121)
#634B6D
(99,75,109)
#584361
(88,67,97)
#4D3B55
(77,59,85)
#423349
(66,51,73)
#372B3D
(55,43,61)
#2C2331
(44,35,49)
#211B25
(33,27,37)
#161319
(22,19,25)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #795B85

#795B85
(121,91,133)
#856990
(133,105,144)
#91779B
(145,119,155)
#9D85A6
(157,133,166)
#A993B1
(169,147,177)
#B5A1BC
(181,161,188)
#C1AFC7
(193,175,199)
#CDBDD2
(205,189,210)
#D9CBDD
(217,203,221)
#E5D9E8
(229,217,232)
#F1E7F3
(241,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795B85; }

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

This text font color is #795B85.

Background Color

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

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

This div background color is #795B85.

Border color

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

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

This div border color is #795B85.

Opacity

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

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

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

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

This text has shadow with #795B85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795B85.

Preview

Color preview on black background

This text has color #795B85 on black background.


Color preview on white background

This text has color #795B85 on white background.


Black color preview on #795B85 background

This text has black color on #795B85 background.


White color preview on #795B85 background

This text has white color on #795B85 background.


Related colors

Complementary color

Complementary color for #hex is #86A47A.


I love getcolorcode.com

Triadic colors

1 #85795B and #5B8579 with #795B85 are triadic colors.

2 #855B79 and #5B7985 with #795B85 are triadic colors.