COLOR #76395C

HEX: #76395C
RGB: (118,57,92)

Color info

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

RGB color model

#76395C color RGB value is (118,57,92).

  • red value is 118;
  • green value is 57;
  • blue value is 92.
RGB:
(118,57,92)
(46%,22%,36%)

RGB channels and saturation

R 118 of 255 = 46%
G 57 of 255 = 22%
B 92 of 255 = 36%

118
57
92

R + G + B ~ 35%. #76395C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 57 + 92 = 267 (100%)
R 118 of 267 ~ 44.19%
G 57 of 267 ~ 21.35%
B 92 of 267 ~ 34.46%

%44.19
%21.35
%34.46

CMYK color model

#76395C color CMYK value is (0,52,22,54).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,52,22,54)
C0M52Y22K54 
(0%,52%,22%,54%)
(0.00/0.52/0.22/0.54)	

CMYK percentages

%0
%51.69
%22.03
%53.73

Codes

Color #76395C in popluar color models

76395C
RGB1185792
HSL326°34.86%34.31%
HSB/HSV326°51.69%46.27%
CMYK0.00%51.69%22.03%
53.73%

Color #76395C in popluar number systems.

HEX76395C
Decimal1185792
Binary11101101110011011100
Octal16671134

Shades and tints

Shades of #76395C

#76395C
(118,57,92)
#6C3454
(108,52,84)
#622F4C
(98,47,76)
#582A44
(88,42,68)
#4E253C
(78,37,60)
#442034
(68,32,52)
#3A1B2C
(58,27,44)
#301624
(48,22,36)
#26111C
(38,17,28)
#1C0C14
(28,12,20)
#12070C
(18,7,12)
#000000
(0,0,0)

Tints of #76395C

#76395C
(118,57,92)
#824B6A
(130,75,106)
#8E5D78
(142,93,120)
#9A6F86
(154,111,134)
#A68194
(166,129,148)
#B293A2
(178,147,162)
#BEA5B0
(190,165,176)
#CAB7BE
(202,183,190)
#D6C9CC
(214,201,204)
#E2DBDA
(226,219,218)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76395C color. Also use rgb(118,57,92) instead hex code.

Text Font Color

.myTextColor { color: #76395C; }

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

This text font color is #76395C.


Background Color

.myBgColor { background-color: #76395C; }

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

This div background color is #76395C.


Border color

.myBorderColor { border: 1px solid #76395C; }

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

This div border color is #76395C.


Opacity

.myOpacity80 { color: #76395C; opacity: 0.8; }

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

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

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

This text has shadow with #76395C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76395C on black background.


Color preview on white background

This text has color #76395C on white background.



Black color preview on #76395C background

This text has black color on #76395C background.


White color preview on #76395C background

This text has white color on #76395C background.