COLOR #76095C

HEX: #76095C
RGB: (118,9,92)

Color info

#76095C contains mainly red and blue colors. Web safe color of #76095C is #660066 (or #606).

RGB color model

#76095C color RGB value is (118,9,92).

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

RGB channels and saturation

R 118 of 255 = 46%
G 9 of 255 = 4%
B 92 of 255 = 36%

118
9
92

R + G + B ~ 29%. #76095C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 9 + 92 = 219 (100%)
R 118 of 219 ~ 53.88%
G 9 of 219 ~ 4.11%
B 92 of 219 ~ 42.01%

%53.88
%42.01

CMYK color model

#76095C color CMYK value is (0,92,22,54).

  • cyan value is 0.00%
  • magenta value is 92.37%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,92,22,54)
C0M92Y22K54 
(0%,92%,22%,54%)
(0.00/0.92/0.22/0.54)	

CMYK percentages

%0
%92.37
%22.03
%53.73

Codes

Color #76095C in popluar color models

76095C
RGB118992
HSL314°85.83%24.90%
HSB/HSV314°92.37%46.27%
CMYK0.00%92.37%22.03%
53.73%

Color #76095C in popluar number systems.

HEX76095C
Decimal118992
Binary111011010011011100
Octal16611134

Shades and tints

Shades of #76095C

#76095C
(118,9,92)
#6C0954
(108,9,84)
#62094C
(98,9,76)
#580944
(88,9,68)
#4E093C
(78,9,60)
#440934
(68,9,52)
#3A092C
(58,9,44)
#300924
(48,9,36)
#26091C
(38,9,28)
#1C0914
(28,9,20)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #76095C

#76095C
(118,9,92)
#821F6A
(130,31,106)
#8E3578
(142,53,120)
#9A4B86
(154,75,134)
#A66194
(166,97,148)
#B277A2
(178,119,162)
#BE8DB0
(190,141,176)
#CAA3BE
(202,163,190)
#D6B9CC
(214,185,204)
#E2CFDA
(226,207,218)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76095C; }

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

This text font color is #76095C.


Background Color

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

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

This div background color is #76095C.


Border color

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

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

This div border color is #76095C.


Opacity

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

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

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

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

This text has shadow with #76095C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76095C on black background.


Color preview on white background

This text has color #76095C on white background.



Black color preview on #76095C background

This text has black color on #76095C background.


White color preview on #76095C background

This text has white color on #76095C background.