#766BB0

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

Shades of Scampi #766BB0

Tints of Scampi #766BB0

Color information

#766BB0 (or 0x766BB0) is unknown color: approx Scampi. HEX triplet: 76, 6B and B0. RGB value is (118,107,176). Sum of RGB (Red+Green+Blue) = 118+107+176=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #766BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BB0 is #89944F. Grayscale: #757575. Windows color (decimal): -9016400 or 11561846. OLE color: 11561846.

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

Color convert

RGB118107176-
CMYK0.330.3900.31
HSL249.57º30.4%55.49%-
HSV(B)249.57º39.2%69.02%-
XYZ20.5717.543.37-
YUV118.16160.64127.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.43%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 176 (69.14% from 255) = 43.89%
R=29.43%
G=26.68%
B=43.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181071760.330.3900.31249.5730.455.49
Hex766BB0212701Ffa1e37
Octal16615326041470373723667
Binary11101101101011101100001000011001110111111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,176); }

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

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

 a { background-color: rgb(118,107,176); }

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

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

 span { border-color: rgb(118,107,176); }

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