COLOR #795464

HEX: #795464
RGB: (121,84,100)

Color info

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

RGB color model

#795464 color RGB value is (121,84,100).

  • red value is 121;
  • green value is 84;
  • blue value is 100.
RGB:
(121,84,100)
(47%,33%,39%)

RGB channels and saturation

R 121 of 255 = 47%
G 84 of 255 = 33%
B 100 of 255 = 39%

121
84
100

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

Portions of RGB colors in percentages

R + G + B =
121 + 84 + 100 = 305 (100%)
R 121 of 305 ~ 39.67%
G 84 of 305 ~ 27.54%
B 100 of 305 ~ 32.79%

%39.67
%27.54
%32.79

CMYK color model

#795464 color CMYK value is (0,31,17,53).

  • cyan value is 0.00%
  • magenta value is 30.58%
  • yellow value is 17.36%
  • key color value is 52.55%
CMYK:
(0,31,17,53)
C0M31Y17K53 
(0%,31%,17%,53%)
(0.00/0.31/0.17/0.53)	

CMYK percentages

%0
%30.58
%17.36
%52.55

Codes

Color #795464 in popluar color models

795464
RGB12184100
HSL334°18.05%40.20%
HSB/HSV334°30.58%47.45%
CMYK0.00%30.58%17.36%
52.55%

Color #795464 in popluar number systems.

HEX795464
Decimal12184100
Binary111100110101001100100
Octal171124144

Shades and tints

Shades of #795464

#795464
(121,84,100)
#6E4D5B
(110,77,91)
#634652
(99,70,82)
#583F49
(88,63,73)
#4D3840
(77,56,64)
#423137
(66,49,55)
#372A2E
(55,42,46)
#2C2325
(44,35,37)
#211C1C
(33,28,28)
#161513
(22,21,19)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #795464

#795464
(121,84,100)
#856372
(133,99,114)
#917280
(145,114,128)
#9D818E
(157,129,142)
#A9909C
(169,144,156)
#B59FAA
(181,159,170)
#C1AEB8
(193,174,184)
#CDBDC6
(205,189,198)
#D9CCD4
(217,204,212)
#E5DBE2
(229,219,226)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795464 color. Also use rgb(121,84,100) instead hex code.

Text Font Color

.myTextColor { color: #795464; }

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

This text font color is #795464.


Background Color

.myBgColor { background-color: #795464; }

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

This div background color is #795464.


Border color

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

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

This div border color is #795464.


Opacity

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

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

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

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

This text has shadow with #795464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795464 on black background.


Color preview on white background

This text has color #795464 on white background.



Black color preview on #795464 background

This text has black color on #795464 background.


White color preview on #795464 background

This text has white color on #795464 background.