COLOR #76785A

HEX: #76785A
RGB: (118,120,90)

Color info

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

RGB color model

#76785A color RGB value is (118,120,90).

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

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 90 of 255 = 35%

118
120
90

R + G + B ~ 43%. #76785A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 90 = 328 (100%)
R 118 of 328 ~ 35.98%
G 120 of 328 ~ 36.59%
B 90 of 328 ~ 27.44%

%35.98
%36.59
%27.44

CMYK color model

#76785A color CMYK value is (2,0,25,53).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(2,0,25,53)
C2M0Y25K53 
(2%,0%,25%,53%)
(0.02/0.00/0.25/0.53)	

CMYK percentages

%1.67
%0
%25
%52.94

Codes

Color #76785A in popluar color models

76785A
RGB11812090
HSL64°14.29%41.18%
HSB/HSV64°25.00%47.06%
CMYK1.67%0.00%25.00%
52.94%

Color #76785A in popluar number systems.

HEX76785A
Decimal11812090
Binary111011011110001011010
Octal166170132

Shades and tints

Shades of #76785A

#76785A
(118,120,90)
#6C6E52
(108,110,82)
#62644A
(98,100,74)
#585A42
(88,90,66)
#4E503A
(78,80,58)
#444632
(68,70,50)
#3A3C2A
(58,60,42)
#303222
(48,50,34)
#26281A
(38,40,26)
#1C1E12
(28,30,18)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #76785A

#76785A
(118,120,90)
#828469
(130,132,105)
#8E9078
(142,144,120)
#9A9C87
(154,156,135)
#A6A896
(166,168,150)
#B2B4A5
(178,180,165)
#BEC0B4
(190,192,180)
#CACCC3
(202,204,195)
#D6D8D2
(214,216,210)
#E2E4E1
(226,228,225)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76785A; }

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

This text font color is #76785A.


Background Color

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

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

This div background color is #76785A.


Border color

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

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

This div border color is #76785A.


Opacity

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

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

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

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

This text has shadow with #76785A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76785A on black background.


Color preview on white background

This text has color #76785A on white background.



Black color preview on #76785A background

This text has black color on #76785A background.


White color preview on #76785A background

This text has white color on #76785A background.