#7766AE

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

Shades of Scampi #7766AE

Tints of Scampi #7766AE

Color information

#7766AE (or 0x7766AE) is unknown color: approx Scampi. HEX triplet: 77, 66 and AE. RGB value is (119,102,174). Sum of RGB (Red+Green+Blue) = 119+102+174=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7766AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7766AE is #889951. Grayscale: #737373. Windows color (decimal): -8952146 or 11429495. OLE color: 11429495.

HSL color Cylindrical-coordinate representation of color #7766AE: hue angle of 254.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7766AE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119102174-
CMYK0.320.4100.32
HSL254.17º30.77%54.12%-
HSV(B)254.17º41.38%68.24%-
XYZ2016.4842.17-
YUV115.29161.13130.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=30.13%
G=25.82%
B=44.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191021740.320.4100.32254.1730.7754.12
Hex7766AE2029020fe1f36
Octal16714625640510403763766
Binary111011111001101010111010000010100101000001111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7766AE; }

 p { color: rgb(119,102,174); }

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

<style>
 a { background-color: #7766AE; }

 a { background-color: rgb(119,102,174); }

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

<style>
 span { border-color: #7766AE; }

 span { border-color: rgb(119,102,174); }

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