#766399

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

Shades of Scampi #766399

Tints of Scampi #766399

Color information

#766399 (or 0x766399) is unknown color: approx Scampi. HEX triplet: 76, 63 and 99. RGB value is (118,99,153). Sum of RGB (Red+Green+Blue) = 118+99+153=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #766399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766399 is #899C66. Grayscale: #6E6E6E. Windows color (decimal): -9018471 or 10052470. OLE color: 10052470.

HSL color Cylindrical-coordinate representation of color #766399: hue angle of 261.11º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #766399 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11899153-
CMYK0.230.3500.4
HSL261.11º21.43%49.41%-
HSV(B)261.11º35.29%60%-
XYZ17.6815.0832.11-
YUV110.84151.79133.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=31.89%
G=26.76%
B=41.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118991530.230.3500.4261.1121.4349.41
Hex76639917230281051531
Octal16614323127430504052561
Binary111011011000111001100110111100011010100010000010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766399; }

 p { color: rgb(118,99,153); }

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

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

 a { background-color: rgb(118,99,153); }

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

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

 span { border-color: rgb(118,99,153); }

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