#766AAB

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

Shades of Scampi #766AAB

Tints of Scampi #766AAB

Color information

#766AAB (or 0x766AAB) is unknown color: approx Scampi. HEX triplet: 76, 6A and AB. RGB value is (118,106,171). Sum of RGB (Red+Green+Blue) = 118+106+171=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #766AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AAB is #899554. Grayscale: #747474. Windows color (decimal): -9016661 or 11233910. OLE color: 11233910.

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

Color convert

RGB118106171-
CMYK0.310.3800.33
HSL251.08º27.9%54.31%-
HSV(B)251.08º38.01%67.06%-
XYZ19.9817.140.78-
YUV117158.48128.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.87%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=29.87%
G=26.84%
B=43.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181061710.310.3800.33251.0827.954.31
Hex766AAB1F26021fb1c36
Octal16615225337460413733466
Binary11101101101010101010111111110011001000011111101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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