COLOR #77474D

HEX: #77474D
RGB: (119,71,77)

Renk bilgisi

#77474D contains red, green and blue colors in about the same proportion. #77474D ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#77474D color RGB value is (119,71,77).

  • kırmız ton 119;
  • yeşil ton 71;
  • mavi ton 77.
RGB:
(119,71,77)
(47%,28%,30%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 71 of 255 = 28%
B 77 of 255 = 30%

119
71
77

R + G + B ~ 35%. #77474D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 71 + 77 = 267 (100%)
R 119 of 267 ~ 44.57%
G 71 of 267 ~ 26.59%
B 77 of 267 ~ 28.84%

%44.57
%26.59
%28.84

CMYK RENK MODELİ

#77474D rengi CMYK tonu (0,40,35,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.34%
  • sarı tonu 35.29%
  • ana renk tonu 53.33%
CMYK:
(0,40,35,53)
C0M40Y35K53 
(0%,40%,35%,53%)
(0.00/0.40/0.35/0.53)	

CMYK yüzdeleri

%0
%40.34
%35.29
%53.33

Codes

Color #77474D in popluar color models

77474D
RGB1197177
HSL353°25.26%37.25%
HSB/HSV353°40.34%46.67%
CMYK0.00%40.34%35.29%
53.33%

Color #77474D in popluar number systems.

HEX77474D
Decimal1197177
Binary111011110001111001101
Octal167107115

Shades and tints

Shades of #77474D

#77474D
(119,71,77)
#6D4146
(109,65,70)
#633B3F
(99,59,63)
#593538
(89,53,56)
#4F2F31
(79,47,49)
#45292A
(69,41,42)
#3B2323
(59,35,35)
#311D1C
(49,29,28)
#271715
(39,23,21)
#1D110E
(29,17,14)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #77474D

#77474D
(119,71,77)
#83575D
(131,87,93)
#8F676D
(143,103,109)
#9B777D
(155,119,125)
#A7878D
(167,135,141)
#B3979D
(179,151,157)
#BFA7AD
(191,167,173)
#CBB7BD
(203,183,189)
#D7C7CD
(215,199,205)
#E3D7DD
(227,215,221)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77474D color. Also use rgb(119,71,77) instead hex code.

Text Font Color

.myTextColor { color: #77474D; }

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

This text font color is #77474D.


Background Color

.myBgColor { background-color: #77474D; }

<div style="background-color:#77474D">Inner text</div>

This div background color is #77474D.


Border color

.myBorderColor { border: 1px solid #77474D; }

<div style="border:3px solid #77474D">Div</div>

This div border color is #77474D.


Opacity

.myOpacity80 { color: #77474D; opacity: 0.8; }

<p style="color:#77474D;opacity:0.8;">80%</p>

Text with #77474D 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 #77474D;}

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

This text has shadow with #77474D color.

.textShadow {text-shadow: 3px 3px 1px #77474D, 3px 3px 1px red;}

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

This text has shadow with #77474D primary color and red secondary color.


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

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

This text has shadow with #77474D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77474D on black background.


Color preview on white background

This text has color #77474D on white background.



Black color preview on #77474D background

This text has black color on #77474D background.


White color preview on #77474D background

This text has white color on #77474D background.