COLOR #762B33

HEX: #762B33 RGB: (118,43,51)

Color info

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

RGB color model

#762B33 color RGB value is (118,43,51).

RGB: (118,43,51) (46%, 17%, 20%)

RGB channels and saturation

R 118 of 255 = 46%
G 43 of 255 = 17%
B 51 of 255 = 20%

118
43
51

R + G + B ~ 28%. #762B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 43 + 51 = 212 (100%)
R 118 of 212 ~ 55.66%
G 43 of 212 ~ 20.28%
B 51 of 212 ~ 24.06'%

%55.66
%20.28
%24.06

CMYK color model

#762B33 color CMYK value is (0,64,57,54).

  • cyan value is 0.00%
  • magenta value is 63.56%
  • yellow value is 56.78%
  • key color value is 53.73%

CMYK: (0,64,57,54)
C0M64Y57K54 (0%, 64%, 57%, 54%)
(0.00 / 0.64 / 0.57 / 0.54)

CMYK percentages

%0
%63.56
%56.78
%53.73

Codes

Color #762B33 in popluar color models

76 2B 33
RGB 118 43 51
HSL 354° 46.58% 31.57%
HSB/HSV 354° 63.56% 46.27%
CMYK 0.00% 63.56% 56.78%
53.73%

Color #762B33 in popluar number systems.

HEX 76 2B 33
Decimal 118 43 51
Binary 1110110 101011 110011
Octal 166 53 63

Shades and tints

Shades of #762B33

#762B33
(118,43,51)
#6C282F
(108,40,47)
#62252B
(98,37,43)
#582227
(88,34,39)
#4E1F23
(78,31,35)
#441C1F
(68,28,31)
#3A191B
(58,25,27)
#301617
(48,22,23)
#261313
(38,19,19)
#1C100F
(28,16,15)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #762B33

#762B33
(118,43,51)
#823E45
(130,62,69)
#8E5157
(142,81,87)
#9A6469
(154,100,105)
#A6777B
(166,119,123)
#B28A8D
(178,138,141)
#BE9D9F
(190,157,159)
#CAB0B1
(202,176,177)
#D6C3C3
(214,195,195)
#E2D6D5
(226,214,213)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762B33 color. Also use rgb(118,43,51) instead hex code.

Text Font Color

.myTextColor { color: #762B33; }

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

This text font color is #762B33.

Background Color

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

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

This div background color is #762B33.

Border color

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

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

This div border color is #762B33.

Opacity

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

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

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

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

This text has shadow with #762B33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #762B33.

Preview

Color preview on black background

This text has color #762B33 on black background.


Color preview on white background

This text has color #762B33 on white background.


Black color preview on #762B33 background

This text has black color on #762B33 background.


White color preview on #762B33 background

This text has white color on #762B33 background.


Related colors

Complementary color

Complementary color for #hex is #89D4CC.


I love getcolorcode.com

Triadic colors

1 #33762B and #2B3376 with #762B33 are triadic colors.

2 #332B76 and #2B7633 with #762B33 are triadic colors.