COLOR #761921

HEX: #761921
RGB: (118,25,33)

Color info

#761921 contains mainly red color. Web safe color of #761921 is #660033 (or #603).

RGB color model

#761921 color RGB value is (118,25,33).

  • red value is 118;
  • green value is 25;
  • blue value is 33.
RGB: (118,25,33) (46%,10%,13%)

RGB channels and saturation

R 118 of 255 = 46%
G 25 of 255 = 10%
B 33 of 255 = 13%

118
25
33

R + G + B ~ 23%. #761921 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 25 + 33 = 176 (100%)
R 118 of 176 ~ 67.05%
G 25 of 176 ~ 14.2%
B 33 of 176 ~ 18.75%

%67.05
%14.2
%18.75

CMYK color model

#761921 color CMYK value is (0,79,72,54).

  • cyan value is 0.00%
  • magenta value is 78.81%
  • yellow value is 72.03%
  • key color value is 53.73%
CMYK: (0,79,72,54) C0M79Y72K54 (0%,79%,72%,54%) (0.00/0.79/0.72/0.54)

CMYK percentages

%0
%78.81
%72.03
%53.73

Codes

Color #761921 in popluar color models

761921
RGB1182533
HSL355°65.03%28.04%
HSB/HSV355°78.81%46.27%
CMYK0.00%78.81%72.03%
53.73%

Color #761921 in popluar number systems.

HEX761921
Decimal1182533
Binary111011011001100001
Octal1663141

Shades and tints

Shades of #761921

#761921
(118,25,33)
#6C171E
(108,23,30)
#62151B
(98,21,27)
#581318
(88,19,24)
#4E1115
(78,17,21)
#440F12
(68,15,18)
#3A0D0F
(58,13,15)
#300B0C
(48,11,12)
#260909
(38,9,9)
#1C0706
(28,7,6)
#120503
(18,5,3)
#000000
(0,0,0)

Tints of #761921

#761921
(118,25,33)
#822D35
(130,45,53)
#8E4149
(142,65,73)
#9A555D
(154,85,93)
#A66971
(166,105,113)
#B27D85
(178,125,133)
#BE9199
(190,145,153)
#CAA5AD
(202,165,173)
#D6B9C1
(214,185,193)
#E2CDD5
(226,205,213)
#EEE1E9
(238,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761921 color. Also use rgb(118,25,33) instead hex code.

Text Font Color

.myTextColor { color: #761921; }

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

This text font color is #761921.


Background Color

.myBgColor { background-color: #761921; }

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

This div background color is #761921.


Border color

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

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

This div border color is #761921.


Opacity

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

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

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

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

This text has shadow with #761921 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #761921 on black background.


Color preview on white background

This text has color #761921 on white background.



Black color preview on #761921 background

This text has black color on #761921 background.


White color preview on #761921 background

This text has white color on #761921 background.