COLOR #737C74

HEX: #737C74
RGB: (115,124,116)

Renk bilgisi

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

RGB renk modeli

#737C74 color RGB value is (115,124,116).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 124 of 255 = 49%
B 116 of 255 = 45%

115
124
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 124 + 116 = 355 (100%)
R 115 of 355 ~ 32.39%
G 124 of 355 ~ 34.93%
B 116 of 355 ~ 32.68%

%32.39
%34.93
%32.68

CMYK RENK MODELİ

#737C74 rengi CMYK tonu (7,0,6,51).

  • camgöbeği tonu 7.26%
  • eflatun tonu 0.00%
  • sarı tonu 6.45%
  • ana renk tonu 51.37%
CMYK:
(7,0,6,51)
C7M0Y6K51 
(7%,0%,6%,51%)
(0.07/0.00/0.06/0.51)	

CMYK yüzdeleri

%7.26
%0
%6.45
%51.37

Codes

Color #737C74 in popluar color models

737C74
RGB115124116
HSL127°3.77%46.86%
HSB/HSV127°7.26%48.63%
CMYK7.26%0.00%6.45%
51.37%

Color #737C74 in popluar number systems.

HEX737C74
Decimal115124116
Binary111001111111001110100
Octal163174164

Shades and tints

Shades of #737C74

#737C74
(115,124,116)
#69716A
(105,113,106)
#5F6660
(95,102,96)
#555B56
(85,91,86)
#4B504C
(75,80,76)
#414542
(65,69,66)
#373A38
(55,58,56)
#2D2F2E
(45,47,46)
#232424
(35,36,36)
#19191A
(25,25,26)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #737C74

#737C74
(115,124,116)
#7F8780
(127,135,128)
#8B928C
(139,146,140)
#979D98
(151,157,152)
#A3A8A4
(163,168,164)
#AFB3B0
(175,179,176)
#BBBEBC
(187,190,188)
#C7C9C8
(199,201,200)
#D3D4D4
(211,212,212)
#DFDFE0
(223,223,224)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737C74 color. Also use rgb(115,124,116) instead hex code.

Text Font Color

.myTextColor { color: #737C74; }

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

This text font color is #737C74.


Background Color

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

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

This div background color is #737C74.


Border color

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

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

This div border color is #737C74.


Opacity

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

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

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

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

This text has shadow with #737C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737C74 on black background.


Color preview on white background

This text has color #737C74 on white background.



Black color preview on #737C74 background

This text has black color on #737C74 background.


White color preview on #737C74 background

This text has white color on #737C74 background.