COLOR #76375A

HEX: #76375A
RGB: (118,55,90)

Color info

#76375A contains mainly red and blue colors. Web safe color of #76375A is #663366 (or #636).

RGB color model

#76375A color RGB value is (118,55,90).

  • red value is 118;
  • green value is 55;
  • blue value is 90.
RGB:
(118,55,90)
(46%,22%,35%)

RGB channels and saturation

R 118 of 255 = 46%
G 55 of 255 = 22%
B 90 of 255 = 35%

118
55
90

R + G + B ~ 34%. #76375A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 55 + 90 = 263 (100%)
R 118 of 263 ~ 44.87%
G 55 of 263 ~ 20.91%
B 90 of 263 ~ 34.22%

%44.87
%20.91
%34.22

CMYK color model

#76375A color CMYK value is (0,53,24,54).

  • cyan value is 0.00%
  • magenta value is 53.39%
  • yellow value is 23.73%
  • key color value is 53.73%
CMYK:
(0,53,24,54)
C0M53Y24K54 
(0%,53%,24%,54%)
(0.00/0.53/0.24/0.54)	

CMYK percentages

%0
%53.39
%23.73
%53.73

Codes

Color #76375A in popluar color models

76375A
RGB1185590
HSL327°36.42%33.92%
HSB/HSV327°53.39%46.27%
CMYK0.00%53.39%23.73%
53.73%

Color #76375A in popluar number systems.

HEX76375A
Decimal1185590
Binary11101101101111011010
Octal16667132

Shades and tints

Shades of #76375A

#76375A
(118,55,90)
#6C3252
(108,50,82)
#622D4A
(98,45,74)
#582842
(88,40,66)
#4E233A
(78,35,58)
#441E32
(68,30,50)
#3A192A
(58,25,42)
#301422
(48,20,34)
#260F1A
(38,15,26)
#1C0A12
(28,10,18)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #76375A

#76375A
(118,55,90)
#824969
(130,73,105)
#8E5B78
(142,91,120)
#9A6D87
(154,109,135)
#A67F96
(166,127,150)
#B291A5
(178,145,165)
#BEA3B4
(190,163,180)
#CAB5C3
(202,181,195)
#D6C7D2
(214,199,210)
#E2D9E1
(226,217,225)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76375A color. Also use rgb(118,55,90) instead hex code.

Text Font Color

.myTextColor { color: #76375A; }

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

This text font color is #76375A.


Background Color

.myBgColor { background-color: #76375A; }

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

This div background color is #76375A.


Border color

.myBorderColor { border: 1px solid #76375A; }

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

This div border color is #76375A.


Opacity

.myOpacity80 { color: #76375A; opacity: 0.8; }

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

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

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

This text has shadow with #76375A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76375A on black background.


Color preview on white background

This text has color #76375A on white background.



Black color preview on #76375A background

This text has black color on #76375A background.


White color preview on #76375A background

This text has white color on #76375A background.