COLOR #774D4C

HEX: #774D4C
RGB: (119,77,76)

Renk bilgisi

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

RGB renk modeli

#774D4C color RGB value is (119,77,76).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 77 of 255 = 30%
B 76 of 255 = 30%

119
77
76

R + G + B ~ 36%. #774D4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 77 + 76 = 272 (100%)
R 119 of 272 ~ 43.75%
G 77 of 272 ~ 28.31%
B 76 of 272 ~ 27.94%

%43.75
%28.31
%27.94

CMYK RENK MODELİ

#774D4C rengi CMYK tonu (0,35,36,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.29%
  • sarı tonu 36.13%
  • ana renk tonu 53.33%
CMYK:
(0,35,36,53)
C0M35Y36K53 
(0%,35%,36%,53%)
(0.00/0.35/0.36/0.53)	

CMYK yüzdeleri

%0
%35.29
%36.13
%53.33

Codes

Color #774D4C in popluar color models

774D4C
RGB1197776
HSL22.05%38.24%
HSB/HSV36.13%46.67%
CMYK0.00%35.29%36.13%
53.33%

Color #774D4C in popluar number systems.

HEX774D4C
Decimal1197776
Binary111011110011011001100
Octal167115114

Shades and tints

Shades of #774D4C

#774D4C
(119,77,76)
#6D4646
(109,70,70)
#633F40
(99,63,64)
#59383A
(89,56,58)
#4F3134
(79,49,52)
#452A2E
(69,42,46)
#3B2328
(59,35,40)
#311C22
(49,28,34)
#27151C
(39,21,28)
#1D0E16
(29,14,22)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #774D4C

#774D4C
(119,77,76)
#835D5C
(131,93,92)
#8F6D6C
(143,109,108)
#9B7D7C
(155,125,124)
#A78D8C
(167,141,140)
#B39D9C
(179,157,156)
#BFADAC
(191,173,172)
#CBBDBC
(203,189,188)
#D7CDCC
(215,205,204)
#E3DDDC
(227,221,220)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774D4C color. Also use rgb(119,77,76) instead hex code.

Text Font Color

.myTextColor { color: #774D4C; }

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

This text font color is #774D4C.


Background Color

.myBgColor { background-color: #774D4C; }

<div style="background-color:#774D4C">Inner text</div>

This div background color is #774D4C.


Border color

.myBorderColor { border: 1px solid #774D4C; }

<div style="border:3px solid #774D4C">Div</div>

This div border color is #774D4C.


Opacity

.myOpacity80 { color: #774D4C; opacity: 0.8; }

<p style="color:#774D4C;opacity:0.8;">80%</p>

Text with #774D4C 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 #774D4C;}

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

This text has shadow with #774D4C color.

.textShadow {text-shadow: 3px 3px 1px #774D4C, 3px 3px 1px red;}

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

This text has shadow with #774D4C primary color and red secondary color.


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

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

This text has shadow with #774D4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774D4C on black background.


Color preview on white background

This text has color #774D4C on white background.



Black color preview on #774D4C background

This text has black color on #774D4C background.


White color preview on #774D4C background

This text has white color on #774D4C background.