COLOR #7675AD

HEX: #7675AD RGB: (118,117,173)

Color info

#7675AD contains red, green and blue colors in about the same proportion. Web safe color of #7675AD is #666699 (or #669).

RGB color model

#7675AD color RGB value is (118,117,173).

RGB: (118,117,173) (46%, 46%, 68%)

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 173 of 255 = 68%

118
117
173

R + G + B ~ 53%. #7675AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 117 + 173 = 408 (100%)
R 118 of 408 ~ 28.92%
G 117 of 408 ~ 28.68%
B 173 of 408 ~ 42.4'%

%28.92
%28.68
%42.4

CMYK color model

#7675AD color CMYK value is (32,32,0,32).

  • cyan value is 31.79%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (32,32,0,32)
C32M32Y0K32 (32%, 32%, 0%, 32%)
(0.32 / 0.32 / 0.00 / 0.32)

CMYK percentages

%31.79
%32.37
%0
%32.16

Codes

Color #7675AD in popluar color models

76 75 AD
RGB 118 117 173
HSL 241° 25.45% 56.86%
HSB/HSV 241° 32.37% 67.84%
CMYK 31.79% 32.37% 0.00%
32.16%

Color #7675AD in popluar number systems.

HEX 76 75 AD
Decimal 118 117 173
Binary 1110110 1110101 10101101
Octal 166 165 255

Shades and tints

Shades of #7675AD

#7675AD
(118,117,173)
#6C6B9E
(108,107,158)
#62618F
(98,97,143)
#585780
(88,87,128)
#4E4D71
(78,77,113)
#444362
(68,67,98)
#3A3953
(58,57,83)
#302F44
(48,47,68)
#262535
(38,37,53)
#1C1B26
(28,27,38)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #7675AD

#7675AD
(118,117,173)
#8281B4
(130,129,180)
#8E8DBB
(142,141,187)
#9A99C2
(154,153,194)
#A6A5C9
(166,165,201)
#B2B1D0
(178,177,208)
#BEBDD7
(190,189,215)
#CAC9DE
(202,201,222)
#D6D5E5
(214,213,229)
#E2E1EC
(226,225,236)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7675AD color. Also use rgb(118,117,173) instead hex code.

Text Font Color

.myTextColor { color: #7675AD; }

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

This text font color is #7675AD.

Background Color

.myBgColor { background-color: #7675AD; }

<div style="background-color:#7675AD">Inner text</div>

This div background color is #7675AD.

Border color

.myBorderColor { border: 1px solid #7675AD; }

<div style="border:3px solid #7675AD">Div</div>

This div border color is #7675AD.

Opacity

.myOpacity80 { color: #7675AD; opacity: 0.8; }

<p style="color:#7675AD;opacity:0.8;">80%</p>

Text with #7675AD 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 #7675AD;}

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

This text has shadow with #7675AD color.


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

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

This text has shadow with #7675AD primary color and red secondary color.


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

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

This text has shadow with #7675AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7675AD.

Preview

Color preview on black background

This text has color #7675AD on black background.


Color preview on white background

This text has color #7675AD on white background.


Black color preview on #7675AD background

This text has black color on #7675AD background.


White color preview on #7675AD background

This text has white color on #7675AD background.


Related colors

Complementary color

Complementary color for #hex is #898A52.


I love getcolorcode.com

Triadic colors

1 #AD7675 and #75AD76 with #7675AD are triadic colors.

2 #AD7576 and #7576AD with #7675AD are triadic colors.