COLOR #790B4C

HEX: #790B4C
RGB: (121,11,76)

Color info

#790B4C contains mainly red and blue colors. Web safe color of #790B4C is #660033 (or #603).

RGB color model

#790B4C color RGB value is (121,11,76).

  • red value is 121;
  • green value is 11;
  • blue value is 76.
RGB:
(121,11,76)
(47%,4%,30%)

RGB channels and saturation

R 121 of 255 = 47%
G 11 of 255 = 4%
B 76 of 255 = 30%

121
11
76

R + G + B ~ 27%. #790B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 11 + 76 = 208 (100%)
R 121 of 208 ~ 58.17%
G 11 of 208 ~ 5.29%
B 76 of 208 ~ 36.54%

%58.17
%36.54

CMYK color model

#790B4C color CMYK value is (0,91,37,53).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 37.19%
  • key color value is 52.55%
CMYK:
(0,91,37,53)
C0M91Y37K53 
(0%,91%,37%,53%)
(0.00/0.91/0.37/0.53)	

CMYK percentages

%0
%90.91
%37.19
%52.55

Codes

Color #790B4C in popluar color models

790B4C
RGB1211176
HSL325°83.33%25.88%
HSB/HSV325°90.91%47.45%
CMYK0.00%90.91%37.19%
52.55%

Color #790B4C in popluar number systems.

HEX790B4C
Decimal1211176
Binary111100110111001100
Octal17113114

Shades and tints

Shades of #790B4C

#790B4C
(121,11,76)
#6E0A46
(110,10,70)
#630940
(99,9,64)
#58083A
(88,8,58)
#4D0734
(77,7,52)
#42062E
(66,6,46)
#370528
(55,5,40)
#2C0422
(44,4,34)
#21031C
(33,3,28)
#160216
(22,2,22)
#0B0110
(11,1,16)
#000000
(0,0,0)

Tints of #790B4C

#790B4C
(121,11,76)
#85215C
(133,33,92)
#91376C
(145,55,108)
#9D4D7C
(157,77,124)
#A9638C
(169,99,140)
#B5799C
(181,121,156)
#C18FAC
(193,143,172)
#CDA5BC
(205,165,188)
#D9BBCC
(217,187,204)
#E5D1DC
(229,209,220)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790B4C color. Also use rgb(121,11,76) instead hex code.

Text Font Color

.myTextColor { color: #790B4C; }

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

This text font color is #790B4C.


Background Color

.myBgColor { background-color: #790B4C; }

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

This div background color is #790B4C.


Border color

.myBorderColor { border: 1px solid #790B4C; }

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

This div border color is #790B4C.


Opacity

.myOpacity80 { color: #790B4C; opacity: 0.8; }

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

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

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

This text has shadow with #790B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790B4C on black background.


Color preview on white background

This text has color #790B4C on white background.



Black color preview on #790B4C background

This text has black color on #790B4C background.


White color preview on #790B4C background

This text has white color on #790B4C background.