COLOR #795568

HEX: #795568
RGB: (121,85,104)

Color info

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

RGB color model

#795568 color RGB value is (121,85,104).

  • red value is 121;
  • green value is 85;
  • blue value is 104.
RGB:
(121,85,104)
(47%,33%,41%)

RGB channels and saturation

R 121 of 255 = 47%
G 85 of 255 = 33%
B 104 of 255 = 41%

121
85
104

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

Portions of RGB colors in percentages

R + G + B =
121 + 85 + 104 = 310 (100%)
R 121 of 310 ~ 39.03%
G 85 of 310 ~ 27.42%
B 104 of 310 ~ 33.55%

%39.03
%27.42
%33.55

CMYK color model

#795568 color CMYK value is (0,30,14,53).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 14.05%
  • key color value is 52.55%
CMYK:
(0,30,14,53)
C0M30Y14K53 
(0%,30%,14%,53%)
(0.00/0.30/0.14/0.53)	

CMYK percentages

%0
%29.75
%14.05
%52.55

Codes

Color #795568 in popluar color models

795568
RGB12185104
HSL328°17.48%40.39%
HSB/HSV328°29.75%47.45%
CMYK0.00%29.75%14.05%
52.55%

Color #795568 in popluar number systems.

HEX795568
Decimal12185104
Binary111100110101011101000
Octal171125150

Shades and tints

Shades of #795568

#795568
(121,85,104)
#6E4E5F
(110,78,95)
#634756
(99,71,86)
#58404D
(88,64,77)
#4D3944
(77,57,68)
#42323B
(66,50,59)
#372B32
(55,43,50)
#2C2429
(44,36,41)
#211D20
(33,29,32)
#161617
(22,22,23)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #795568

#795568
(121,85,104)
#856475
(133,100,117)
#917382
(145,115,130)
#9D828F
(157,130,143)
#A9919C
(169,145,156)
#B5A0A9
(181,160,169)
#C1AFB6
(193,175,182)
#CDBEC3
(205,190,195)
#D9CDD0
(217,205,208)
#E5DCDD
(229,220,221)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795568 color. Also use rgb(121,85,104) instead hex code.

Text Font Color

.myTextColor { color: #795568; }

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

This text font color is #795568.


Background Color

.myBgColor { background-color: #795568; }

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

This div background color is #795568.


Border color

.myBorderColor { border: 1px solid #795568; }

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

This div border color is #795568.


Opacity

.myOpacity80 { color: #795568; opacity: 0.8; }

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

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

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

This text has shadow with #795568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795568 on black background.


Color preview on white background

This text has color #795568 on white background.



Black color preview on #795568 background

This text has black color on #795568 background.


White color preview on #795568 background

This text has white color on #795568 background.