COLOR #762211

HEX: #762211
RGB: (118,34,17)

Color info

#762211 contains mainly red color. Web safe color of #762211 is #663300 (or #630).

RGB color model

#762211 color RGB value is (118,34,17).

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

RGB channels and saturation

R 118 of 255 = 46%
G 34 of 255 = 13%
B 17 of 255 = 7%

118
34
17

R + G + B ~ 22%. #762211 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 34 + 17 = 169 (100%)
R 118 of 169 ~ 69.82%
G 34 of 169 ~ 20.12%
B 17 of 169 ~ 10.06%

%69.82
%20.12
%10.06

CMYK color model

#762211 color CMYK value is (0,71,86,54).

  • cyan value is 0.00%
  • magenta value is 71.19%
  • yellow value is 85.59%
  • key color value is 53.73%
CMYK:
(0,71,86,54)
C0M71Y86K54 
(0%,71%,86%,54%)
(0.00/0.71/0.86/0.54)	

CMYK percentages

%0
%71.19
%85.59
%53.73

Codes

Color #762211 in popluar color models

762211
RGB1183417
HSL10°74.81%26.47%
HSB/HSV10°85.59%46.27%
CMYK0.00%71.19%85.59%
53.73%

Color #762211 in popluar number systems.

HEX762211
Decimal1183417
Binary111011010001010001
Octal1664221

Shades and tints

Shades of #762211

#762211
(118,34,17)
#6C1F10
(108,31,16)
#621C0F
(98,28,15)
#58190E
(88,25,14)
#4E160D
(78,22,13)
#44130C
(68,19,12)
#3A100B
(58,16,11)
#300D0A
(48,13,10)
#260A09
(38,10,9)
#1C0708
(28,7,8)
#120407
(18,4,7)
#000000
(0,0,0)

Tints of #762211

#762211
(118,34,17)
#823626
(130,54,38)
#8E4A3B
(142,74,59)
#9A5E50
(154,94,80)
#A67265
(166,114,101)
#B2867A
(178,134,122)
#BE9A8F
(190,154,143)
#CAAEA4
(202,174,164)
#D6C2B9
(214,194,185)
#E2D6CE
(226,214,206)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #762211; }

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

This text font color is #762211.


Background Color

.myBgColor { background-color: #762211; }

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

This div background color is #762211.


Border color

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

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

This div border color is #762211.


Opacity

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

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

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

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

This text has shadow with #762211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762211 on black background.


Color preview on white background

This text has color #762211 on white background.



Black color preview on #762211 background

This text has black color on #762211 background.


White color preview on #762211 background

This text has white color on #762211 background.