COLOR #794B6B

HEX: #794B6B
RGB: (121,75,107)

Color info

#794B6B contains red, green and blue colors in about the same proportion. Web safe color of #794B6B is #663366 (or #636).

RGB color model

#794B6B color RGB value is (121,75,107).

  • red value is 121;
  • green value is 75;
  • blue value is 107.
RGB:
(121,75,107)
(47%,29%,42%)

RGB channels and saturation

R 121 of 255 = 47%
G 75 of 255 = 29%
B 107 of 255 = 42%

121
75
107

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

Portions of RGB colors in percentages

R + G + B =
121 + 75 + 107 = 303 (100%)
R 121 of 303 ~ 39.93%
G 75 of 303 ~ 24.75%
B 107 of 303 ~ 35.31%

%39.93
%24.75
%35.31

CMYK color model

#794B6B color CMYK value is (0,38,12,53).

  • cyan value is 0.00%
  • magenta value is 38.02%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(0,38,12,53)
C0M38Y12K53 
(0%,38%,12%,53%)
(0.00/0.38/0.12/0.53)	

CMYK percentages

%0
%38.02
%11.57
%52.55

Codes

Color #794B6B in popluar color models

794B6B
RGB12175107
HSL318°23.47%38.43%
HSB/HSV318°38.02%47.45%
CMYK0.00%38.02%11.57%
52.55%

Color #794B6B in popluar number systems.

HEX794B6B
Decimal12175107
Binary111100110010111101011
Octal171113153

Shades and tints

Shades of #794B6B

#794B6B
(121,75,107)
#6E4562
(110,69,98)
#633F59
(99,63,89)
#583950
(88,57,80)
#4D3347
(77,51,71)
#422D3E
(66,45,62)
#372735
(55,39,53)
#2C212C
(44,33,44)
#211B23
(33,27,35)
#16151A
(22,21,26)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #794B6B

#794B6B
(121,75,107)
#855B78
(133,91,120)
#916B85
(145,107,133)
#9D7B92
(157,123,146)
#A98B9F
(169,139,159)
#B59BAC
(181,155,172)
#C1ABB9
(193,171,185)
#CDBBC6
(205,187,198)
#D9CBD3
(217,203,211)
#E5DBE0
(229,219,224)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794B6B color. Also use rgb(121,75,107) instead hex code.

Text Font Color

.myTextColor { color: #794B6B; }

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

This text font color is #794B6B.


Background Color

.myBgColor { background-color: #794B6B; }

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

This div background color is #794B6B.


Border color

.myBorderColor { border: 1px solid #794B6B; }

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

This div border color is #794B6B.


Opacity

.myOpacity80 { color: #794B6B; opacity: 0.8; }

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

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

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

This text has shadow with #794B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794B6B on black background.


Color preview on white background

This text has color #794B6B on white background.



Black color preview on #794B6B background

This text has black color on #794B6B background.


White color preview on #794B6B background

This text has white color on #794B6B background.