COLOR #762548

HEX: #762548
RGB: (118,37,72)

Color info

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

RGB color model

#762548 color RGB value is (118,37,72).

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

RGB channels and saturation

R 118 of 255 = 46%
G 37 of 255 = 15%
B 72 of 255 = 28%

118
37
72

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

Portions of RGB colors in percentages

R + G + B =
118 + 37 + 72 = 227 (100%)
R 118 of 227 ~ 51.98%
G 37 of 227 ~ 16.3%
B 72 of 227 ~ 31.72%

%51.98
%16.3
%31.72

CMYK color model

#762548 color CMYK value is (0,69,39,54).

  • cyan value is 0.00%
  • magenta value is 68.64%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(0,69,39,54)
C0M69Y39K54 
(0%,69%,39%,54%)
(0.00/0.69/0.39/0.54)	

CMYK percentages

%0
%68.64
%38.98
%53.73

Codes

Color #762548 in popluar color models

762548
RGB1183772
HSL334°52.26%30.39%
HSB/HSV334°68.64%46.27%
CMYK0.00%68.64%38.98%
53.73%

Color #762548 in popluar number systems.

HEX762548
Decimal1183772
Binary11101101001011001000
Octal16645110

Shades and tints

Shades of #762548

#762548
(118,37,72)
#6C2242
(108,34,66)
#621F3C
(98,31,60)
#581C36
(88,28,54)
#4E1930
(78,25,48)
#44162A
(68,22,42)
#3A1324
(58,19,36)
#30101E
(48,16,30)
#260D18
(38,13,24)
#1C0A12
(28,10,18)
#12070C
(18,7,12)
#000000
(0,0,0)

Tints of #762548

#762548
(118,37,72)
#823858
(130,56,88)
#8E4B68
(142,75,104)
#9A5E78
(154,94,120)
#A67188
(166,113,136)
#B28498
(178,132,152)
#BE97A8
(190,151,168)
#CAAAB8
(202,170,184)
#D6BDC8
(214,189,200)
#E2D0D8
(226,208,216)
#EEE3E8
(238,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #762548; }

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

This text font color is #762548.


Background Color

.myBgColor { background-color: #762548; }

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

This div background color is #762548.


Border color

.myBorderColor { border: 1px solid #762548; }

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

This div border color is #762548.


Opacity

.myOpacity80 { color: #762548; opacity: 0.8; }

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

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

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

This text has shadow with #762548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762548 on black background.


Color preview on white background

This text has color #762548 on white background.



Black color preview on #762548 background

This text has black color on #762548 background.


White color preview on #762548 background

This text has white color on #762548 background.