#766DAD

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

Shades of Scampi #766DAD

Tints of Scampi #766DAD

Color information

#766DAD (or 0x766DAD) is unknown color: approx Scampi. HEX triplet: 76, 6D and AD. RGB value is (118,109,173). Sum of RGB (Red+Green+Blue) = 118+109+173=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #766DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766DAD is #899252. Grayscale: #767676. Windows color (decimal): -9015891 or 11365750. OLE color: 11365750.

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

Color convert

RGB118109173-
CMYK0.320.3700.32
HSL248.44º28.07%55.29%-
HSV(B)248.44º36.99%67.84%-
XYZ20.4817.8141.89-
YUV118.99158.48127.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=29.5%
G=27.25%
B=43.25%

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
Decimal1181091730.320.3700.32248.4428.0755.29
Hex766DAD2025020f81c37
Octal16615525540450403703467
Binary111011011011011010110110000010010101000001111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,109,173); }

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

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

 a { background-color: rgb(118,109,173); }

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

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

 span { border-color: rgb(118,109,173); }

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