COLOR #76736B

HEX: #76736B
RGB: (118,115,107)

Renk bilgisi

#76736B contains red, green and blue colors in about the same proportion. #76736B ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#76736B color RGB value is (118,115,107).

  • kırmız ton 118;
  • yeşil ton 115;
  • mavi ton 107.
RGB:
(118,115,107)
(46%,45%,42%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 115 of 255 = 45%
B 107 of 255 = 42%

118
115
107

R + G + B ~ 44%. #76736B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 115 + 107 = 340 (100%)
R 118 of 340 ~ 34.71%
G 115 of 340 ~ 33.82%
B 107 of 340 ~ 31.47%

%34.71
%33.82
%31.47

CMYK RENK MODELİ

#76736B rengi CMYK tonu (0,3,9,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.54%
  • sarı tonu 9.32%
  • ana renk tonu 53.73%
CMYK:
(0,3,9,54)
C0M3Y9K54 
(0%,3%,9%,54%)
(0.00/0.03/0.09/0.54)	

CMYK yüzdeleri

%0
%2.54
%9.32
%53.73

Codes

Color #76736B in popluar color models

76736B
RGB118115107
HSL44°4.89%44.12%
HSB/HSV44°9.32%46.27%
CMYK0.00%2.54%9.32%
53.73%

Color #76736B in popluar number systems.

HEX76736B
Decimal118115107
Binary111011011100111101011
Octal166163153

Shades and tints

Shades of #76736B

#76736B
(118,115,107)
#6C6962
(108,105,98)
#625F59
(98,95,89)
#585550
(88,85,80)
#4E4B47
(78,75,71)
#44413E
(68,65,62)
#3A3735
(58,55,53)
#302D2C
(48,45,44)
#262323
(38,35,35)
#1C191A
(28,25,26)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #76736B

#76736B
(118,115,107)
#827F78
(130,127,120)
#8E8B85
(142,139,133)
#9A9792
(154,151,146)
#A6A39F
(166,163,159)
#B2AFAC
(178,175,172)
#BEBBB9
(190,187,185)
#CAC7C6
(202,199,198)
#D6D3D3
(214,211,211)
#E2DFE0
(226,223,224)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76736B color. Also use rgb(118,115,107) instead hex code.

Text Font Color

.myTextColor { color: #76736B; }

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

This text font color is #76736B.


Background Color

.myBgColor { background-color: #76736B; }

<div style="background-color:#76736B">Inner text</div>

This div background color is #76736B.


Border color

.myBorderColor { border: 1px solid #76736B; }

<div style="border:3px solid #76736B">Div</div>

This div border color is #76736B.


Opacity

.myOpacity80 { color: #76736B; opacity: 0.8; }

<p style="color:#76736B;opacity:0.8;">80%</p>

Text with #76736B 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 #76736B;}

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

This text has shadow with #76736B color.

.textShadow {text-shadow: 3px 3px 1px #76736B, 3px 3px 1px red;}

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

This text has shadow with #76736B primary color and red secondary color.


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

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

This text has shadow with #76736B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76736B on black background.


Color preview on white background

This text has color #76736B on white background.



Black color preview on #76736B background

This text has black color on #76736B background.


White color preview on #76736B background

This text has white color on #76736B background.