COLOR #76545A

HEX: #76545A
RGB: (118,84,90)

Color info

#76545A contains red, green and blue colors in about the same proportion. Web safe color of #76545A is #666666 (or #666).

RGB color model

#76545A color RGB value is (118,84,90).

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

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 90 of 255 = 35%

118
84
90

R + G + B ~ 38%. #76545A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 84 + 90 = 292 (100%)
R 118 of 292 ~ 40.41%
G 84 of 292 ~ 28.77%
B 90 of 292 ~ 30.82%

%40.41
%28.77
%30.82

CMYK color model

#76545A color CMYK value is (0,29,24,54).

  • cyan value is 0.00%
  • magenta value is 28.81%
  • yellow value is 23.73%
  • key color value is 53.73%
CMYK:
(0,29,24,54)
C0M29Y24K54 
(0%,29%,24%,54%)
(0.00/0.29/0.24/0.54)	

CMYK percentages

%0
%28.81
%23.73
%53.73

Codes

Color #76545A in popluar color models

76545A
RGB1188490
HSL349°16.83%39.61%
HSB/HSV349°28.81%46.27%
CMYK0.00%28.81%23.73%
53.73%

Color #76545A in popluar number systems.

HEX76545A
Decimal1188490
Binary111011010101001011010
Octal166124132

Shades and tints

Shades of #76545A

#76545A
(118,84,90)
#6C4D52
(108,77,82)
#62464A
(98,70,74)
#583F42
(88,63,66)
#4E383A
(78,56,58)
#443132
(68,49,50)
#3A2A2A
(58,42,42)
#302322
(48,35,34)
#261C1A
(38,28,26)
#1C1512
(28,21,18)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #76545A

#76545A
(118,84,90)
#826369
(130,99,105)
#8E7278
(142,114,120)
#9A8187
(154,129,135)
#A69096
(166,144,150)
#B29FA5
(178,159,165)
#BEAEB4
(190,174,180)
#CABDC3
(202,189,195)
#D6CCD2
(214,204,210)
#E2DBE1
(226,219,225)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76545A; }

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

This text font color is #76545A.


Background Color

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

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

This div background color is #76545A.


Border color

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

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

This div border color is #76545A.


Opacity

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

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

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

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

This text has shadow with #76545A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76545A on black background.


Color preview on white background

This text has color #76545A on white background.



Black color preview on #76545A background

This text has black color on #76545A background.


White color preview on #76545A background

This text has white color on #76545A background.