#766CAE

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

Shades of Scampi #766CAE

Tints of Scampi #766CAE

Color information

#766CAE (or 0x766CAE) is unknown color: approx Scampi. HEX triplet: 76, 6C and AE. RGB value is (118,108,174). Sum of RGB (Red+Green+Blue) = 118+108+174=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #766CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CAE is #899351. Grayscale: #767676. Windows color (decimal): -9016146 or 11431030. OLE color: 11431030.

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

Color convert

RGB118108174-
CMYK0.320.3800.32
HSL249.09º28.95%55.29%-
HSV(B)249.09º37.93%68.24%-
XYZ20.4717.6342.37-
YUV118.51159.31127.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.5%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=29.5%
G=27%
B=43.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181081740.320.3800.32249.0928.9555.29
Hex766CAE2026020f91d37
Octal16615425640460403713567
Binary111011011011001010111010000010011001000001111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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