#766EAD

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

Shades of Scampi #766EAD

Tints of Scampi #766EAD

Color information

#766EAD (or 0x766EAD) is unknown color: approx Scampi. HEX triplet: 76, 6E and AD. RGB value is (118,110,173). Sum of RGB (Red+Green+Blue) = 118+110+173=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #766EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766EAD is #899152. Grayscale: #777777. Windows color (decimal): -9015635 or 11366006. OLE color: 11366006.

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

Color convert

RGB118110173-
CMYK0.320.3600.32
HSL247.62º27.75%55.49%-
HSV(B)247.62º36.42%67.84%-
XYZ20.5918.0241.93-
YUV119.57158.15126.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=29.43%
G=27.43%
B=43.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181101730.320.3600.32247.6227.7555.49
Hex766EAD2024020f81c37
Octal16615625540440403703467
Binary111011011011101010110110000010010001000001111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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