COLOR #76454C

HEX: #76454C
RGB: (118,69,76)

Color info

#76454C contains red, green and blue colors in about the same proportion. Web safe color of #76454C is #663333 (or #633).

RGB color model

#76454C color RGB value is (118,69,76).

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

RGB channels and saturation

R 118 of 255 = 46%
G 69 of 255 = 27%
B 76 of 255 = 30%

118
69
76

R + G + B ~ 34%. #76454C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 69 + 76 = 263 (100%)
R 118 of 263 ~ 44.87%
G 69 of 263 ~ 26.24%
B 76 of 263 ~ 28.9%

%44.87
%26.24
%28.9

CMYK color model

#76454C color CMYK value is (0,42,36,54).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(0,42,36,54)
C0M42Y36K54 
(0%,42%,36%,54%)
(0.00/0.42/0.36/0.54)	

CMYK percentages

%0
%41.53
%35.59
%53.73

Codes

Color #76454C in popluar color models

76454C
RGB1186976
HSL351°26.20%36.67%
HSB/HSV351°41.53%46.27%
CMYK0.00%41.53%35.59%
53.73%

Color #76454C in popluar number systems.

HEX76454C
Decimal1186976
Binary111011010001011001100
Octal166105114

Shades and tints

Shades of #76454C

#76454C
(118,69,76)
#6C3F46
(108,63,70)
#623940
(98,57,64)
#58333A
(88,51,58)
#4E2D34
(78,45,52)
#44272E
(68,39,46)
#3A2128
(58,33,40)
#301B22
(48,27,34)
#26151C
(38,21,28)
#1C0F16
(28,15,22)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #76454C

#76454C
(118,69,76)
#82555C
(130,85,92)
#8E656C
(142,101,108)
#9A757C
(154,117,124)
#A6858C
(166,133,140)
#B2959C
(178,149,156)
#BEA5AC
(190,165,172)
#CAB5BC
(202,181,188)
#D6C5CC
(214,197,204)
#E2D5DC
(226,213,220)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76454C; }

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

This text font color is #76454C.


Background Color

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

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

This div background color is #76454C.


Border color

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

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

This div border color is #76454C.


Opacity

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

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

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

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

This text has shadow with #76454C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76454C on black background.


Color preview on white background

This text has color #76454C on white background.



Black color preview on #76454C background

This text has black color on #76454C background.


White color preview on #76454C background

This text has white color on #76454C background.