#766CAC

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

Shades of Scampi #766CAC

Tints of Scampi #766CAC

Color information

#766CAC (or 0x766CAC) is unknown color: approx Scampi. HEX triplet: 76, 6C and AC. RGB value is (118,108,172). Sum of RGB (Red+Green+Blue) = 118+108+172=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #766CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CAC is #899353. Grayscale: #767676. Windows color (decimal): -9016148 or 11299958. OLE color: 11299958.

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

Color convert

RGB118108172-
CMYK0.310.3700.33
HSL249.38º27.83%54.9%-
HSV(B)249.38º37.21%67.45%-
XYZ20.2817.5641.35-
YUV118.29158.31127.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=29.65%
G=27.14%
B=43.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181081720.310.3700.33249.3827.8354.9
Hex766CAC1F25021f91c37
Octal16615425437450413713467
Binary11101101101100101011001111110010101000011111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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