#7761AA

Color #7761AA Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7761AA

Tints of Scampi #7761AA

Color information

#7761AA (or 0x7761AA) is unknown color: approx Scampi. HEX triplet: 77, 61 and AA. RGB value is (119,97,170). Sum of RGB (Red+Green+Blue) = 119+97+170=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #7761AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7761AA is #889E55. Grayscale: #6F6F6F. Windows color (decimal): -8953430 or 11166071. OLE color: 11166071.

HSL color Cylindrical-coordinate representation of color #7761AA: hue angle of 258.08º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7761AA is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11997170-
CMYK0.30.4300.33
HSL258.08º30.04%52.35%-
HSV(B)258.08º42.94%66.67%-
XYZ19.1415.3739.99-
YUV111.9160.79133.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=30.83%
G=25.13%
B=44.04%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119971700.30.4300.33258.0830.0452.35
Hex7761AA1E2B0211021e34
Octal16714125236530414023664
Binary111011111000011010101011110101011010000110000001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7761AA; }

 p { color: rgb(119,97,170); }

 H1.HeaderClassName
 {
   color: #7761AA;
 }
 .AnyTagClassName
 {
   color: #7761AA;
 }
</style>
background-color css

<style>
 a { background-color: #7761AA; }

 a { background-color: rgb(119,97,170); }

 div.DivClassName
 {
   background-color: #7761AA;
 }
 .BgClassName
 {
   background-color: #7761AA;
 }
</style>
border-color css

<style>
 span { border-color: #7761AA; }

 span { border-color: rgb(119,97,170); }

 td.TdClassName
 {
   border-color: #7761AA;
 }
 .TagClassName
 {
   border-color: #7761AA;
 }
</style>