COLOR #7885AF

HEX: #7885AF RGB: (120,133,175)

Color info

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

RGB color model

#7885AF color RGB value is (120,133,175).

RGB: (120,133,175) (47%, 52%, 69%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 175 of 255 = 69%

120
133
175

R + G + B ~ 56%. #7885AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 133 + 175 = 428 (100%)
R 120 of 428 ~ 28.04%
G 133 of 428 ~ 31.07%
B 175 of 428 ~ 40.89'%

%28.04
%31.07
%40.89

CMYK color model

#7885AF color CMYK value is (31,24,0,31).

  • cyan value is 31.43%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (31,24,0,31)
C31M24Y0K31 (31%, 24%, 0%, 31%)
(0.31 / 0.24 / 0.00 / 0.31)

CMYK percentages

%31.43
%24
%0
%31.37

Codes

Color #7885AF in popluar color models

78 85 AF
RGB 120 133 175
HSL 226° 25.58% 57.84%
HSB/HSV 226° 31.43% 68.63%
CMYK 31.43% 24.00% 0.00%
31.37%

Color #7885AF in popluar number systems.

HEX 78 85 AF
Decimal 120 133 175
Binary 1111000 10000101 10101111
Octal 170 205 257

Shades and tints

Shades of #7885AF

#7885AF
(120,133,175)
#6E79A0
(110,121,160)
#646D91
(100,109,145)
#5A6182
(90,97,130)
#505573
(80,85,115)
#464964
(70,73,100)
#3C3D55
(60,61,85)
#323146
(50,49,70)
#282537
(40,37,55)
#1E1928
(30,25,40)
#140D19
(20,13,25)
#000000
(0,0,0)

Tints of #7885AF

#7885AF
(120,133,175)
#8490B6
(132,144,182)
#909BBD
(144,155,189)
#9CA6C4
(156,166,196)
#A8B1CB
(168,177,203)
#B4BCD2
(180,188,210)
#C0C7D9
(192,199,217)
#CCD2E0
(204,210,224)
#D8DDE7
(216,221,231)
#E4E8EE
(228,232,238)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7885AF color. Also use rgb(120,133,175) instead hex code.

Text Font Color

.myTextColor { color: #7885AF; }

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

This text font color is #7885AF.

Background Color

.myBgColor { background-color: #7885AF; }

<div style="background-color:#7885AF">Inner text</div>

This div background color is #7885AF.

Border color

.myBorderColor { border: 1px solid #7885AF; }

<div style="border:3px solid #7885AF">Div</div>

This div border color is #7885AF.

Opacity

.myOpacity80 { color: #7885AF; opacity: 0.8; }

<p style="color:#7885AF;opacity:0.8;">80%</p>

Text with #7885AF 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 #7885AF;}

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

This text has shadow with #7885AF color.


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

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

This text has shadow with #7885AF primary color and red secondary color.


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

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

This text has shadow with #7885AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7885AF.

Preview

Color preview on black background

This text has color #7885AF on black background.


Color preview on white background

This text has color #7885AF on white background.


Black color preview on #7885AF background

This text has black color on #7885AF background.


White color preview on #7885AF background

This text has white color on #7885AF background.


Related colors

Complementary color

Complementary color for #hex is #877A50.


I love getcolorcode.com

Triadic colors

1 #AF7885 and #85AF78 with #7885AF are triadic colors.

2 #AF8578 and #8578AF with #7885AF are triadic colors.