#766AAC

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

Shades of Scampi #766AAC

Tints of Scampi #766AAC

Color information

#766AAC (or 0x766AAC) is unknown color: approx Scampi. HEX triplet: 76, 6A and AC. RGB value is (118,106,172). Sum of RGB (Red+Green+Blue) = 118+106+172=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #766AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766AAC is #899553. Grayscale: #747474. Windows color (decimal): -9016660 or 11299446. OLE color: 11299446.

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

Color convert

RGB118106172-
CMYK0.310.3800.33
HSL250.91º28.45%54.51%-
HSV(B)250.91º38.37%67.45%-
XYZ20.0717.1441.28-
YUV117.11158.98128.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 106 (41.80% from 255) = 26.77%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=29.80%
G=26.77%
B=43.43%

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
Decimal1181061720.310.3800.33250.9128.4554.51
Hex766AAC1F26021fb1c37
Octal16615225437460413733467
Binary11101101101010101011001111110011001000011111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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