COLOR #799175

HEX: #799175
RGB: (121,145,117)

Color info

#799175 contains red, green and blue colors in about the same proportion. Web safe color of #799175 is #669966 (or #696).

RGB color model

#799175 color RGB value is (121,145,117).

  • red value is 121;
  • green value is 145;
  • blue value is 117.
RGB:
(121,145,117)
(47%,57%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 145 of 255 = 57%
B 117 of 255 = 46%

121
145
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 145 + 117 = 383 (100%)
R 121 of 383 ~ 31.59%
G 145 of 383 ~ 37.86%
B 117 of 383 ~ 30.55%

%31.59
%37.86
%30.55

CMYK color model

#799175 color CMYK value is (17,0,19,43).

  • cyan value is 16.55%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 43.14%
CMYK:
(17,0,19,43)
C17M0Y19K43 
(17%,0%,19%,43%)
(0.17/0.00/0.19/0.43)	

CMYK percentages

%16.55
%0
%19.31
%43.14

Codes

Color #799175 in popluar color models

799175
RGB121145117
HSL111°11.29%51.37%
HSB/HSV111°19.31%56.86%
CMYK16.55%0.00%19.31%
43.14%

Color #799175 in popluar number systems.

HEX799175
Decimal121145117
Binary1111001100100011110101
Octal171221165

Shades and tints

Shades of #799175

#799175
(121,145,117)
#6E846B
(110,132,107)
#637761
(99,119,97)
#586A57
(88,106,87)
#4D5D4D
(77,93,77)
#425043
(66,80,67)
#374339
(55,67,57)
#2C362F
(44,54,47)
#212925
(33,41,37)
#161C1B
(22,28,27)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #799175

#799175
(121,145,117)
#859B81
(133,155,129)
#91A58D
(145,165,141)
#9DAF99
(157,175,153)
#A9B9A5
(169,185,165)
#B5C3B1
(181,195,177)
#C1CDBD
(193,205,189)
#CDD7C9
(205,215,201)
#D9E1D5
(217,225,213)
#E5EBE1
(229,235,225)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799175 color. Also use rgb(121,145,117) instead hex code.

Text Font Color

.myTextColor { color: #799175; }

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

This text font color is #799175.


Background Color

.myBgColor { background-color: #799175; }

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

This div background color is #799175.


Border color

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

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

This div border color is #799175.


Opacity

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

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

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

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

This text has shadow with #799175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799175 on black background.


Color preview on white background

This text has color #799175 on white background.



Black color preview on #799175 background

This text has black color on #799175 background.


White color preview on #799175 background

This text has white color on #799175 background.