COLOR #7582AA

HEX: #7582AA RGB: (117,130,170)

Color info

#7582AA contains red, green and blue colors in about the same proportion. Web safe color of #7582AA is #669999 (or #699).

RGB color model

#7582AA color RGB value is (117,130,170).

RGB: (117,130,170) (46%, 51%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 170 of 255 = 67%

117
130
170

R + G + B ~ 55%. #7582AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 130 + 170 = 417 (100%)
R 117 of 417 ~ 28.06%
G 130 of 417 ~ 31.18%
B 170 of 417 ~ 40.77'%

%28.06
%31.18
%40.77

CMYK color model

#7582AA color CMYK value is (31,24,0,33).

  • cyan value is 31.18%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (31,24,0,33)
C31M24Y0K33 (31%, 24%, 0%, 33%)
(0.31 / 0.24 / 0.00 / 0.33)

CMYK percentages

%31.18
%23.53
%0
%33.33

Codes

Color #7582AA in popluar color models

75 82 AA
RGB 117 130 170
HSL 225° 23.77% 56.27%
HSB/HSV 225° 31.18% 66.67%
CMYK 31.18% 23.53% 0.00%
33.33%

Color #7582AA in popluar number systems.

HEX 75 82 AA
Decimal 117 130 170
Binary 1110101 10000010 10101010
Octal 165 202 252

Shades and tints

Shades of #7582AA

#7582AA
(117,130,170)
#6B779B
(107,119,155)
#616C8C
(97,108,140)
#57617D
(87,97,125)
#4D566E
(77,86,110)
#434B5F
(67,75,95)
#394050
(57,64,80)
#2F3541
(47,53,65)
#252A32
(37,42,50)
#1B1F23
(27,31,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #7582AA

#7582AA
(117,130,170)
#818DB1
(129,141,177)
#8D98B8
(141,152,184)
#99A3BF
(153,163,191)
#A5AEC6
(165,174,198)
#B1B9CD
(177,185,205)
#BDC4D4
(189,196,212)
#C9CFDB
(201,207,219)
#D5DAE2
(213,218,226)
#E1E5E9
(225,229,233)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7582AA color. Also use rgb(117,130,170) instead hex code.

Text Font Color

.myTextColor { color: #7582AA; }

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

This text font color is #7582AA.

Background Color

.myBgColor { background-color: #7582AA; }

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

This div background color is #7582AA.

Border color

.myBorderColor { border: 1px solid #7582AA; }

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

This div border color is #7582AA.

Opacity

.myOpacity80 { color: #7582AA; opacity: 0.8; }

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

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

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

This text has shadow with #7582AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7582AA.

Preview

Color preview on black background

This text has color #7582AA on black background.


Color preview on white background

This text has color #7582AA on white background.


Black color preview on #7582AA background

This text has black color on #7582AA background.


White color preview on #7582AA background

This text has white color on #7582AA background.


Related colors

Complementary color

Complementary color for #hex is #8A7D55.


I love getcolorcode.com

Triadic colors

1 #AA7582 and #82AA75 with #7582AA are triadic colors.

2 #AA8275 and #8275AA with #7582AA are triadic colors.