#766BAE

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

Shades of Scampi #766BAE

Tints of Scampi #766BAE

Color information

#766BAE (or 0x766BAE) is unknown color: approx Scampi. HEX triplet: 76, 6B and AE. RGB value is (118,107,174). Sum of RGB (Red+Green+Blue) = 118+107+174=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #766BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BAE is #899451. Grayscale: #757575. Windows color (decimal): -9016402 or 11430774. OLE color: 11430774.

HSL color Cylindrical-coordinate representation of color #766BAE: hue angle of 249.85º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766BAE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB118107174-
CMYK0.320.3900.32
HSL249.85º29.26%55.1%-
HSV(B)249.85º38.51%68.24%-
XYZ20.3717.4242.33-
YUV117.93159.64128.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.57%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=29.57%
G=26.82%
B=43.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181071740.320.3900.32249.8529.2655.1
Hex766BAE2027020fa1d37
Octal16615325640470403723567
Binary111011011010111010111010000010011101000001111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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