COLOR #77B199

HEX: #77B199
RGB: (119,177,153)

Renk bilgisi

#77B199 contains red, green and blue colors in about the same proportion. #77B199 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#77B199 color RGB value is (119,177,153).

  • kırmız ton 119;
  • yeşil ton 177;
  • mavi ton 153.
RGB:
(119,177,153)
(47%,69%,60%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 177 of 255 = 69%
B 153 of 255 = 60%

119
177
153

R + G + B ~ 59%. #77B199 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 177 + 153 = 449 (100%)
R 119 of 449 ~ 26.5%
G 177 of 449 ~ 39.42%
B 153 of 449 ~ 34.08%

%26.5
%39.42
%34.08

CMYK RENK MODELİ

#77B199 rengi CMYK tonu (33,0,14,31).

  • camgöbeği tonu 32.77%
  • eflatun tonu 0.00%
  • sarı tonu 13.56%
  • ana renk tonu 30.59%
CMYK:
(33,0,14,31)
C33M0Y14K31 
(33%,0%,14%,31%)
(0.33/0.00/0.14/0.31)	

CMYK yüzdeleri

%32.77
%0
%13.56
%30.59

Codes

Color #77B199 in popluar color models

77B199
RGB119177153
HSL155°27.10%58.04%
HSB/HSV155°32.77%69.41%
CMYK32.77%0.00%13.56%
30.59%

Color #77B199 in popluar number systems.

HEX77B199
Decimal119177153
Binary11101111011000110011001
Octal167261231

Shades and tints

Shades of #77B199

#77B199
(119,177,153)
#6DA18C
(109,161,140)
#63917F
(99,145,127)
#598172
(89,129,114)
#4F7165
(79,113,101)
#456158
(69,97,88)
#3B514B
(59,81,75)
#31413E
(49,65,62)
#273131
(39,49,49)
#1D2124
(29,33,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #77B199

#77B199
(119,177,153)
#83B8A2
(131,184,162)
#8FBFAB
(143,191,171)
#9BC6B4
(155,198,180)
#A7CDBD
(167,205,189)
#B3D4C6
(179,212,198)
#BFDBCF
(191,219,207)
#CBE2D8
(203,226,216)
#D7E9E1
(215,233,225)
#E3F0EA
(227,240,234)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B199 color. Also use rgb(119,177,153) instead hex code.

Text Font Color

.myTextColor { color: #77B199; }

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

This text font color is #77B199.


Background Color

.myBgColor { background-color: #77B199; }

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

This div background color is #77B199.


Border color

.myBorderColor { border: 1px solid #77B199; }

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

This div border color is #77B199.


Opacity

.myOpacity80 { color: #77B199; opacity: 0.8; }

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

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

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

This text has shadow with #77B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B199 on black background.


Color preview on white background

This text has color #77B199 on white background.



Black color preview on #77B199 background

This text has black color on #77B199 background.


White color preview on #77B199 background

This text has white color on #77B199 background.