COLOR #74877C

HEX: #74877C
RGB: (116,135,124)

Renk bilgisi

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

RGB renk modeli

#74877C color RGB value is (116,135,124).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 135 of 255 = 53%
B 124 of 255 = 49%

116
135
124

R + G + B ~ 49%. #74877C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 135 + 124 = 375 (100%)
R 116 of 375 ~ 30.93%
G 135 of 375 ~ 36%
B 124 of 375 ~ 33.07%

%30.93
%36
%33.07

CMYK RENK MODELİ

#74877C rengi CMYK tonu (14,0,8,47).

  • camgöbeği tonu 14.07%
  • eflatun tonu 0.00%
  • sarı tonu 8.15%
  • ana renk tonu 47.06%
CMYK:
(14,0,8,47)
C14M0Y8K47 
(14%,0%,8%,47%)
(0.14/0.00/0.08/0.47)	

CMYK yüzdeleri

%14.07
%0
%8.15
%47.06

Codes

Color #74877C in popluar color models

74877C
RGB116135124
HSL145°7.57%49.22%
HSB/HSV145°14.07%52.94%
CMYK14.07%0.00%8.15%
47.06%

Color #74877C in popluar number systems.

HEX74877C
Decimal116135124
Binary1110100100001111111100
Octal164207174

Shades and tints

Shades of #74877C

#74877C
(116,135,124)
#6A7B71
(106,123,113)
#606F66
(96,111,102)
#56635B
(86,99,91)
#4C5750
(76,87,80)
#424B45
(66,75,69)
#383F3A
(56,63,58)
#2E332F
(46,51,47)
#242724
(36,39,36)
#1A1B19
(26,27,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #74877C

#74877C
(116,135,124)
#809187
(128,145,135)
#8C9B92
(140,155,146)
#98A59D
(152,165,157)
#A4AFA8
(164,175,168)
#B0B9B3
(176,185,179)
#BCC3BE
(188,195,190)
#C8CDC9
(200,205,201)
#D4D7D4
(212,215,212)
#E0E1DF
(224,225,223)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74877C color. Also use rgb(116,135,124) instead hex code.

Text Font Color

.myTextColor { color: #74877C; }

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

This text font color is #74877C.


Background Color

.myBgColor { background-color: #74877C; }

<div style="background-color:#74877C">Inner text</div>

This div background color is #74877C.


Border color

.myBorderColor { border: 1px solid #74877C; }

<div style="border:3px solid #74877C">Div</div>

This div border color is #74877C.


Opacity

.myOpacity80 { color: #74877C; opacity: 0.8; }

<p style="color:#74877C;opacity:0.8;">80%</p>

Text with #74877C 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 #74877C;}

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

This text has shadow with #74877C color.

.textShadow {text-shadow: 3px 3px 1px #74877C, 3px 3px 1px red;}

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

This text has shadow with #74877C primary color and red secondary color.


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

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

This text has shadow with #74877C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74877C on black background.


Color preview on white background

This text has color #74877C on white background.



Black color preview on #74877C background

This text has black color on #74877C background.


White color preview on #74877C background

This text has white color on #74877C background.