COLOR #795063

HEX: #795063
RGB: (121,80,99)

Color info

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

RGB color model

#795063 color RGB value is (121,80,99).

  • red value is 121;
  • green value is 80;
  • blue value is 99.
RGB:
(121,80,99)
(47%,31%,39%)

RGB channels and saturation

R 121 of 255 = 47%
G 80 of 255 = 31%
B 99 of 255 = 39%

121
80
99

R + G + B ~ 39%. #795063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 80 + 99 = 300 (100%)
R 121 of 300 ~ 40.33%
G 80 of 300 ~ 26.67%
B 99 of 300 ~ 33%

%40.33
%26.67
%33

CMYK color model

#795063 color CMYK value is (0,34,18,53).

  • cyan value is 0.00%
  • magenta value is 33.88%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(0,34,18,53)
C0M34Y18K53 
(0%,34%,18%,53%)
(0.00/0.34/0.18/0.53)	

CMYK percentages

%0
%33.88
%18.18
%52.55

Codes

Color #795063 in popluar color models

795063
RGB1218099
HSL332°20.40%39.41%
HSB/HSV332°33.88%47.45%
CMYK0.00%33.88%18.18%
52.55%

Color #795063 in popluar number systems.

HEX795063
Decimal1218099
Binary111100110100001100011
Octal171120143

Shades and tints

Shades of #795063

#795063
(121,80,99)
#6E495A
(110,73,90)
#634251
(99,66,81)
#583B48
(88,59,72)
#4D343F
(77,52,63)
#422D36
(66,45,54)
#37262D
(55,38,45)
#2C1F24
(44,31,36)
#21181B
(33,24,27)
#161112
(22,17,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #795063

#795063
(121,80,99)
#855F71
(133,95,113)
#916E7F
(145,110,127)
#9D7D8D
(157,125,141)
#A98C9B
(169,140,155)
#B59BA9
(181,155,169)
#C1AAB7
(193,170,183)
#CDB9C5
(205,185,197)
#D9C8D3
(217,200,211)
#E5D7E1
(229,215,225)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795063 color. Also use rgb(121,80,99) instead hex code.

Text Font Color

.myTextColor { color: #795063; }

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

This text font color is #795063.


Background Color

.myBgColor { background-color: #795063; }

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

This div background color is #795063.


Border color

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

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

This div border color is #795063.


Opacity

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

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

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

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

This text has shadow with #795063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795063 on black background.


Color preview on white background

This text has color #795063 on white background.



Black color preview on #795063 background

This text has black color on #795063 background.


White color preview on #795063 background

This text has white color on #795063 background.