COLOR #775F61

HEX: #775F61
RGB: (119,95,97)

Renk bilgisi

#775F61 contains red, green and blue colors in about the same proportion. #775F61 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#775F61 color RGB value is (119,95,97).

  • kırmız ton 119;
  • yeşil ton 95;
  • mavi ton 97.
RGB:
(119,95,97)
(47%,37%,38%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 95 of 255 = 37%
B 97 of 255 = 38%

119
95
97

R + G + B ~ 41%. #775F61 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 95 + 97 = 311 (100%)
R 119 of 311 ~ 38.26%
G 95 of 311 ~ 30.55%
B 97 of 311 ~ 31.19%

%38.26
%30.55
%31.19

CMYK RENK MODELİ

#775F61 rengi CMYK tonu (0,20,18,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.17%
  • sarı tonu 18.49%
  • ana renk tonu 53.33%
CMYK:
(0,20,18,53)
C0M20Y18K53 
(0%,20%,18%,53%)
(0.00/0.20/0.18/0.53)	

CMYK yüzdeleri

%0
%20.17
%18.49
%53.33

Codes

Color #775F61 in popluar color models

775F61
RGB1199597
HSL355°11.21%41.96%
HSB/HSV355°20.17%46.67%
CMYK0.00%20.17%18.49%
53.33%

Color #775F61 in popluar number systems.

HEX775F61
Decimal1199597
Binary111011110111111100001
Octal167137141

Shades and tints

Shades of #775F61

#775F61
(119,95,97)
#6D5759
(109,87,89)
#634F51
(99,79,81)
#594749
(89,71,73)
#4F3F41
(79,63,65)
#453739
(69,55,57)
#3B2F31
(59,47,49)
#312729
(49,39,41)
#271F21
(39,31,33)
#1D1719
(29,23,25)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #775F61

#775F61
(119,95,97)
#836D6F
(131,109,111)
#8F7B7D
(143,123,125)
#9B898B
(155,137,139)
#A79799
(167,151,153)
#B3A5A7
(179,165,167)
#BFB3B5
(191,179,181)
#CBC1C3
(203,193,195)
#D7CFD1
(215,207,209)
#E3DDDF
(227,221,223)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775F61 color. Also use rgb(119,95,97) instead hex code.

Text Font Color

.myTextColor { color: #775F61; }

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

This text font color is #775F61.


Background Color

.myBgColor { background-color: #775F61; }

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

This div background color is #775F61.


Border color

.myBorderColor { border: 1px solid #775F61; }

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

This div border color is #775F61.


Opacity

.myOpacity80 { color: #775F61; opacity: 0.8; }

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

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

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

This text has shadow with #775F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775F61 on black background.


Color preview on white background

This text has color #775F61 on white background.



Black color preview on #775F61 background

This text has black color on #775F61 background.


White color preview on #775F61 background

This text has white color on #775F61 background.