COLOR #774B59

HEX: #774B59
RGB: (119,75,89)

Renk bilgisi

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

RGB renk modeli

#774B59 color RGB value is (119,75,89).

  • kırmız ton 119;
  • yeşil ton 75;
  • mavi ton 89.
RGB:
(119,75,89)
(47%,29%,35%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 75 of 255 = 29%
B 89 of 255 = 35%

119
75
89

R + G + B ~ 37%. #774B59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 75 + 89 = 283 (100%)
R 119 of 283 ~ 42.05%
G 75 of 283 ~ 26.5%
B 89 of 283 ~ 31.45%

%42.05
%26.5
%31.45

CMYK RENK MODELİ

#774B59 rengi CMYK tonu (0,37,25,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.97%
  • sarı tonu 25.21%
  • ana renk tonu 53.33%
CMYK:
(0,37,25,53)
C0M37Y25K53 
(0%,37%,25%,53%)
(0.00/0.37/0.25/0.53)	

CMYK yüzdeleri

%0
%36.97
%25.21
%53.33

Codes

Color #774B59 in popluar color models

774B59
RGB1197589
HSL341°22.68%38.04%
HSB/HSV341°36.97%46.67%
CMYK0.00%36.97%25.21%
53.33%

Color #774B59 in popluar number systems.

HEX774B59
Decimal1197589
Binary111011110010111011001
Octal167113131

Shades and tints

Shades of #774B59

#774B59
(119,75,89)
#6D4551
(109,69,81)
#633F49
(99,63,73)
#593941
(89,57,65)
#4F3339
(79,51,57)
#452D31
(69,45,49)
#3B2729
(59,39,41)
#312121
(49,33,33)
#271B19
(39,27,25)
#1D1511
(29,21,17)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #774B59

#774B59
(119,75,89)
#835B68
(131,91,104)
#8F6B77
(143,107,119)
#9B7B86
(155,123,134)
#A78B95
(167,139,149)
#B39BA4
(179,155,164)
#BFABB3
(191,171,179)
#CBBBC2
(203,187,194)
#D7CBD1
(215,203,209)
#E3DBE0
(227,219,224)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774B59 color. Also use rgb(119,75,89) instead hex code.

Text Font Color

.myTextColor { color: #774B59; }

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

This text font color is #774B59.


Background Color

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

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

This div background color is #774B59.


Border color

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

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

This div border color is #774B59.


Opacity

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

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

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

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

This text has shadow with #774B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774B59 on black background.


Color preview on white background

This text has color #774B59 on white background.



Black color preview on #774B59 background

This text has black color on #774B59 background.


White color preview on #774B59 background

This text has white color on #774B59 background.