COLOR #7581AB

HEX: #7581AB RGB: (117,129,171)

Color info

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

RGB color model

#7581AB color RGB value is (117,129,171).

RGB: (117,129,171) (46%, 51%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 129 of 255 = 51%
B 171 of 255 = 67%

117
129
171

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

Portions of RGB colors in percentages

R + G + B = 117 + 129 + 171 = 417 (100%)
R 117 of 417 ~ 28.06%
G 129 of 417 ~ 30.94%
B 171 of 417 ~ 41.01'%

%28.06
%30.94
%41.01

CMYK color model

#7581AB color CMYK value is (32,25,0,33).

  • cyan value is 31.58%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (32,25,0,33) C32M25Y0K33 (32%,25%,0%,33%) (0.32/0.25/0.00/0.33) 

CMYK percentages

%31.58
%24.56
%0
%32.94

Codes

Color #7581AB in popluar color models

75 81 AB
RGB 117 129 171
HSL 227° 24.32% 56.47%
HSB/HSV 227° 31.58% 67.06%
CMYK 31.58% 24.56% 0.00%
32.94%

Color #7581AB in popluar number systems.

HEX 75 81 AB
Decimal 117 129 171
Binary 1110101 10000001 10101011
Octal 165 201 253

Shades and tints

Shades of #7581AB

#7581AB
(117,129,171)
#6B769C
(107,118,156)
#616B8D
(97,107,141)
#57607E
(87,96,126)
#4D556F
(77,85,111)
#434A60
(67,74,96)
#393F51
(57,63,81)
#2F3442
(47,52,66)
#252933
(37,41,51)
#1B1E24
(27,30,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #7581AB

#7581AB
(117,129,171)
#818CB2
(129,140,178)
#8D97B9
(141,151,185)
#99A2C0
(153,162,192)
#A5ADC7
(165,173,199)
#B1B8CE
(177,184,206)
#BDC3D5
(189,195,213)
#C9CEDC
(201,206,220)
#D5D9E3
(213,217,227)
#E1E4EA
(225,228,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7581AB color. Also use rgb(117,129,171) instead hex code.

Text Font Color

.myTextColor { color: #7581AB; }

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

This text font color is #7581AB.

Background Color

.myBgColor { background-color: #7581AB; }

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

This div background color is #7581AB.

Border color

.myBorderColor { border: 1px solid #7581AB; }

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

This div border color is #7581AB.

Opacity

.myOpacity80 { color: #7581AB; opacity: 0.8; }

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

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

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

This text has shadow with #7581AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7581AB.

Preview

Color preview on black background

This text has color #7581AB on black background.


Color preview on white background

This text has color #7581AB on white background.


Black color preview on #7581AB background

This text has black color on #7581AB background.


White color preview on #7581AB background

This text has white color on #7581AB background.


Related colors

Complementary color

Complementary color for #hex is #8A7E54.


I love getcolorcode.com

Triadic colors

1 #AB7581 and #81AB75 with #7581AB are triadic colors.

2 #AB8175 and #8175AB with #7581AB are triadic colors.