COLOR #775633

HEX: #775633
RGB: (119,86,51)

Renk bilgisi

#775633 contains mainly red and green colors. #775633 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#775633 color RGB value is (119,86,51).

  • kırmız ton 119;
  • yeşil ton 86;
  • mavi ton 51.
RGB:
(119,86,51)
(47%,34%,20%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 86 of 255 = 34%
B 51 of 255 = 20%

119
86
51

R + G + B ~ 34%. #775633 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 86 + 51 = 256 (100%)
R 119 of 256 ~ 46.48%
G 86 of 256 ~ 33.59%
B 51 of 256 ~ 19.92%

%46.48
%33.59
%19.92

CMYK RENK MODELİ

#775633 rengi CMYK tonu (0,28,57,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.73%
  • sarı tonu 57.14%
  • ana renk tonu 53.33%
CMYK:
(0,28,57,53)
C0M28Y57K53 
(0%,28%,57%,53%)
(0.00/0.28/0.57/0.53)	

CMYK yüzdeleri

%0
%27.73
%57.14
%53.33

Codes

Color #775633 in popluar color models

775633
RGB1198651
HSL31°40.00%33.33%
HSB/HSV31°57.14%46.67%
CMYK0.00%27.73%57.14%
53.33%

Color #775633 in popluar number systems.

HEX775633
Decimal1198651
Binary11101111010110110011
Octal16712663

Shades and tints

Shades of #775633

#775633
(119,86,51)
#6D4F2F
(109,79,47)
#63482B
(99,72,43)
#594127
(89,65,39)
#4F3A23
(79,58,35)
#45331F
(69,51,31)
#3B2C1B
(59,44,27)
#312517
(49,37,23)
#271E13
(39,30,19)
#1D170F
(29,23,15)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #775633

#775633
(119,86,51)
#836545
(131,101,69)
#8F7457
(143,116,87)
#9B8369
(155,131,105)
#A7927B
(167,146,123)
#B3A18D
(179,161,141)
#BFB09F
(191,176,159)
#CBBFB1
(203,191,177)
#D7CEC3
(215,206,195)
#E3DDD5
(227,221,213)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775633 color. Also use rgb(119,86,51) instead hex code.

Text Font Color

.myTextColor { color: #775633; }

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

This text font color is #775633.


Background Color

.myBgColor { background-color: #775633; }

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

This div background color is #775633.


Border color

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

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

This div border color is #775633.


Opacity

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

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

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

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

This text has shadow with #775633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775633 on black background.


Color preview on white background

This text has color #775633 on white background.



Black color preview on #775633 background

This text has black color on #775633 background.


White color preview on #775633 background

This text has white color on #775633 background.