COLOR #737E76

HEX: #737E76
RGB: (115,126,118)

Renk bilgisi

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

RGB renk modeli

#737E76 color RGB value is (115,126,118).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 126 of 255 = 49%
B 118 of 255 = 46%

115
126
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 126 + 118 = 359 (100%)
R 115 of 359 ~ 32.03%
G 126 of 359 ~ 35.1%
B 118 of 359 ~ 32.87%

%32.03
%35.1
%32.87

CMYK RENK MODELİ

#737E76 rengi CMYK tonu (9,0,6,51).

  • camgöbeği tonu 8.73%
  • eflatun tonu 0.00%
  • sarı tonu 6.35%
  • ana renk tonu 50.59%
CMYK:
(9,0,6,51)
C9M0Y6K51 
(9%,0%,6%,51%)
(0.09/0.00/0.06/0.51)	

CMYK yüzdeleri

%8.73
%0
%6.35
%50.59

Codes

Color #737E76 in popluar color models

737E76
RGB115126118
HSL136°4.56%47.25%
HSB/HSV136°8.73%49.41%
CMYK8.73%0.00%6.35%
50.59%

Color #737E76 in popluar number systems.

HEX737E76
Decimal115126118
Binary111001111111101110110
Octal163176166

Shades and tints

Shades of #737E76

#737E76
(115,126,118)
#69736C
(105,115,108)
#5F6862
(95,104,98)
#555D58
(85,93,88)
#4B524E
(75,82,78)
#414744
(65,71,68)
#373C3A
(55,60,58)
#2D3130
(45,49,48)
#232626
(35,38,38)
#191B1C
(25,27,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #737E76

#737E76
(115,126,118)
#7F8982
(127,137,130)
#8B948E
(139,148,142)
#979F9A
(151,159,154)
#A3AAA6
(163,170,166)
#AFB5B2
(175,181,178)
#BBC0BE
(187,192,190)
#C7CBCA
(199,203,202)
#D3D6D6
(211,214,214)
#DFE1E2
(223,225,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737E76 color. Also use rgb(115,126,118) instead hex code.

Text Font Color

.myTextColor { color: #737E76; }

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

This text font color is #737E76.


Background Color

.myBgColor { background-color: #737E76; }

<div style="background-color:#737E76">Inner text</div>

This div background color is #737E76.


Border color

.myBorderColor { border: 1px solid #737E76; }

<div style="border:3px solid #737E76">Div</div>

This div border color is #737E76.


Opacity

.myOpacity80 { color: #737E76; opacity: 0.8; }

<p style="color:#737E76;opacity:0.8;">80%</p>

Text with #737E76 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 #737E76;}

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

This text has shadow with #737E76 color.

.textShadow {text-shadow: 3px 3px 1px #737E76, 3px 3px 1px red;}

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

This text has shadow with #737E76 primary color and red secondary color.


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

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

This text has shadow with #737E76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E76 on black background.


Color preview on white background

This text has color #737E76 on white background.



Black color preview on #737E76 background

This text has black color on #737E76 background.


White color preview on #737E76 background

This text has white color on #737E76 background.