COLOR #762C48

HEX: #762C48
RGB: (118,44,72)

Color info

#762C48 contains mainly red and blue colors. Web safe color of #762C48 is #663333 (or #633).

RGB color model

#762C48 color RGB value is (118,44,72).

  • red value is 118;
  • green value is 44;
  • blue value is 72.
RGB:
(118,44,72)
(46%,17%,28%)

RGB channels and saturation

R 118 of 255 = 46%
G 44 of 255 = 17%
B 72 of 255 = 28%

118
44
72

R + G + B ~ 30%. #762C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 44 + 72 = 234 (100%)
R 118 of 234 ~ 50.43%
G 44 of 234 ~ 18.8%
B 72 of 234 ~ 30.77%

%50.43
%18.8
%30.77

CMYK color model

#762C48 color CMYK value is (0,63,39,54).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,63,39,54)
C0M63Y39K54 
(0%,63%,39%,54%)
(0.00/0.63/0.39/0.54)	

CMYK percentages

%0
%62.71
%38.98
%53.73

Codes

Color #762C48 in popluar color models

762C48
RGB1184472
HSL337°45.68%31.76%
HSB/HSV337°62.71%46.27%
CMYK0.00%62.71%38.98%
53.73%

Color #762C48 in popluar number systems.

HEX762C48
Decimal1184472
Binary11101101011001001000
Octal16654110

Shades and tints

Shades of #762C48

#762C48
(118,44,72)
#6C2842
(108,40,66)
#62243C
(98,36,60)
#582036
(88,32,54)
#4E1C30
(78,28,48)
#44182A
(68,24,42)
#3A1424
(58,20,36)
#30101E
(48,16,30)
#260C18
(38,12,24)
#1C0812
(28,8,18)
#12040C
(18,4,12)
#000000
(0,0,0)

Tints of #762C48

#762C48
(118,44,72)
#823F58
(130,63,88)
#8E5268
(142,82,104)
#9A6578
(154,101,120)
#A67888
(166,120,136)
#B28B98
(178,139,152)
#BE9EA8
(190,158,168)
#CAB1B8
(202,177,184)
#D6C4C8
(214,196,200)
#E2D7D8
(226,215,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762C48 color. Also use rgb(118,44,72) instead hex code.

Text Font Color

.myTextColor { color: #762C48; }

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

This text font color is #762C48.


Background Color

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

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

This div background color is #762C48.


Border color

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

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

This div border color is #762C48.


Opacity

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

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

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

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

This text has shadow with #762C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762C48 on black background.


Color preview on white background

This text has color #762C48 on white background.



Black color preview on #762C48 background

This text has black color on #762C48 background.


White color preview on #762C48 background

This text has white color on #762C48 background.