#766FAD

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

Shades of Scampi #766FAD

Tints of Scampi #766FAD

Color information

#766FAD (or 0x766FAD) is unknown color: approx Scampi. HEX triplet: 76, 6F and AD. RGB value is (118,111,173). Sum of RGB (Red+Green+Blue) = 118+111+173=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #766FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FAD is #899052. Grayscale: #777777. Windows color (decimal): -9015379 or 11366262. OLE color: 11366262.

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

Color convert

RGB118111173-
CMYK0.320.3600.32
HSL246.77º27.43%55.69%-
HSV(B)246.77º35.84%67.84%-
XYZ20.718.2441.96-
YUV120.16157.82126.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=29.35%
G=27.61%
B=43.03%

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
Decimal1181111730.320.3600.32246.7727.4355.69
Hex766FAD2024020f71b38
Octal16615725540440403673370
Binary111011011011111010110110000010010001000001111011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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