COLOR #774B21

HEX: #774B21
RGB: (119,75,33)

Renk bilgisi

#774B21 contains mainly red and green colors. #774B21 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#774B21 color RGB value is (119,75,33).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 75 of 255 = 29%
B 33 of 255 = 13%

119
75
33

R + G + B ~ 30%. #774B21 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 75 + 33 = 227 (100%)
R 119 of 227 ~ 52.42%
G 75 of 227 ~ 33.04%
B 33 of 227 ~ 14.54%

%52.42
%33.04
%14.54

CMYK RENK MODELİ

#774B21 rengi CMYK tonu (0,37,72,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.97%
  • sarı tonu 72.27%
  • ana renk tonu 53.33%
CMYK:
(0,37,72,53)
C0M37Y72K53 
(0%,37%,72%,53%)
(0.00/0.37/0.72/0.53)	

CMYK yüzdeleri

%0
%36.97
%72.27
%53.33

Codes

Color #774B21 in popluar color models

774B21
RGB1197533
HSL29°56.58%29.80%
HSB/HSV29°72.27%46.67%
CMYK0.00%36.97%72.27%
53.33%

Color #774B21 in popluar number systems.

HEX774B21
Decimal1197533
Binary11101111001011100001
Octal16711341

Shades and tints

Shades of #774B21

#774B21
(119,75,33)
#6D451E
(109,69,30)
#633F1B
(99,63,27)
#593918
(89,57,24)
#4F3315
(79,51,21)
#452D12
(69,45,18)
#3B270F
(59,39,15)
#31210C
(49,33,12)
#271B09
(39,27,9)
#1D1506
(29,21,6)
#130F03
(19,15,3)
#000000
(0,0,0)

Tints of #774B21

#774B21
(119,75,33)
#835B35
(131,91,53)
#8F6B49
(143,107,73)
#9B7B5D
(155,123,93)
#A78B71
(167,139,113)
#B39B85
(179,155,133)
#BFAB99
(191,171,153)
#CBBBAD
(203,187,173)
#D7CBC1
(215,203,193)
#E3DBD5
(227,219,213)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774B21; }

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

This text font color is #774B21.


Background Color

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

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

This div background color is #774B21.


Border color

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

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

This div border color is #774B21.


Opacity

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

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

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

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

This text has shadow with #774B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774B21 on black background.


Color preview on white background

This text has color #774B21 on white background.



Black color preview on #774B21 background

This text has black color on #774B21 background.


White color preview on #774B21 background

This text has white color on #774B21 background.