COLOR #76334C

HEX: #76334C
RGB: (118,51,76)

Color info

#76334C contains mainly red and blue colors. Web safe color of #76334C is #663333 (or #633).

RGB color model

#76334C color RGB value is (118,51,76).

  • red value is 118;
  • green value is 51;
  • blue value is 76.
RGB:
(118,51,76)
(46%,20%,30%)

RGB channels and saturation

R 118 of 255 = 46%
G 51 of 255 = 20%
B 76 of 255 = 30%

118
51
76

R + G + B ~ 32%. #76334C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 51 + 76 = 245 (100%)
R 118 of 245 ~ 48.16%
G 51 of 245 ~ 20.82%
B 76 of 245 ~ 31.02%

%48.16
%20.82
%31.02

CMYK color model

#76334C color CMYK value is (0,57,36,54).

  • cyan value is 0.00%
  • magenta value is 56.78%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(0,57,36,54)
C0M57Y36K54 
(0%,57%,36%,54%)
(0.00/0.57/0.36/0.54)	

CMYK percentages

%0
%56.78
%35.59
%53.73

Codes

Color #76334C in popluar color models

76334C
RGB1185176
HSL338°39.64%33.14%
HSB/HSV338°56.78%46.27%
CMYK0.00%56.78%35.59%
53.73%

Color #76334C in popluar number systems.

HEX76334C
Decimal1185176
Binary11101101100111001100
Octal16663114

Shades and tints

Shades of #76334C

#76334C
(118,51,76)
#6C2F46
(108,47,70)
#622B40
(98,43,64)
#58273A
(88,39,58)
#4E2334
(78,35,52)
#441F2E
(68,31,46)
#3A1B28
(58,27,40)
#301722
(48,23,34)
#26131C
(38,19,28)
#1C0F16
(28,15,22)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #76334C

#76334C
(118,51,76)
#82455C
(130,69,92)
#8E576C
(142,87,108)
#9A697C
(154,105,124)
#A67B8C
(166,123,140)
#B28D9C
(178,141,156)
#BE9FAC
(190,159,172)
#CAB1BC
(202,177,188)
#D6C3CC
(214,195,204)
#E2D5DC
(226,213,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76334C color. Also use rgb(118,51,76) instead hex code.

Text Font Color

.myTextColor { color: #76334C; }

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

This text font color is #76334C.


Background Color

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

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

This div background color is #76334C.


Border color

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

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

This div border color is #76334C.


Opacity

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

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

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

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

This text has shadow with #76334C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76334C on black background.


Color preview on white background

This text has color #76334C on white background.



Black color preview on #76334C background

This text has black color on #76334C background.


White color preview on #76334C background

This text has white color on #76334C background.