#766EA5

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

Shades of Scampi #766EA5

Tints of Scampi #766EA5

Color information

#766EA5 (or 0x766EA5) is unknown color: approx Scampi. HEX triplet: 76, 6E and A5. RGB value is (118,110,165). Sum of RGB (Red+Green+Blue) = 118+110+165=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: blue. Hex color #766EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766EA5 is #89915A. Grayscale: #767676. Windows color (decimal): -9015643 or 10841718. OLE color: 10841718.

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

Color convert

RGB118110165-
CMYK0.280.3300.35
HSL248.73º23.4%53.92%-
HSV(B)248.73º33.33%64.71%-
XYZ19.8417.7237.97-
YUV118.66154.15127.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=30.03%
G=27.99%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181101650.280.3300.35248.7323.453.92
Hex766EA51C21023f91736
Octal16615624534410433712766
Binary11101101101110101001011110010000101000111111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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