COLOR #796075

HEX: #796075
RGB: (121,96,117)

Color info

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

RGB color model

#796075 color RGB value is (121,96,117).

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

RGB channels and saturation

R 121 of 255 = 47%
G 96 of 255 = 38%
B 117 of 255 = 46%

121
96
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 96 + 117 = 334 (100%)
R 121 of 334 ~ 36.23%
G 96 of 334 ~ 28.74%
B 117 of 334 ~ 35.03%

%36.23
%28.74
%35.03

CMYK color model

#796075 color CMYK value is (0,21,3,53).

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(0,21,3,53)
C0M21Y3K53 
(0%,21%,3%,53%)
(0.00/0.21/0.03/0.53)	

CMYK percentages

%0
%20.66
%3.31
%52.55

Codes

Color #796075 in popluar color models

796075
RGB12196117
HSL310°11.52%42.55%
HSB/HSV310°20.66%47.45%
CMYK0.00%20.66%3.31%
52.55%

Color #796075 in popluar number systems.

HEX796075
Decimal12196117
Binary111100111000001110101
Octal171140165

Shades and tints

Shades of #796075

#796075
(121,96,117)
#6E586B
(110,88,107)
#635061
(99,80,97)
#584857
(88,72,87)
#4D404D
(77,64,77)
#423843
(66,56,67)
#373039
(55,48,57)
#2C282F
(44,40,47)
#212025
(33,32,37)
#16181B
(22,24,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #796075

#796075
(121,96,117)
#856E81
(133,110,129)
#917C8D
(145,124,141)
#9D8A99
(157,138,153)
#A998A5
(169,152,165)
#B5A6B1
(181,166,177)
#C1B4BD
(193,180,189)
#CDC2C9
(205,194,201)
#D9D0D5
(217,208,213)
#E5DEE1
(229,222,225)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796075; }

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

This text font color is #796075.


Background Color

.myBgColor { background-color: #796075; }

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

This div background color is #796075.


Border color

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

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

This div border color is #796075.


Opacity

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

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

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

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

This text has shadow with #796075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796075 on black background.


Color preview on white background

This text has color #796075 on white background.



Black color preview on #796075 background

This text has black color on #796075 background.


White color preview on #796075 background

This text has white color on #796075 background.