COLOR #760F5A

HEX: #760F5A RGB: (118,15,90)

Color info

#760F5A contains mainly red and blue colors. Web safe color of #760F5A is #660066 (or #606).

RGB color model

#760F5A color RGB value is (118,15,90).

RGB: (118,15,90) (46%, 6%, 35%)

RGB channels and saturation

R 118 of 255 = 46%
G 15 of 255 = 6%
B 90 of 255 = 35%

118
15
90

R + G + B ~ 29%. #760F5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 15 + 90 = 223 (100%)
R 118 of 223 ~ 52.91%
G 15 of 223 ~ 6.73%
B 90 of 223 ~ 40.36'%

%52.91
%40.36

CMYK color model

#760F5A color CMYK value is (0,87,24,54).

  • cyan value is 0.00%
  • magenta value is 87.29%
  • yellow value is 23.73%
  • key color value is 53.73%

CMYK: (0,87,24,54)
C0M87Y24K54 (0%, 87%, 24%, 54%)
(0.00 / 0.87 / 0.24 / 0.54)

CMYK percentages

%0
%87.29
%23.73
%53.73

Codes

Color #760F5A in popluar color models

76 0F 5A
RGB 118 15 90
HSL 316° 77.44% 26.08%
HSB/HSV 316° 87.29% 46.27%
CMYK 0.00% 87.29% 23.73%
53.73%

Color #760F5A in popluar number systems.

HEX 76 0F 5A
Decimal 118 15 90
Binary 1110110 1111 1011010
Octal 166 17 132

Shades and tints

Shades of #760F5A

#760F5A
(118,15,90)
#6C0E52
(108,14,82)
#620D4A
(98,13,74)
#580C42
(88,12,66)
#4E0B3A
(78,11,58)
#440A32
(68,10,50)
#3A092A
(58,9,42)
#300822
(48,8,34)
#26071A
(38,7,26)
#1C0612
(28,6,18)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #760F5A

#760F5A
(118,15,90)
#822469
(130,36,105)
#8E3978
(142,57,120)
#9A4E87
(154,78,135)
#A66396
(166,99,150)
#B278A5
(178,120,165)
#BE8DB4
(190,141,180)
#CAA2C3
(202,162,195)
#D6B7D2
(214,183,210)
#E2CCE1
(226,204,225)
#EEE1F0
(238,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760F5A color. Also use rgb(118,15,90) instead hex code.

Text Font Color

.myTextColor { color: #760F5A; }

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

This text font color is #760F5A.

Background Color

.myBgColor { background-color: #760F5A; }

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

This div background color is #760F5A.

Border color

.myBorderColor { border: 1px solid #760F5A; }

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

This div border color is #760F5A.

Opacity

.myOpacity80 { color: #760F5A; opacity: 0.8; }

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

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

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

This text has shadow with #760F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #760F5A.

Preview

Color preview on black background

This text has color #760F5A on black background.


Color preview on white background

This text has color #760F5A on white background.


Black color preview on #760F5A background

This text has black color on #760F5A background.


White color preview on #760F5A background

This text has white color on #760F5A background.


Related colors

Complementary color

Complementary color for #hex is #89F0A5.


I love getcolorcode.com

Triadic colors

1 #5A760F and #0F5A76 with #760F5A are triadic colors.

2 #5A0F76 and #0F765A with #760F5A are triadic colors.