COLOR #795C95

HEX: #795C95 RGB: (121,92,149)

Color info

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

RGB color model

#795C95 color RGB value is (121,92,149).

RGB: (121,92,149) (47%, 36%, 58%)

RGB channels and saturation

R 121 of 255 = 47%
G 92 of 255 = 36%
B 149 of 255 = 58%

121
92
149

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

Portions of RGB colors in percentages

R + G + B = 121 + 92 + 149 = 362 (100%)
R 121 of 362 ~ 33.43%
G 92 of 362 ~ 25.41%
B 149 of 362 ~ 41.16'%

%33.43
%25.41
%41.16

CMYK color model

#795C95 color CMYK value is (19,38,0,42).

  • cyan value is 18.79%
  • magenta value is 38.26%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (19,38,0,42)
C19M38Y0K42 (19%, 38%, 0%, 42%)
(0.19 / 0.38 / 0.00 / 0.42)

CMYK percentages

%18.79
%38.26
%0
%41.57

Codes

Color #795C95 in popluar color models

79 5C 95
RGB 121 92 149
HSL 271° 23.65% 47.25%
HSB/HSV 271° 38.26% 58.43%
CMYK 18.79% 38.26% 0.00%
41.57%

Color #795C95 in popluar number systems.

HEX 79 5C 95
Decimal 121 92 149
Binary 1111001 1011100 10010101
Octal 171 134 225

Shades and tints

Shades of #795C95

#795C95
(121,92,149)
#6E5488
(110,84,136)
#634C7B
(99,76,123)
#58446E
(88,68,110)
#4D3C61
(77,60,97)
#423454
(66,52,84)
#372C47
(55,44,71)
#2C243A
(44,36,58)
#211C2D
(33,28,45)
#161420
(22,20,32)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #795C95

#795C95
(121,92,149)
#856A9E
(133,106,158)
#9178A7
(145,120,167)
#9D86B0
(157,134,176)
#A994B9
(169,148,185)
#B5A2C2
(181,162,194)
#C1B0CB
(193,176,203)
#CDBED4
(205,190,212)
#D9CCDD
(217,204,221)
#E5DAE6
(229,218,230)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795C95 color. Also use rgb(121,92,149) instead hex code.

Text Font Color

.myTextColor { color: #795C95; }

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

This text font color is #795C95.

Background Color

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

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

This div background color is #795C95.

Border color

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

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

This div border color is #795C95.

Opacity

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

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

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

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

This text has shadow with #795C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795C95.

Preview

Color preview on black background

This text has color #795C95 on black background.


Color preview on white background

This text has color #795C95 on white background.


Black color preview on #795C95 background

This text has black color on #795C95 background.


White color preview on #795C95 background

This text has white color on #795C95 background.


Related colors

Complementary color

Complementary color for #hex is #86A36A.


I love getcolorcode.com

Triadic colors

1 #95795C and #5C9579 with #795C95 are triadic colors.

2 #955C79 and #5C7995 with #795C95 are triadic colors.