COLOR #795553

HEX: #795553 RGB: (121,85,83)

Color info

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

RGB color model

#795553 color RGB value is (121,85,83).

RGB: (121,85,83) (47%, 33%, 33%)

RGB channels and saturation

R 121 of 255 = 47%
G 85 of 255 = 33%
B 83 of 255 = 33%

121
85
83

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

Portions of RGB colors in percentages

R + G + B = 121 + 85 + 83 = 289 (100%)
R 121 of 289 ~ 41.87%
G 85 of 289 ~ 29.41%
B 83 of 289 ~ 28.72'%

%41.87
%29.41
%28.72

CMYK color model

#795553 color CMYK value is (0,30,31,53).

  • cyan value is 0.00%
  • magenta value is 29.75%
  • yellow value is 31.40%
  • key color value is 52.55%
CMYK: (0,30,31,53) C0M30Y31K53 (0%,30%,31%,53%) (0.00/0.30/0.31/0.53) 

CMYK percentages

%0
%29.75
%31.4
%52.55

Codes

Color #795553 in popluar color models

79 55 53
RGB 121 85 83
HSL 18.63% 40.00%
HSB/HSV 31.40% 47.45%
CMYK 0.00% 29.75% 31.40%
52.55%

Color #795553 in popluar number systems.

HEX 79 55 53
Decimal 121 85 83
Binary 1111001 1010101 1010011
Octal 171 125 123

Shades and tints

Shades of #795553

#795553
(121,85,83)
#6E4E4C
(110,78,76)
#634745
(99,71,69)
#58403E
(88,64,62)
#4D3937
(77,57,55)
#423230
(66,50,48)
#372B29
(55,43,41)
#2C2422
(44,36,34)
#211D1B
(33,29,27)
#161614
(22,22,20)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #795553

#795553
(121,85,83)
#856462
(133,100,98)
#917371
(145,115,113)
#9D8280
(157,130,128)
#A9918F
(169,145,143)
#B5A09E
(181,160,158)
#C1AFAD
(193,175,173)
#CDBEBC
(205,190,188)
#D9CDCB
(217,205,203)
#E5DCDA
(229,220,218)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795553; }

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

This text font color is #795553.

Background Color

.myBgColor { background-color: #795553; }

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

This div background color is #795553.

Border color

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

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

This div border color is #795553.

Opacity

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

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

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

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

This text has shadow with #795553 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795553.

Preview

Color preview on black background

This text has color #795553 on black background.


Color preview on white background

This text has color #795553 on white background.


Black color preview on #795553 background

This text has black color on #795553 background.


White color preview on #795553 background

This text has white color on #795553 background.


Related colors

Complementary color

Complementary color for #hex is #86AAAC.


I love getcolorcode.com

Triadic colors

1 #537955 and #555379 with #795553 are triadic colors.

2 #535579 and #557953 with #795553 are triadic colors.