COLOR #762F21

HEX: #762F21 RGB: (118,47,33)

Color info

#762F21 contains mainly red color. Web safe color of #762F21 is #663333 (or #633).

RGB color model

#762F21 color RGB value is (118,47,33).

RGB: (118,47,33) (46%, 18%, 13%)

RGB channels and saturation

R 118 of 255 = 46%
G 47 of 255 = 18%
B 33 of 255 = 13%

118
47
33

R + G + B ~ 26%. #762F21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 47 + 33 = 198 (100%)
R 118 of 198 ~ 59.6%
G 47 of 198 ~ 23.74%
B 33 of 198 ~ 16.67'%

%59.6
%23.74
%16.67

CMYK color model

#762F21 color CMYK value is (0,60,72,54).

  • cyan value is 0.00%
  • magenta value is 60.17%
  • yellow value is 72.03%
  • key color value is 53.73%

CMYK: (0,60,72,54)
C0M60Y72K54 (0%, 60%, 72%, 54%)
(0.00 / 0.60 / 0.72 / 0.54)

CMYK percentages

%0
%60.17
%72.03
%53.73

Codes

Color #762F21 in popluar color models

76 2F 21
RGB 118 47 33
HSL 10° 56.29% 29.61%
HSB/HSV 10° 72.03% 46.27%
CMYK 0.00% 60.17% 72.03%
53.73%

Color #762F21 in popluar number systems.

HEX 76 2F 21
Decimal 118 47 33
Binary 1110110 101111 100001
Octal 166 57 41

Shades and tints

Shades of #762F21

#762F21
(118,47,33)
#6C2B1E
(108,43,30)
#62271B
(98,39,27)
#582318
(88,35,24)
#4E1F15
(78,31,21)
#441B12
(68,27,18)
#3A170F
(58,23,15)
#30130C
(48,19,12)
#260F09
(38,15,9)
#1C0B06
(28,11,6)
#120703
(18,7,3)
#000000
(0,0,0)

Tints of #762F21

#762F21
(118,47,33)
#824135
(130,65,53)
#8E5349
(142,83,73)
#9A655D
(154,101,93)
#A67771
(166,119,113)
#B28985
(178,137,133)
#BE9B99
(190,155,153)
#CAADAD
(202,173,173)
#D6BFC1
(214,191,193)
#E2D1D5
(226,209,213)
#EEE3E9
(238,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #762F21; }

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

This text font color is #762F21.

Background Color

.myBgColor { background-color: #762F21; }

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

This div background color is #762F21.

Border color

.myBorderColor { border: 1px solid #762F21; }

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

This div border color is #762F21.

Opacity

.myOpacity80 { color: #762F21; opacity: 0.8; }

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

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

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

This text has shadow with #762F21 color.


.textShadow {text-shadow: 3px 3px 1px #762F21', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #762F21; -webkit-box-shadow: 1px 1px 3px 2px #762F21; box-shadow:1px 1px 3px 2px #762F21;">
Div content here
</div>

This div box has shadow with color #762F21.

Preview

Color preview on black background

This text has color #762F21 on black background.


Color preview on white background

This text has color #762F21 on white background.


Black color preview on #762F21 background

This text has black color on #762F21 background.


White color preview on #762F21 background

This text has white color on #762F21 background.


Related colors

Complementary color

Complementary color for #hex is #89D0DE.


I love getcolorcode.com

Triadic colors

1 #21762F and #2F2176 with #762F21 are triadic colors.

2 #212F76 and #2F7621 with #762F21 are triadic colors.