COLOR #795758

HEX: #795758
RGB: (121,87,88)

Color info

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

RGB color model

#795758 color RGB value is (121,87,88).

  • red value is 121;
  • green value is 87;
  • blue value is 88.
RGB:
(121,87,88)
(47%,34%,35%)

RGB channels and saturation

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

121
87
88

R + G + B ~ 39%. #795758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 87 + 88 = 296 (100%)
R 121 of 296 ~ 40.88%
G 87 of 296 ~ 29.39%
B 88 of 296 ~ 29.73%

%40.88
%29.39
%29.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(0,28,27,53)
C0M28Y27K53 
(0%,28%,27%,53%)
(0.00/0.28/0.27/0.53)	

CMYK percentages

%0
%28.1
%27.27
%52.55

Codes

Color #795758 in popluar color models

795758
RGB1218788
HSL358°16.35%40.78%
HSB/HSV358°28.10%47.45%
CMYK0.00%28.10%27.27%
52.55%

Color #795758 in popluar number systems.

HEX795758
Decimal1218788
Binary111100110101111011000
Octal171127130

Shades and tints

Shades of #795758

#795758
(121,87,88)
#6E5050
(110,80,80)
#634948
(99,73,72)
#584240
(88,66,64)
#4D3B38
(77,59,56)
#423430
(66,52,48)
#372D28
(55,45,40)
#2C2620
(44,38,32)
#211F18
(33,31,24)
#161810
(22,24,16)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #795758

#795758
(121,87,88)
#856667
(133,102,103)
#917576
(145,117,118)
#9D8485
(157,132,133)
#A99394
(169,147,148)
#B5A2A3
(181,162,163)
#C1B1B2
(193,177,178)
#CDC0C1
(205,192,193)
#D9CFD0
(217,207,208)
#E5DEDF
(229,222,223)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795758; }

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

This text font color is #795758.


Background Color

.myBgColor { background-color: #795758; }

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

This div background color is #795758.


Border color

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

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

This div border color is #795758.


Opacity

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

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

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

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

This text has shadow with #795758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795758 on black background.


Color preview on white background

This text has color #795758 on white background.



Black color preview on #795758 background

This text has black color on #795758 background.


White color preview on #795758 background

This text has white color on #795758 background.