#766EAE

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

Shades of Scampi #766EAE

Tints of Scampi #766EAE

Color information

#766EAE (or 0x766EAE) is unknown color: approx Scampi. HEX triplet: 76, 6E and AE. RGB value is (118,110,174). Sum of RGB (Red+Green+Blue) = 118+110+174=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #766EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766EAE is #899151. Grayscale: #777777. Windows color (decimal): -9015634 or 11431542. OLE color: 11431542.

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

Color convert

RGB118110174-
CMYK0.320.3700.32
HSL247.5º28.32%55.69%-
HSV(B)247.5º36.78%68.24%-
XYZ20.6918.0642.44-
YUV119.69158.65126.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=29.35%
G=27.36%
B=43.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181101740.320.3700.32247.528.3255.69
Hex766EAE2025020f81c38
Octal16615625640450403703470
Binary111011011011101010111010000010010101000001111100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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