COLOR #774B00

HEX: #774B00
RGB: (119,75,0)

Renk bilgisi

#774B00 contains only red and green colors. #774B00 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#774B00 color RGB value is (119,75,0).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 75 of 255 = 29%
B 0 of 255 = 0%

119
75
0

R + G + B ~ 25%. #774B00 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 75 + 0 = 194 (100%)
R 119 of 194 ~ 61.34%
G 75 of 194 ~ 38.66%
B 0 of 194 ~ 0%

%61.34
%38.66

CMYK RENK MODELİ

#774B00 rengi CMYK tonu (0,37,100,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.97%
  • sarı tonu 100.00%
  • ana renk tonu 53.33%
CMYK:
(0,37,100,53)
C0M37Y100K53 
(0%,37%,100%,53%)
(0.00/0.37/1.00/0.53)	

CMYK yüzdeleri

%0
%36.97
%100
%53.33

Codes

Color #774B00 in popluar color models

774B00
RGB119750
HSL38°100.00%23.33%
HSB/HSV38°100.00%46.67%
CMYK0.00%36.97%100.00%
53.33%

Color #774B00 in popluar number systems.

HEX774B00
Decimal119750
Binary111011110010110
Octal1671130

Shades and tints

Shades of #774B00

#774B00
(119,75,0)
#6D4500
(109,69,0)
#633F00
(99,63,0)
#593900
(89,57,0)
#4F3300
(79,51,0)
#452D00
(69,45,0)
#3B2700
(59,39,0)
#312100
(49,33,0)
#271B00
(39,27,0)
#1D1500
(29,21,0)
#130F00
(19,15,0)
#000000
(0,0,0)

Tints of #774B00

#774B00
(119,75,0)
#835B17
(131,91,23)
#8F6B2E
(143,107,46)
#9B7B45
(155,123,69)
#A78B5C
(167,139,92)
#B39B73
(179,155,115)
#BFAB8A
(191,171,138)
#CBBBA1
(203,187,161)
#D7CBB8
(215,203,184)
#E3DBCF
(227,219,207)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774B00; }

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

This text font color is #774B00.


Background Color

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

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

This div background color is #774B00.


Border color

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

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

This div border color is #774B00.


Opacity

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

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

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

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

This text has shadow with #774B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774B00 on black background.


Color preview on white background

This text has color #774B00 on white background.



Black color preview on #774B00 background

This text has black color on #774B00 background.


White color preview on #774B00 background

This text has white color on #774B00 background.