COLOR #774350

HEX: #774350
RGB: (119,67,80)

Renk bilgisi

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

RGB renk modeli

#774350 color RGB value is (119,67,80).

  • kırmız ton 119;
  • yeşil ton 67;
  • mavi ton 80.
RGB:
(119,67,80)
(47%,26%,31%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 67 of 255 = 26%
B 80 of 255 = 31%

119
67
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 67 + 80 = 266 (100%)
R 119 of 266 ~ 44.74%
G 67 of 266 ~ 25.19%
B 80 of 266 ~ 30.08%

%44.74
%25.19
%30.08

CMYK RENK MODELİ

#774350 rengi CMYK tonu (0,44,33,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.70%
  • sarı tonu 32.77%
  • ana renk tonu 53.33%
CMYK:
(0,44,33,53)
C0M44Y33K53 
(0%,44%,33%,53%)
(0.00/0.44/0.33/0.53)	

CMYK yüzdeleri

%0
%43.7
%32.77
%53.33

Codes

Color #774350 in popluar color models

774350
RGB1196780
HSL345°27.96%36.47%
HSB/HSV345°43.70%46.67%
CMYK0.00%43.70%32.77%
53.33%

Color #774350 in popluar number systems.

HEX774350
Decimal1196780
Binary111011110000111010000
Octal167103120

Shades and tints

Shades of #774350

#774350
(119,67,80)
#6D3D49
(109,61,73)
#633742
(99,55,66)
#59313B
(89,49,59)
#4F2B34
(79,43,52)
#45252D
(69,37,45)
#3B1F26
(59,31,38)
#31191F
(49,25,31)
#271318
(39,19,24)
#1D0D11
(29,13,17)
#13070A
(19,7,10)
#000000
(0,0,0)

Tints of #774350

#774350
(119,67,80)
#83545F
(131,84,95)
#8F656E
(143,101,110)
#9B767D
(155,118,125)
#A7878C
(167,135,140)
#B3989B
(179,152,155)
#BFA9AA
(191,169,170)
#CBBAB9
(203,186,185)
#D7CBC8
(215,203,200)
#E3DCD7
(227,220,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774350 color. Also use rgb(119,67,80) instead hex code.

Text Font Color

.myTextColor { color: #774350; }

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

This text font color is #774350.


Background Color

.myBgColor { background-color: #774350; }

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

This div background color is #774350.


Border color

.myBorderColor { border: 1px solid #774350; }

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

This div border color is #774350.


Opacity

.myOpacity80 { color: #774350; opacity: 0.8; }

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

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

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

This text has shadow with #774350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774350 on black background.


Color preview on white background

This text has color #774350 on white background.



Black color preview on #774350 background

This text has black color on #774350 background.


White color preview on #774350 background

This text has white color on #774350 background.