COLOR #76395A

HEX: #76395A
RGB: (118,57,90)

Color info

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

RGB color model

#76395A color RGB value is (118,57,90).

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

RGB channels and saturation

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

118
57
90

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

Portions of RGB colors in percentages

R + G + B =
118 + 57 + 90 = 265 (100%)
R 118 of 265 ~ 44.53%
G 57 of 265 ~ 21.51%
B 90 of 265 ~ 33.96%

%44.53
%21.51
%33.96

CMYK color model

#76395A color CMYK value is (0,52,24,54).

  • cyan value is 0.00%
  • magenta value is 51.69%
  • yellow value is 23.73%
  • key color value is 53.73%
CMYK:
(0,52,24,54)
C0M52Y24K54 
(0%,52%,24%,54%)
(0.00/0.52/0.24/0.54)	

CMYK percentages

%0
%51.69
%23.73
%53.73

Codes

Color #76395A in popluar color models

76395A
RGB1185790
HSL328°34.86%34.31%
HSB/HSV328°51.69%46.27%
CMYK0.00%51.69%23.73%
53.73%

Color #76395A in popluar number systems.

HEX76395A
Decimal1185790
Binary11101101110011011010
Octal16671132

Shades and tints

Shades of #76395A

#76395A
(118,57,90)
#6C3452
(108,52,82)
#622F4A
(98,47,74)
#582A42
(88,42,66)
#4E253A
(78,37,58)
#442032
(68,32,50)
#3A1B2A
(58,27,42)
#301622
(48,22,34)
#26111A
(38,17,26)
#1C0C12
(28,12,18)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #76395A

#76395A
(118,57,90)
#824B69
(130,75,105)
#8E5D78
(142,93,120)
#9A6F87
(154,111,135)
#A68196
(166,129,150)
#B293A5
(178,147,165)
#BEA5B4
(190,165,180)
#CAB7C3
(202,183,195)
#D6C9D2
(214,201,210)
#E2DBE1
(226,219,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76395A; }

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

This text font color is #76395A.


Background Color

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

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

This div background color is #76395A.


Border color

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

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

This div border color is #76395A.


Opacity

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

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

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

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

This text has shadow with #76395A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76395A on black background.


Color preview on white background

This text has color #76395A on white background.



Black color preview on #76395A background

This text has black color on #76395A background.


White color preview on #76395A background

This text has white color on #76395A background.