COLOR #763F51

HEX: #763F51 RGB: (118,63,81)

Color info

#763F51 contains red, green and blue colors in about the same proportion. Web safe color of #763F51 is #663366 (or #636).

RGB color model

#763F51 color RGB value is (118,63,81).

RGB: (118,63,81) (46%, 25%, 32%)

RGB channels and saturation

R 118 of 255 = 46%
G 63 of 255 = 25%
B 81 of 255 = 32%

118
63
81

R + G + B ~ 34%. #763F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 63 + 81 = 262 (100%)
R 118 of 262 ~ 45.04%
G 63 of 262 ~ 24.05%
B 81 of 262 ~ 30.92'%

%45.04
%24.05
%30.92

CMYK color model

#763F51 color CMYK value is (0,47,31,54).

  • cyan value is 0.00%
  • magenta value is 46.61%
  • yellow value is 31.36%
  • key color value is 53.73%

CMYK: (0,47,31,54)
C0M47Y31K54 (0%, 47%, 31%, 54%)
(0.00 / 0.47 / 0.31 / 0.54)

CMYK percentages

%0
%46.61
%31.36
%53.73

Codes

Color #763F51 in popluar color models

76 3F 51
RGB 118 63 81
HSL 340° 30.39% 35.49%
HSB/HSV 340° 46.61% 46.27%
CMYK 0.00% 46.61% 31.36%
53.73%

Color #763F51 in popluar number systems.

HEX 76 3F 51
Decimal 118 63 81
Binary 1110110 111111 1010001
Octal 166 77 121

Shades and tints

Shades of #763F51

#763F51
(118,63,81)
#6C3A4A
(108,58,74)
#623543
(98,53,67)
#58303C
(88,48,60)
#4E2B35
(78,43,53)
#44262E
(68,38,46)
#3A2127
(58,33,39)
#301C20
(48,28,32)
#261719
(38,23,25)
#1C1212
(28,18,18)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #763F51

#763F51
(118,63,81)
#825060
(130,80,96)
#8E616F
(142,97,111)
#9A727E
(154,114,126)
#A6838D
(166,131,141)
#B2949C
(178,148,156)
#BEA5AB
(190,165,171)
#CAB6BA
(202,182,186)
#D6C7C9
(214,199,201)
#E2D8D8
(226,216,216)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763F51 color. Also use rgb(118,63,81) instead hex code.

Text Font Color

.myTextColor { color: #763F51; }

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

This text font color is #763F51.

Background Color

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

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

This div background color is #763F51.

Border color

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

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

This div border color is #763F51.

Opacity

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

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

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

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

This text has shadow with #763F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #763F51.

Preview

Color preview on black background

This text has color #763F51 on black background.


Color preview on white background

This text has color #763F51 on white background.


Black color preview on #763F51 background

This text has black color on #763F51 background.


White color preview on #763F51 background

This text has white color on #763F51 background.


Related colors

Complementary color

Complementary color for #hex is #89C0AE.


I love getcolorcode.com

Triadic colors

1 #51763F and #3F5176 with #763F51 are triadic colors.

2 #513F76 and #3F7651 with #763F51 are triadic colors.