COLOR #76857A

HEX: #76857A RGB: (118,133,122)

Color info

#76857A contains red, green and blue colors in about the same proportion. Web safe color of #76857A is #669966 (or #696).

RGB color model

#76857A color RGB value is (118,133,122).

RGB: (118,133,122) (46%, 52%, 48%)

RGB channels and saturation

R 118 of 255 = 46%
G 133 of 255 = 52%
B 122 of 255 = 48%

118
133
122

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

Portions of RGB colors in percentages

R + G + B = 118 + 133 + 122 = 373 (100%)
R 118 of 373 ~ 31.64%
G 133 of 373 ~ 35.66%
B 122 of 373 ~ 32.71'%

%31.64
%35.66
%32.71

CMYK color model

#76857A color CMYK value is (11,0,8,48).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%

CMYK: (11,0,8,48)
C11M0Y8K48 (11%, 0%, 8%, 48%)
(0.11 / 0.00 / 0.08 / 0.48)

CMYK percentages

%11.28
%0
%8.27
%47.84

Codes

Color #76857A in popluar color models

76 85 7A
RGB 118 133 122
HSL 136° 5.98% 49.22%
HSB/HSV 136° 11.28% 52.16%
CMYK 11.28% 0.00% 8.27%
47.84%

Color #76857A in popluar number systems.

HEX 76 85 7A
Decimal 118 133 122
Binary 1110110 10000101 1111010
Octal 166 205 172

Shades and tints

Shades of #76857A

#76857A
(118,133,122)
#6C796F
(108,121,111)
#626D64
(98,109,100)
#586159
(88,97,89)
#4E554E
(78,85,78)
#444943
(68,73,67)
#3A3D38
(58,61,56)
#30312D
(48,49,45)
#262522
(38,37,34)
#1C1917
(28,25,23)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #76857A

#76857A
(118,133,122)
#829086
(130,144,134)
#8E9B92
(142,155,146)
#9AA69E
(154,166,158)
#A6B1AA
(166,177,170)
#B2BCB6
(178,188,182)
#BEC7C2
(190,199,194)
#CAD2CE
(202,210,206)
#D6DDDA
(214,221,218)
#E2E8E6
(226,232,230)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76857A color. Also use rgb(118,133,122) instead hex code.

Text Font Color

.myTextColor { color: #76857A; }

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

This text font color is #76857A.

Background Color

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

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

This div background color is #76857A.

Border color

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

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

This div border color is #76857A.

Opacity

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

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

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

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

This text has shadow with #76857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76857A.

Preview

Color preview on black background

This text has color #76857A on black background.


Color preview on white background

This text has color #76857A on white background.


Black color preview on #76857A background

This text has black color on #76857A background.


White color preview on #76857A background

This text has white color on #76857A background.


Related colors

Complementary color

Complementary color for #hex is #897A85.


I love getcolorcode.com

Triadic colors

1 #7A7685 and #857A76 with #76857A are triadic colors.

2 #7A8576 and #85767A with #76857A are triadic colors.