COLOR #76854D

HEX: #76854D
RGB: (118,133,77)

Renk bilgisi

#76854D contains red, green and blue colors in about the same proportion. #76854D ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#76854D color RGB value is (118,133,77).

  • kırmız ton 118;
  • yeşil ton 133;
  • mavi ton 77.
RGB:
(118,133,77)
(46%,52%,30%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 133 of 255 = 52%
B 77 of 255 = 30%

118
133
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 133 + 77 = 328 (100%)
R 118 of 328 ~ 35.98%
G 133 of 328 ~ 40.55%
B 77 of 328 ~ 23.48%

%35.98
%40.55
%23.48

CMYK RENK MODELİ

#76854D rengi CMYK tonu (11,0,42,48).

  • camgöbeği tonu 11.28%
  • eflatun tonu 0.00%
  • sarı tonu 42.11%
  • ana renk tonu 47.84%
CMYK:
(11,0,42,48)
C11M0Y42K48 
(11%,0%,42%,48%)
(0.11/0.00/0.42/0.48)	

CMYK yüzdeleri

%11.28
%0
%42.11
%47.84

Codes

Color #76854D in popluar color models

76854D
RGB11813377
HSL76°26.67%41.18%
HSB/HSV76°42.11%52.16%
CMYK11.28%0.00%42.11%
47.84%

Color #76854D in popluar number systems.

HEX76854D
Decimal11813377
Binary1110110100001011001101
Octal166205115

Shades and tints

Shades of #76854D

#76854D
(118,133,77)
#6C7946
(108,121,70)
#626D3F
(98,109,63)
#586138
(88,97,56)
#4E5531
(78,85,49)
#44492A
(68,73,42)
#3A3D23
(58,61,35)
#30311C
(48,49,28)
#262515
(38,37,21)
#1C190E
(28,25,14)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #76854D

#76854D
(118,133,77)
#82905D
(130,144,93)
#8E9B6D
(142,155,109)
#9AA67D
(154,166,125)
#A6B18D
(166,177,141)
#B2BC9D
(178,188,157)
#BEC7AD
(190,199,173)
#CAD2BD
(202,210,189)
#D6DDCD
(214,221,205)
#E2E8DD
(226,232,221)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76854D color. Also use rgb(118,133,77) instead hex code.

Text Font Color

.myTextColor { color: #76854D; }

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

This text font color is #76854D.


Background Color

.myBgColor { background-color: #76854D; }

<div style="background-color:#76854D">Inner text</div>

This div background color is #76854D.


Border color

.myBorderColor { border: 1px solid #76854D; }

<div style="border:3px solid #76854D">Div</div>

This div border color is #76854D.


Opacity

.myOpacity80 { color: #76854D; opacity: 0.8; }

<p style="color:#76854D;opacity:0.8;">80%</p>

Text with #76854D 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 #76854D;}

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

This text has shadow with #76854D color.

.textShadow {text-shadow: 3px 3px 1px #76854D, 3px 3px 1px red;}

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

This text has shadow with #76854D primary color and red secondary color.


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

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

This text has shadow with #76854D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76854D on black background.


Color preview on white background

This text has color #76854D on white background.



Black color preview on #76854D background

This text has black color on #76854D background.


White color preview on #76854D background

This text has white color on #76854D background.