COLOR #765F7A

HEX: #765F7A
RGB: (118,95,122)

Color info

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

RGB color model

#765F7A color RGB value is (118,95,122).

  • red value is 118;
  • green value is 95;
  • blue value is 122.
RGB:
(118,95,122)
(46%,37%,48%)

RGB channels and saturation

R 118 of 255 = 46%
G 95 of 255 = 37%
B 122 of 255 = 48%

118
95
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 95 + 122 = 335 (100%)
R 118 of 335 ~ 35.22%
G 95 of 335 ~ 28.36%
B 122 of 335 ~ 36.42%

%35.22
%28.36
%36.42

CMYK color model

#765F7A color CMYK value is (3,22,0,52).

  • cyan value is 3.28%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(3,22,0,52)
C3M22Y0K52 
(3%,22%,0%,52%)
(0.03/0.22/0.00/0.52)	

CMYK percentages

%3.28
%22.13
%0
%52.16

Codes

Color #765F7A in popluar color models

765F7A
RGB11895122
HSL291°12.44%42.55%
HSB/HSV291°22.13%47.84%
CMYK3.28%22.13%0.00%
52.16%

Color #765F7A in popluar number systems.

HEX765F7A
Decimal11895122
Binary111011010111111111010
Octal166137172

Shades and tints

Shades of #765F7A

#765F7A
(118,95,122)
#6C576F
(108,87,111)
#624F64
(98,79,100)
#584759
(88,71,89)
#4E3F4E
(78,63,78)
#443743
(68,55,67)
#3A2F38
(58,47,56)
#30272D
(48,39,45)
#261F22
(38,31,34)
#1C1717
(28,23,23)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #765F7A

#765F7A
(118,95,122)
#826D86
(130,109,134)
#8E7B92
(142,123,146)
#9A899E
(154,137,158)
#A697AA
(166,151,170)
#B2A5B6
(178,165,182)
#BEB3C2
(190,179,194)
#CAC1CE
(202,193,206)
#D6CFDA
(214,207,218)
#E2DDE6
(226,221,230)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #765F7A color. Also use rgb(118,95,122) instead hex code.

Text Font Color

.myTextColor { color: #765F7A; }

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

This text font color is #765F7A.


Background Color

.myBgColor { background-color: #765F7A; }

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

This div background color is #765F7A.


Border color

.myBorderColor { border: 1px solid #765F7A; }

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

This div border color is #765F7A.


Opacity

.myOpacity80 { color: #765F7A; opacity: 0.8; }

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

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

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

This text has shadow with #765F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #765F7A on black background.


Color preview on white background

This text has color #765F7A on white background.



Black color preview on #765F7A background

This text has black color on #765F7A background.


White color preview on #765F7A background

This text has white color on #765F7A background.