#766AAE

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

Shades of Scampi #766AAE

Tints of Scampi #766AAE

Color information

#766AAE (or 0x766AAE) is unknown color: approx Scampi. HEX triplet: 76, 6A and AE. RGB value is (118,106,174). Sum of RGB (Red+Green+Blue) = 118+106+174=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #766AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AAE is #899551. Grayscale: #757575. Windows color (decimal): -9016658 or 11430518. OLE color: 11430518.

HSL color Cylindrical-coordinate representation of color #766AAE: hue angle of 250.59º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766AAE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118106174-
CMYK0.320.3900.32
HSL250.59º29.57%54.9%-
HSV(B)250.59º39.08%68.24%-
XYZ20.2717.2242.3-
YUV117.34159.98128.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=29.65%
G=26.63%
B=43.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181061740.320.3900.32250.5929.5754.9
Hex766AAE2027020fb1e37
Octal16615225640470403733667
Binary111011011010101010111010000010011101000001111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766AAE; }

 p { color: rgb(118,106,174); }

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

<style>
 a { background-color: #766AAE; }

 a { background-color: rgb(118,106,174); }

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

<style>
 span { border-color: #766AAE; }

 span { border-color: rgb(118,106,174); }

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