COLOR #761E22

HEX: #761E22
RGB: (118,30,34)

Color info

#761E22 contains mainly red color. Web safe color of #761E22 is #663333 (or #633).

RGB color model

#761E22 color RGB value is (118,30,34).

  • red value is 118;
  • green value is 30;
  • blue value is 34.
RGB:
(118,30,34)
(46%,12%,13%)

RGB channels and saturation

R 118 of 255 = 46%
G 30 of 255 = 12%
B 34 of 255 = 13%

118
30
34

R + G + B ~ 24%. #761E22 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 30 + 34 = 182 (100%)
R 118 of 182 ~ 64.84%
G 30 of 182 ~ 16.48%
B 34 of 182 ~ 18.68%

%64.84
%16.48
%18.68

CMYK color model

#761E22 color CMYK value is (0,75,71,54).

  • cyan value is 0.00%
  • magenta value is 74.58%
  • yellow value is 71.19%
  • key color value is 53.73%
CMYK:
(0,75,71,54)
C0M75Y71K54 
(0%,75%,71%,54%)
(0.00/0.75/0.71/0.54)	

CMYK percentages

%0
%74.58
%71.19
%53.73

Codes

Color #761E22 in popluar color models

761E22
RGB1183034
HSL357°59.46%29.02%
HSB/HSV357°74.58%46.27%
CMYK0.00%74.58%71.19%
53.73%

Color #761E22 in popluar number systems.

HEX761E22
Decimal1183034
Binary111011011110100010
Octal1663642

Shades and tints

Shades of #761E22

#761E22
(118,30,34)
#6C1C1F
(108,28,31)
#621A1C
(98,26,28)
#581819
(88,24,25)
#4E1616
(78,22,22)
#441413
(68,20,19)
#3A1210
(58,18,16)
#30100D
(48,16,13)
#260E0A
(38,14,10)
#1C0C07
(28,12,7)
#120A04
(18,10,4)
#000000
(0,0,0)

Tints of #761E22

#761E22
(118,30,34)
#823236
(130,50,54)
#8E464A
(142,70,74)
#9A5A5E
(154,90,94)
#A66E72
(166,110,114)
#B28286
(178,130,134)
#BE969A
(190,150,154)
#CAAAAE
(202,170,174)
#D6BEC2
(214,190,194)
#E2D2D6
(226,210,214)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761E22 color. Also use rgb(118,30,34) instead hex code.

Text Font Color

.myTextColor { color: #761E22; }

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

This text font color is #761E22.


Background Color

.myBgColor { background-color: #761E22; }

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

This div background color is #761E22.


Border color

.myBorderColor { border: 1px solid #761E22; }

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

This div border color is #761E22.


Opacity

.myOpacity80 { color: #761E22; opacity: 0.8; }

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

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

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

This text has shadow with #761E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761E22 on black background.


Color preview on white background

This text has color #761E22 on white background.



Black color preview on #761E22 background

This text has black color on #761E22 background.


White color preview on #761E22 background

This text has white color on #761E22 background.