COLOR #763B4B

HEX: #763B4B RGB: (118,59,75)

Color info

#763B4B contains red, green and blue colors in about the same proportion. Web safe color of #763B4B is #663333 (or #633).

RGB color model

#763B4B color RGB value is (118,59,75).

RGB: (118,59,75) (46%, 23%, 29%)

RGB channels and saturation

R 118 of 255 = 46%
G 59 of 255 = 23%
B 75 of 255 = 29%

118
59
75

R + G + B ~ 33%. #763B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 59 + 75 = 252 (100%)
R 118 of 252 ~ 46.83%
G 59 of 252 ~ 23.41%
B 75 of 252 ~ 29.76'%

%46.83
%23.41
%29.76

CMYK color model

#763B4B color CMYK value is (0,50,36,54).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 36.44%
  • key color value is 53.73%

CMYK: (0,50,36,54)
C0M50Y36K54 (0%, 50%, 36%, 54%)
(0.00 / 0.50 / 0.36 / 0.54)

CMYK percentages

%0
%50
%36.44
%53.73

Codes

Color #763B4B in popluar color models

76 3B 4B
RGB 118 59 75
HSL 344° 33.33% 34.71%
HSB/HSV 344° 50.00% 46.27%
CMYK 0.00% 50.00% 36.44%
53.73%

Color #763B4B in popluar number systems.

HEX 76 3B 4B
Decimal 118 59 75
Binary 1110110 111011 1001011
Octal 166 73 113

Shades and tints

Shades of #763B4B

#763B4B
(118,59,75)
#6C3645
(108,54,69)
#62313F
(98,49,63)
#582C39
(88,44,57)
#4E2733
(78,39,51)
#44222D
(68,34,45)
#3A1D27
(58,29,39)
#301821
(48,24,33)
#26131B
(38,19,27)
#1C0E15
(28,14,21)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #763B4B

#763B4B
(118,59,75)
#824C5B
(130,76,91)
#8E5D6B
(142,93,107)
#9A6E7B
(154,110,123)
#A67F8B
(166,127,139)
#B2909B
(178,144,155)
#BEA1AB
(190,161,171)
#CAB2BB
(202,178,187)
#D6C3CB
(214,195,203)
#E2D4DB
(226,212,219)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763B4B color. Also use rgb(118,59,75) instead hex code.

Text Font Color

.myTextColor { color: #763B4B; }

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

This text font color is #763B4B.

Background Color

.myBgColor { background-color: #763B4B; }

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

This div background color is #763B4B.

Border color

.myBorderColor { border: 1px solid #763B4B; }

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

This div border color is #763B4B.

Opacity

.myOpacity80 { color: #763B4B; opacity: 0.8; }

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

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

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

This text has shadow with #763B4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #763B4B.

Preview

Color preview on black background

This text has color #763B4B on black background.


Color preview on white background

This text has color #763B4B on white background.


Black color preview on #763B4B background

This text has black color on #763B4B background.


White color preview on #763B4B background

This text has white color on #763B4B background.


Related colors

Complementary color

Complementary color for #hex is #89C4B4.


I love getcolorcode.com

Triadic colors

1 #4B763B and #3B4B76 with #763B4B are triadic colors.

2 #4B3B76 and #3B764B with #763B4B are triadic colors.