COLOR #795B63

HEX: #795B63
RGB: (121,91,99)

Color info

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

RGB color model

#795B63 color RGB value is (121,91,99).

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

RGB channels and saturation

R 121 of 255 = 47%
G 91 of 255 = 36%
B 99 of 255 = 39%

121
91
99

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

Portions of RGB colors in percentages

R + G + B =
121 + 91 + 99 = 311 (100%)
R 121 of 311 ~ 38.91%
G 91 of 311 ~ 29.26%
B 99 of 311 ~ 31.83%

%38.91
%29.26
%31.83

CMYK color model

#795B63 color CMYK value is (0,25,18,53).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(0,25,18,53)
C0M25Y18K53 
(0%,25%,18%,53%)
(0.00/0.25/0.18/0.53)	

CMYK percentages

%0
%24.79
%18.18
%52.55

Codes

Color #795B63 in popluar color models

795B63
RGB1219199
HSL344°14.15%41.57%
HSB/HSV344°24.79%47.45%
CMYK0.00%24.79%18.18%
52.55%

Color #795B63 in popluar number systems.

HEX795B63
Decimal1219199
Binary111100110110111100011
Octal171133143

Shades and tints

Shades of #795B63

#795B63
(121,91,99)
#6E535A
(110,83,90)
#634B51
(99,75,81)
#584348
(88,67,72)
#4D3B3F
(77,59,63)
#423336
(66,51,54)
#372B2D
(55,43,45)
#2C2324
(44,35,36)
#211B1B
(33,27,27)
#161312
(22,19,18)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #795B63

#795B63
(121,91,99)
#856971
(133,105,113)
#91777F
(145,119,127)
#9D858D
(157,133,141)
#A9939B
(169,147,155)
#B5A1A9
(181,161,169)
#C1AFB7
(193,175,183)
#CDBDC5
(205,189,197)
#D9CBD3
(217,203,211)
#E5D9E1
(229,217,225)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795B63; }

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

This text font color is #795B63.


Background Color

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

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

This div background color is #795B63.


Border color

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

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

This div border color is #795B63.


Opacity

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

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

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

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

This text has shadow with #795B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795B63 on black background.


Color preview on white background

This text has color #795B63 on white background.



Black color preview on #795B63 background

This text has black color on #795B63 background.


White color preview on #795B63 background

This text has white color on #795B63 background.