COLOR #765575

HEX: #765575
RGB: (118,85,117)

Color info

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

RGB color model

#765575 color RGB value is (118,85,117).

  • red value is 118;
  • green value is 85;
  • blue value is 117.
RGB:
(118,85,117)
(46%,33%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 85 of 255 = 33%
B 117 of 255 = 46%

118
85
117

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

Portions of RGB colors in percentages

R + G + B =
118 + 85 + 117 = 320 (100%)
R 118 of 320 ~ 36.88%
G 85 of 320 ~ 26.56%
B 117 of 320 ~ 36.56%

%36.88
%26.56
%36.56

CMYK color model

#765575 color CMYK value is (0,28,1,54).

  • cyan value is 0.00%
  • magenta value is 27.97%
  • yellow value is 0.85%
  • key color value is 53.73%
CMYK:
(0,28,1,54)
C0M28Y1K54 
(0%,28%,1%,54%)
(0.00/0.28/0.01/0.54)	

CMYK percentages

%0
%27.97
%0.85
%53.73

Codes

Color #765575 in popluar color models

765575
RGB11885117
HSL302°16.26%39.80%
HSB/HSV302°27.97%46.27%
CMYK0.00%27.97%0.85%
53.73%

Color #765575 in popluar number systems.

HEX765575
Decimal11885117
Binary111011010101011110101
Octal166125165

Shades and tints

Shades of #765575

#765575
(118,85,117)
#6C4E6B
(108,78,107)
#624761
(98,71,97)
#584057
(88,64,87)
#4E394D
(78,57,77)
#443243
(68,50,67)
#3A2B39
(58,43,57)
#30242F
(48,36,47)
#261D25
(38,29,37)
#1C161B
(28,22,27)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #765575

#765575
(118,85,117)
#826481
(130,100,129)
#8E738D
(142,115,141)
#9A8299
(154,130,153)
#A691A5
(166,145,165)
#B2A0B1
(178,160,177)
#BEAFBD
(190,175,189)
#CABEC9
(202,190,201)
#D6CDD5
(214,205,213)
#E2DCE1
(226,220,225)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765575 color. Also use rgb(118,85,117) instead hex code.

Text Font Color

.myTextColor { color: #765575; }

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

This text font color is #765575.


Background Color

.myBgColor { background-color: #765575; }

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

This div background color is #765575.


Border color

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

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

This div border color is #765575.


Opacity

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

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

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

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

This text has shadow with #765575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765575 on black background.


Color preview on white background

This text has color #765575 on white background.



Black color preview on #765575 background

This text has black color on #765575 background.


White color preview on #765575 background

This text has white color on #765575 background.