COLOR #74A077

HEX: #74A077
RGB: (116,160,119)

Renk bilgisi

#74A077 contains red, green and blue colors in about the same proportion. #74A077 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74A077 color RGB value is (116,160,119).

  • kırmız ton 116;
  • yeşil ton 160;
  • mavi ton 119.
RGB:
(116,160,119)
(45%,63%,47%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 160 of 255 = 63%
B 119 of 255 = 47%

116
160
119

R + G + B ~ 52%. #74A077 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 160 + 119 = 395 (100%)
R 116 of 395 ~ 29.37%
G 160 of 395 ~ 40.51%
B 119 of 395 ~ 30.13%

%29.37
%40.51
%30.13

CMYK RENK MODELİ

#74A077 rengi CMYK tonu (28,0,26,37).

  • camgöbeği tonu 27.50%
  • eflatun tonu 0.00%
  • sarı tonu 25.63%
  • ana renk tonu 37.25%
CMYK:
(28,0,26,37)
C28M0Y26K37 
(28%,0%,26%,37%)
(0.28/0.00/0.26/0.37)	

CMYK yüzdeleri

%27.5
%0
%25.63
%37.25

Codes

Color #74A077 in popluar color models

74A077
RGB116160119
HSL124°18.80%54.12%
HSB/HSV124°27.50%62.75%
CMYK27.50%0.00%25.63%
37.25%

Color #74A077 in popluar number systems.

HEX74A077
Decimal116160119
Binary1110100101000001110111
Octal164240167

Shades and tints

Shades of #74A077

#74A077
(116,160,119)
#6A926D
(106,146,109)
#608463
(96,132,99)
#567659
(86,118,89)
#4C684F
(76,104,79)
#425A45
(66,90,69)
#384C3B
(56,76,59)
#2E3E31
(46,62,49)
#243027
(36,48,39)
#1A221D
(26,34,29)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #74A077

#74A077
(116,160,119)
#80A883
(128,168,131)
#8CB08F
(140,176,143)
#98B89B
(152,184,155)
#A4C0A7
(164,192,167)
#B0C8B3
(176,200,179)
#BCD0BF
(188,208,191)
#C8D8CB
(200,216,203)
#D4E0D7
(212,224,215)
#E0E8E3
(224,232,227)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A077 color. Also use rgb(116,160,119) instead hex code.

Text Font Color

.myTextColor { color: #74A077; }

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

This text font color is #74A077.


Background Color

.myBgColor { background-color: #74A077; }

<div style="background-color:#74A077">Inner text</div>

This div background color is #74A077.


Border color

.myBorderColor { border: 1px solid #74A077; }

<div style="border:3px solid #74A077">Div</div>

This div border color is #74A077.


Opacity

.myOpacity80 { color: #74A077; opacity: 0.8; }

<p style="color:#74A077;opacity:0.8;">80%</p>

Text with #74A077 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 #74A077;}

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

This text has shadow with #74A077 color.

.textShadow {text-shadow: 3px 3px 1px #74A077, 3px 3px 1px red;}

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

This text has shadow with #74A077 primary color and red secondary color.


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

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

This text has shadow with #74A077 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A077 on black background.


Color preview on white background

This text has color #74A077 on white background.



Black color preview on #74A077 background

This text has black color on #74A077 background.


White color preview on #74A077 background

This text has white color on #74A077 background.