COLOR #7592AA

HEX: #7592AA RGB: (117,146,170)

Color info

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

RGB color model

#7592AA color RGB value is (117,146,170).

RGB: (117,146,170) (46%, 57%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 146 of 255 = 57%
B 170 of 255 = 67%

117
146
170

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

Portions of RGB colors in percentages

R + G + B = 117 + 146 + 170 = 433 (100%)
R 117 of 433 ~ 27.02%
G 146 of 433 ~ 33.72%
B 170 of 433 ~ 39.26'%

%27.02
%33.72
%39.26

CMYK color model

#7592AA color CMYK value is (31,14,0,33).

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

CMYK: (31,14,0,33)
C31M14Y0K33 (31%, 14%, 0%, 33%)
(0.31 / 0.14 / 0.00 / 0.33)

CMYK percentages

%31.18
%14.12
%0
%33.33

Codes

Color #7592AA in popluar color models

75 92 AA
RGB 117 146 170
HSL 207° 23.77% 56.27%
HSB/HSV 207° 31.18% 66.67%
CMYK 31.18% 14.12% 0.00%
33.33%

Color #7592AA in popluar number systems.

HEX 75 92 AA
Decimal 117 146 170
Binary 1110101 10010010 10101010
Octal 165 222 252

Shades and tints

Shades of #7592AA

#7592AA
(117,146,170)
#6B859B
(107,133,155)
#61788C
(97,120,140)
#576B7D
(87,107,125)
#4D5E6E
(77,94,110)
#43515F
(67,81,95)
#394450
(57,68,80)
#2F3741
(47,55,65)
#252A32
(37,42,50)
#1B1D23
(27,29,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #7592AA

#7592AA
(117,146,170)
#819BB1
(129,155,177)
#8DA4B8
(141,164,184)
#99ADBF
(153,173,191)
#A5B6C6
(165,182,198)
#B1BFCD
(177,191,205)
#BDC8D4
(189,200,212)
#C9D1DB
(201,209,219)
#D5DAE2
(213,218,226)
#E1E3E9
(225,227,233)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7592AA; }

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

This text font color is #7592AA.

Background Color

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

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

This div background color is #7592AA.

Border color

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

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

This div border color is #7592AA.

Opacity

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

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

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

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

This text has shadow with #7592AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7592AA.

Preview

Color preview on black background

This text has color #7592AA on black background.


Color preview on white background

This text has color #7592AA on white background.


Black color preview on #7592AA background

This text has black color on #7592AA background.


White color preview on #7592AA background

This text has white color on #7592AA background.


Related colors

Complementary color

Complementary color for #hex is #8A6D55.


I love getcolorcode.com

Triadic colors

1 #AA7592 and #92AA75 with #7592AA are triadic colors.

2 #AA9275 and #9275AA with #7592AA are triadic colors.