COLOR #76826E

HEX: #76826E
RGB: (118,130,110)

Color info

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

RGB color model

#76826E color RGB value is (118,130,110).

  • red value is 118;
  • green value is 130;
  • blue value is 110.
RGB: (118,130,110) (46%,51%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 130 of 255 = 51%
B 110 of 255 = 43%

118
130
110

R + G + B ~ 47%. #76826E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 130 + 110 = 358 (100%)
R 118 of 358 ~ 32.96%
G 130 of 358 ~ 36.31%
B 110 of 358 ~ 30.73%

%32.96
%36.31
%30.73

CMYK color model

#76826E color CMYK value is (9,0,15,49).

  • cyan value is 9.23%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK: (9,0,15,49) C9M0Y15K49 (9%,0%,15%,49%) (0.09/0.00/0.15/0.49)

CMYK percentages

%9.23
%0
%15.38
%49.02

Codes

Color #76826E in popluar color models

76826E
RGB118130110
HSL96°8.33%47.06%
HSB/HSV96°15.38%50.98%
CMYK9.23%0.00%15.38%
49.02%

Color #76826E in popluar number systems.

HEX76826E
Decimal118130110
Binary1110110100000101101110
Octal166202156

Shades and tints

Shades of #76826E

#76826E
(118,130,110)
#6C7764
(108,119,100)
#626C5A
(98,108,90)
#586150
(88,97,80)
#4E5646
(78,86,70)
#444B3C
(68,75,60)
#3A4032
(58,64,50)
#303528
(48,53,40)
#262A1E
(38,42,30)
#1C1F14
(28,31,20)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #76826E

#76826E
(118,130,110)
#828D7B
(130,141,123)
#8E9888
(142,152,136)
#9AA395
(154,163,149)
#A6AEA2
(166,174,162)
#B2B9AF
(178,185,175)
#BEC4BC
(190,196,188)
#CACFC9
(202,207,201)
#D6DAD6
(214,218,214)
#E2E5E3
(226,229,227)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76826E color. Also use rgb(118,130,110) instead hex code.

Text Font Color

.myTextColor { color: #76826E; }

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

This text font color is #76826E.


Background Color

.myBgColor { background-color: #76826E; }

<div style="background-color:#76826E">Inner text</div>

This div background color is #76826E.


Border color

.myBorderColor { border: 1px solid #76826E; }

<div style="border:3px solid #76826E">Div</div>

This div border color is #76826E.


Opacity

.myOpacity80 { color: #76826E; opacity: 0.8; }

<p style="color:#76826E;opacity:0.8;">80%</p>

Text with #76826E 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 #76826E;}

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

This text has shadow with #76826E color.

.textShadow {text-shadow: 3px 3px 1px #76826E, 3px 3px 1px red;}

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

This text has shadow with #76826E primary color and red secondary color.


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

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

This text has shadow with #76826E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #76826E; -webkit-box-shadow:	1px 1px 3px 2px #76826E; box-shadow:	1px 1px 3px 2px #76826E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76826E; -webkit-box-shadow: 1px 1px 3px 2px #76826E; box-shadow:1px 1px 3px 2px #76826E;">
Div content here</div>
This div box has shadow with color #76826E.

Preview

Color preview on black background

This text has color #76826E on black background.


Color preview on white background

This text has color #76826E on white background.



Black color preview on #76826E background

This text has black color on #76826E background.


White color preview on #76826E background

This text has white color on #76826E background.