COLOR #774C65

HEX: #774C65
RGB: (119,76,101)

Renk bilgisi

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

RGB renk modeli

#774C65 color RGB value is (119,76,101).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 76 of 255 = 30%
B 101 of 255 = 40%

119
76
101

R + G + B ~ 39%. #774C65 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 76 + 101 = 296 (100%)
R 119 of 296 ~ 40.2%
G 76 of 296 ~ 25.68%
B 101 of 296 ~ 34.12%

%40.2
%25.68
%34.12

CMYK RENK MODELİ

#774C65 rengi CMYK tonu (0,36,15,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.13%
  • sarı tonu 15.13%
  • ana renk tonu 53.33%
CMYK:
(0,36,15,53)
C0M36Y15K53 
(0%,36%,15%,53%)
(0.00/0.36/0.15/0.53)	

CMYK yüzdeleri

%0
%36.13
%15.13
%53.33

Codes

Color #774C65 in popluar color models

774C65
RGB11976101
HSL325°22.05%38.24%
HSB/HSV325°36.13%46.67%
CMYK0.00%36.13%15.13%
53.33%

Color #774C65 in popluar number systems.

HEX774C65
Decimal11976101
Binary111011110011001100101
Octal167114145

Shades and tints

Shades of #774C65

#774C65
(119,76,101)
#6D465C
(109,70,92)
#634053
(99,64,83)
#593A4A
(89,58,74)
#4F3441
(79,52,65)
#452E38
(69,46,56)
#3B282F
(59,40,47)
#312226
(49,34,38)
#271C1D
(39,28,29)
#1D1614
(29,22,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #774C65

#774C65
(119,76,101)
#835C73
(131,92,115)
#8F6C81
(143,108,129)
#9B7C8F
(155,124,143)
#A78C9D
(167,140,157)
#B39CAB
(179,156,171)
#BFACB9
(191,172,185)
#CBBCC7
(203,188,199)
#D7CCD5
(215,204,213)
#E3DCE3
(227,220,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774C65; }

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

This text font color is #774C65.


Background Color

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

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

This div background color is #774C65.


Border color

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

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

This div border color is #774C65.


Opacity

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

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

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

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

This text has shadow with #774C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774C65 on black background.


Color preview on white background

This text has color #774C65 on white background.



Black color preview on #774C65 background

This text has black color on #774C65 background.


White color preview on #774C65 background

This text has white color on #774C65 background.