COLOR #7761AF

HEX: #7761AF
RGB: (119,97,175)

Color info

#7761AF contains mainly red and blue colors. Web safe color of #7761AF is #666699 (or #669).

RGB color model

#7761AF color RGB value is (119,97,175).

  • red value is 119;
  • green value is 97;
  • blue value is 175.
RGB:
(119,97,175)
(47%,38%,69%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 175 of 255 = 69%

119
97
175

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

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 175 = 391 (100%)
R 119 of 391 ~ 30.43%
G 97 of 391 ~ 24.81%
B 175 of 391 ~ 44.76%

%30.43
%24.81
%44.76

CMYK color model

#7761AF color CMYK value is (32,45,0,31).

  • cyan value is 32.00%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(32,45,0,31)
C32M45Y0K31 
(32%,45%,0%,31%)
(0.32/0.45/0.00/0.31)	

CMYK percentages

%32
%44.57
%0
%31.37

Codes

Color #7761AF in popluar color models

7761AF
RGB11997175
HSL257°32.77%53.33%
HSB/HSV257°44.57%68.63%
CMYK32.00%44.57%0.00%
31.37%

Color #7761AF in popluar number systems.

HEX7761AF
Decimal11997175
Binary1110111110000110101111
Octal167141257

Shades and tints

Shades of #7761AF

#7761AF
(119,97,175)
#6D59A0
(109,89,160)
#635191
(99,81,145)
#594982
(89,73,130)
#4F4173
(79,65,115)
#453964
(69,57,100)
#3B3155
(59,49,85)
#312946
(49,41,70)
#272137
(39,33,55)
#1D1928
(29,25,40)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #7761AF

#7761AF
(119,97,175)
#836FB6
(131,111,182)
#8F7DBD
(143,125,189)
#9B8BC4
(155,139,196)
#A799CB
(167,153,203)
#B3A7D2
(179,167,210)
#BFB5D9
(191,181,217)
#CBC3E0
(203,195,224)
#D7D1E7
(215,209,231)
#E3DFEE
(227,223,238)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7761AF color. Also use rgb(119,97,175) instead hex code.

Text Font Color

.myTextColor { color: #7761AF; }

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

This text font color is #7761AF.


Background Color

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

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

This div background color is #7761AF.


Border color

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

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

This div border color is #7761AF.


Opacity

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

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

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

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

This text has shadow with #7761AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7761AF on black background.


Color preview on white background

This text has color #7761AF on white background.



Black color preview on #7761AF background

This text has black color on #7761AF background.


White color preview on #7761AF background

This text has white color on #7761AF background.