#766FAB

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

Shades of Scampi #766FAB

Tints of Scampi #766FAB

Color information

#766FAB (or 0x766FAB) is unknown color: approx Scampi. HEX triplet: 76, 6F and AB. RGB value is (118,111,171). Sum of RGB (Red+Green+Blue) = 118+111+171=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #766FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FAB is #899054. Grayscale: #777777. Windows color (decimal): -9015381 or 11235190. OLE color: 11235190.

HSL color Cylindrical-coordinate representation of color #766FAB: hue angle of 247º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766FAB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118111171-
CMYK0.310.3500.33
HSL247º26.32%55.29%-
HSV(B)247º35.09%67.06%-
XYZ20.5118.1640.95-
YUV119.93156.82126.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 111 (43.75% from 255) = 27.75%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=29.5%
G=27.75%
B=42.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181111710.310.3500.3324726.3255.29
Hex766FAB1F23021f71a37
Octal16615725337430413673267
Binary11101101101111101010111111110001101000011111011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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