COLOR #76476A

HEX: #76476A
RGB: (118,71,106)

Color info

#76476A contains red, green and blue colors in about the same proportion. Web safe color of #76476A is #663366 (or #636).

RGB color model

#76476A color RGB value is (118,71,106).

  • red value is 118;
  • green value is 71;
  • blue value is 106.
RGB:
(118,71,106)
(46%,28%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 106 of 255 = 42%

118
71
106

R + G + B ~ 39%. #76476A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 106 = 295 (100%)
R 118 of 295 ~ 40%
G 71 of 295 ~ 24.07%
B 106 of 295 ~ 35.93%

%40
%24.07
%35.93

CMYK color model

#76476A color CMYK value is (0,40,10,54).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 10.17%
  • key color value is 53.73%
CMYK:
(0,40,10,54)
C0M40Y10K54 
(0%,40%,10%,54%)
(0.00/0.40/0.10/0.54)	

CMYK percentages

%0
%39.83
%10.17
%53.73

Codes

Color #76476A in popluar color models

76476A
RGB11871106
HSL315°24.87%37.06%
HSB/HSV315°39.83%46.27%
CMYK0.00%39.83%10.17%
53.73%

Color #76476A in popluar number systems.

HEX76476A
Decimal11871106
Binary111011010001111101010
Octal166107152

Shades and tints

Shades of #76476A

#76476A
(118,71,106)
#6C4161
(108,65,97)
#623B58
(98,59,88)
#58354F
(88,53,79)
#4E2F46
(78,47,70)
#44293D
(68,41,61)
#3A2334
(58,35,52)
#301D2B
(48,29,43)
#261722
(38,23,34)
#1C1119
(28,17,25)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #76476A

#76476A
(118,71,106)
#825777
(130,87,119)
#8E6784
(142,103,132)
#9A7791
(154,119,145)
#A6879E
(166,135,158)
#B297AB
(178,151,171)
#BEA7B8
(190,167,184)
#CAB7C5
(202,183,197)
#D6C7D2
(214,199,210)
#E2D7DF
(226,215,223)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76476A color. Also use rgb(118,71,106) instead hex code.

Text Font Color

.myTextColor { color: #76476A; }

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

This text font color is #76476A.


Background Color

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

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

This div background color is #76476A.


Border color

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

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

This div border color is #76476A.


Opacity

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

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

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

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

This text has shadow with #76476A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76476A on black background.


Color preview on white background

This text has color #76476A on white background.



Black color preview on #76476A background

This text has black color on #76476A background.


White color preview on #76476A background

This text has white color on #76476A background.