COLOR #795757

HEX: #795757 RGB: (121,87,87)

Color info

#795757 contains red, green and blue colors in about the same proportion. Web safe color of #795757 is #666666 (or #666).

RGB color model

#795757 color RGB value is (121,87,87).

RGB: (121,87,87) (47%, 34%, 34%)

RGB channels and saturation

R 121 of 255 = 47%
G 87 of 255 = 34%
B 87 of 255 = 34%

121
87
87

R + G + B ~ 38%. #795757 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 121 + 87 + 87 = 295 (100%)
R 121 of 295 ~ 41.02%
G 87 of 295 ~ 29.49%
B 87 of 295 ~ 29.49'%

%41.02
%29.49
%29.49

CMYK color model

#795757 color CMYK value is (0,28,28,53).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 28.10%
  • key color value is 52.55%

CMYK: (0,28,28,53)
C0M28Y28K53 (0%, 28%, 28%, 53%)
(0.00 / 0.28 / 0.28 / 0.53)

CMYK percentages

%0
%28.1
%28.1
%52.55

Codes

Color #795757 in popluar color models

79 57 57
RGB 121 87 87
HSL 16.35% 40.78%
HSB/HSV 28.10% 47.45%
CMYK 0.00% 28.10% 28.10%
52.55%

Color #795757 in popluar number systems.

HEX 79 57 57
Decimal 121 87 87
Binary 1111001 1010111 1010111
Octal 171 127 127

Shades and tints

Shades of #795757

#795757
(121,87,87)
#6E5050
(110,80,80)
#634949
(99,73,73)
#584242
(88,66,66)
#4D3B3B
(77,59,59)
#423434
(66,52,52)
#372D2D
(55,45,45)
#2C2626
(44,38,38)
#211F1F
(33,31,31)
#161818
(22,24,24)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #795757

#795757
(121,87,87)
#856666
(133,102,102)
#917575
(145,117,117)
#9D8484
(157,132,132)
#A99393
(169,147,147)
#B5A2A2
(181,162,162)
#C1B1B1
(193,177,177)
#CDC0C0
(205,192,192)
#D9CFCF
(217,207,207)
#E5DEDE
(229,222,222)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795757; }

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

This text font color is #795757.

Background Color

.myBgColor { background-color: #795757; }

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

This div background color is #795757.

Border color

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

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

This div border color is #795757.

Opacity

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

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

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

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

This text has shadow with #795757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795757.

Preview

Color preview on black background

This text has color #795757 on black background.


Color preview on white background

This text has color #795757 on white background.


Black color preview on #795757 background

This text has black color on #795757 background.


White color preview on #795757 background

This text has white color on #795757 background.


Related colors

Complementary color

Complementary color for #hex is #86A8A8.


I love getcolorcode.com