COLOR #777B51

HEX: #777B51 RGB: (119,123,81)

Renk bilgisi

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

RGB renk modeli

#777B51 color RGB value is (119,123,81).

RGB: (119,123,81) (47%, 48%, 32%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 123 of 255 = 48%
B 81 of 255 = 32%

119
123
81

R + G + B ~ 42%. #777B51 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 119 + 123 + 81 = 323 (100%)
R 119 of 323 ~ 36.84%
G 123 of 323 ~ 38.08%
B 81 of 323 ~ 25.08'%

%36.84
%38.08
%25.08

CMYK RENK MODELİ

#777B51 rengi CMYK tonu (3,0,34,52).

  • camgöbeği tonu 3.25%
  • eflatun tonu 0.00%
  • sarı tonu 34.15%
  • ana renk tonu 51.76%

CMYK: (3,0,34,52)
C3M0Y34K52 (3%, 0%, 34%, 52%)
(0.03 / 0.00 / 0.34 / 0.52)

CMYK yüzdeleri

%3.25
%0
%34.15
%51.76

Codes

Color #777B51 in popluar color models

77 7B 51
RGB 119 123 81
HSL 66° 20.59% 40.00%
HSB/HSV 66° 34.15% 48.24%
CMYK 3.25% 0.00% 34.15%
51.76%

Color #777B51 in popluar number systems.

HEX 77 7B 51
Decimal 119 123 81
Binary 1110111 1111011 1010001
Octal 167 173 121

Shades and tints

Shades of #777B51

#777B51
(119,123,81)
#6D704A
(109,112,74)
#636543
(99,101,67)
#595A3C
(89,90,60)
#4F4F35
(79,79,53)
#45442E
(69,68,46)
#3B3927
(59,57,39)
#312E20
(49,46,32)
#272319
(39,35,25)
#1D1812
(29,24,18)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #777B51

#777B51
(119,123,81)
#838760
(131,135,96)
#8F936F
(143,147,111)
#9B9F7E
(155,159,126)
#A7AB8D
(167,171,141)
#B3B79C
(179,183,156)
#BFC3AB
(191,195,171)
#CBCFBA
(203,207,186)
#D7DBC9
(215,219,201)
#E3E7D8
(227,231,216)
#EFF3E7
(239,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777B51 color. Also use rgb(119,123,81) instead hex code.

Text Font Color

.myTextColor { color: #777B51; }

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

This text font color is #777B51.

Background Color

.myBgColor { background-color: #777B51; }

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

This div background color is #777B51.

Border color

.myBorderColor { border: 1px solid #777B51; }

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

This div border color is #777B51.

Opacity

.myOpacity80 { color: #777B51; opacity: 0.8; }

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

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

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

This text has shadow with #777B51 color.


.textShadow {text-shadow: 3px 3px 1px #777B51', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #777B51; -webkit-box-shadow: 1px 1px 3px 2px #777B51; box-shadow:1px 1px 3px 2px #777B51;">
Div content here
</div>

This div box has shadow with color #777B51.

Preview

Color preview on black background

This text has color #777B51 on black background.


Color preview on white background

This text has color #777B51 on white background.


Black color preview on #777B51 background

This text has black color on #777B51 background.


White color preview on #777B51 background

This text has white color on #777B51 background.


Related colors

Complementary color

Complementary color for #hex is #8884AE.


I love getcolorcode.com

Triadic colors

1 #51777B and #7B5177 with #777B51 are triadic colors.

2 #517B77 and #7B7751 with #777B51 are triadic colors.