COLOR #785275

HEX: #785275
RGB: (120,82,117)

Color info

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

RGB color model

#785275 color RGB value is (120,82,117).

  • red value is 120;
  • green value is 82;
  • blue value is 117.
RGB:
(120,82,117)
(47%,32%,46%)

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 117 of 255 = 46%

120
82
117

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

Portions of RGB colors in percentages

R + G + B =
120 + 82 + 117 = 319 (100%)
R 120 of 319 ~ 37.62%
G 82 of 319 ~ 25.71%
B 117 of 319 ~ 36.68%

%37.62
%25.71
%36.68

CMYK color model

#785275 color CMYK value is (0,32,3,53).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 2.50%
  • key color value is 52.94%
CMYK:
(0,32,3,53)
C0M32Y3K53 
(0%,32%,3%,53%)
(0.00/0.32/0.03/0.53)	

CMYK percentages

%0
%31.67
%2.5
%52.94

Codes

Color #785275 in popluar color models

785275
RGB12082117
HSL305°18.81%39.61%
HSB/HSV305°31.67%47.06%
CMYK0.00%31.67%2.50%
52.94%

Color #785275 in popluar number systems.

HEX785275
Decimal12082117
Binary111100010100101110101
Octal170122165

Shades and tints

Shades of #785275

#785275
(120,82,117)
#6E4B6B
(110,75,107)
#644461
(100,68,97)
#5A3D57
(90,61,87)
#50364D
(80,54,77)
#462F43
(70,47,67)
#3C2839
(60,40,57)
#32212F
(50,33,47)
#281A25
(40,26,37)
#1E131B
(30,19,27)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #785275

#785275
(120,82,117)
#846181
(132,97,129)
#90708D
(144,112,141)
#9C7F99
(156,127,153)
#A88EA5
(168,142,165)
#B49DB1
(180,157,177)
#C0ACBD
(192,172,189)
#CCBBC9
(204,187,201)
#D8CAD5
(216,202,213)
#E4D9E1
(228,217,225)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785275 color. Also use rgb(120,82,117) instead hex code.

Text Font Color

.myTextColor { color: #785275; }

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

This text font color is #785275.


Background Color

.myBgColor { background-color: #785275; }

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

This div background color is #785275.


Border color

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

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

This div border color is #785275.


Opacity

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

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

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

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

This text has shadow with #785275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785275 on black background.


Color preview on white background

This text has color #785275 on white background.



Black color preview on #785275 background

This text has black color on #785275 background.


White color preview on #785275 background

This text has white color on #785275 background.