COLOR #775839

HEX: #775839
RGB: (119,88,57)

Renk bilgisi

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

RGB renk modeli

#775839 color RGB value is (119,88,57).

  • kırmız ton 119;
  • yeşil ton 88;
  • mavi ton 57.
RGB:
(119,88,57)
(47%,35%,22%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 88 of 255 = 35%
B 57 of 255 = 22%

119
88
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 88 + 57 = 264 (100%)
R 119 of 264 ~ 45.08%
G 88 of 264 ~ 33.33%
B 57 of 264 ~ 21.59%

%45.08
%33.33
%21.59

CMYK RENK MODELİ

#775839 rengi CMYK tonu (0,26,52,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.05%
  • sarı tonu 52.10%
  • ana renk tonu 53.33%
CMYK:
(0,26,52,53)
C0M26Y52K53 
(0%,26%,52%,53%)
(0.00/0.26/0.52/0.53)	

CMYK yüzdeleri

%0
%26.05
%52.1
%53.33

Codes

Color #775839 in popluar color models

775839
RGB1198857
HSL30°35.23%34.51%
HSB/HSV30°52.10%46.67%
CMYK0.00%26.05%52.10%
53.33%

Color #775839 in popluar number systems.

HEX775839
Decimal1198857
Binary11101111011000111001
Octal16713071

Shades and tints

Shades of #775839

#775839
(119,88,57)
#6D5034
(109,80,52)
#63482F
(99,72,47)
#59402A
(89,64,42)
#4F3825
(79,56,37)
#453020
(69,48,32)
#3B281B
(59,40,27)
#312016
(49,32,22)
#271811
(39,24,17)
#1D100C
(29,16,12)
#130807
(19,8,7)
#000000
(0,0,0)

Tints of #775839

#775839
(119,88,57)
#83674B
(131,103,75)
#8F765D
(143,118,93)
#9B856F
(155,133,111)
#A79481
(167,148,129)
#B3A393
(179,163,147)
#BFB2A5
(191,178,165)
#CBC1B7
(203,193,183)
#D7D0C9
(215,208,201)
#E3DFDB
(227,223,219)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775839 color. Also use rgb(119,88,57) instead hex code.

Text Font Color

.myTextColor { color: #775839; }

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

This text font color is #775839.


Background Color

.myBgColor { background-color: #775839; }

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

This div background color is #775839.


Border color

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

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

This div border color is #775839.


Opacity

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

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

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

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

This text has shadow with #775839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775839 on black background.


Color preview on white background

This text has color #775839 on white background.



Black color preview on #775839 background

This text has black color on #775839 background.


White color preview on #775839 background

This text has white color on #775839 background.