#766DA4

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

Shades of Scampi #766DA4

Tints of Scampi #766DA4

Color information

#766DA4 (or 0x766DA4) is unknown color: approx Scampi. HEX triplet: 76, 6D and A4. RGB value is (118,109,164). Sum of RGB (Red+Green+Blue) = 118+109+164=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #766DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766DA4 is #89925B. Grayscale: #757575. Windows color (decimal): -9015900 or 10775926. OLE color: 10775926.

HSL color Cylindrical-coordinate representation of color #766DA4: hue angle of 249.82º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #766DA4 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB118109164-
CMYK0.280.3400.36
HSL249.82º23.21%53.53%-
HSV(B)249.82º33.54%64.31%-
XYZ19.6417.4737.46-
YUV117.96153.98128.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=30.18%
G=27.88%
B=41.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181091640.280.3400.36249.8223.2153.53
Hex766DA41C22024fa1736
Octal16615524434420443722766
Binary11101101101101101001001110010001001001001111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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