COLOR #799477

HEX: #799477
RGB: (121,148,119)

Renk bilgisi

#799477 contains red, green and blue colors in about the same proportion. #799477 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#799477 color RGB value is (121,148,119).

  • kırmız ton 121;
  • yeşil ton 148;
  • mavi ton 119.
RGB:
(121,148,119)
(47%,58%,47%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 148 of 255 = 58%
B 119 of 255 = 47%

121
148
119

R + G + B ~ 51%. #799477 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 148 + 119 = 388 (100%)
R 121 of 388 ~ 31.19%
G 148 of 388 ~ 38.14%
B 119 of 388 ~ 30.67%

%31.19
%38.14
%30.67

CMYK RENK MODELİ

#799477 rengi CMYK tonu (18,0,20,42).

  • camgöbeği tonu 18.24%
  • eflatun tonu 0.00%
  • sarı tonu 19.59%
  • ana renk tonu 41.96%
CMYK:
(18,0,20,42)
C18M0Y20K42 
(18%,0%,20%,42%)
(0.18/0.00/0.20/0.42)	

CMYK yüzdeleri

%18.24
%0
%19.59
%41.96

Codes

Color #799477 in popluar color models

799477
RGB121148119
HSL116°11.93%52.35%
HSB/HSV116°19.59%58.04%
CMYK18.24%0.00%19.59%
41.96%

Color #799477 in popluar number systems.

HEX799477
Decimal121148119
Binary1111001100101001110111
Octal171224167

Shades and tints

Shades of #799477

#799477
(121,148,119)
#6E876D
(110,135,109)
#637A63
(99,122,99)
#586D59
(88,109,89)
#4D604F
(77,96,79)
#425345
(66,83,69)
#37463B
(55,70,59)
#2C3931
(44,57,49)
#212C27
(33,44,39)
#161F1D
(22,31,29)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #799477

#799477
(121,148,119)
#859D83
(133,157,131)
#91A68F
(145,166,143)
#9DAF9B
(157,175,155)
#A9B8A7
(169,184,167)
#B5C1B3
(181,193,179)
#C1CABF
(193,202,191)
#CDD3CB
(205,211,203)
#D9DCD7
(217,220,215)
#E5E5E3
(229,229,227)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799477 color. Also use rgb(121,148,119) instead hex code.

Text Font Color

.myTextColor { color: #799477; }

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

This text font color is #799477.


Background Color

.myBgColor { background-color: #799477; }

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

This div background color is #799477.


Border color

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

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

This div border color is #799477.


Opacity

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

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

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

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

This text has shadow with #799477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799477 on black background.


Color preview on white background

This text has color #799477 on white background.



Black color preview on #799477 background

This text has black color on #799477 background.


White color preview on #799477 background

This text has white color on #799477 background.