#766499

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

Shades of Scampi #766499

Tints of Scampi #766499

Color information

#766499 (or 0x766499) is unknown color: approx Scampi. HEX triplet: 76, 64 and 99. RGB value is (118,100,153). Sum of RGB (Red+Green+Blue) = 118+100+153=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #766499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766499 is #899B66. Grayscale: #6F6F6F. Windows color (decimal): -9018215 or 10052726. OLE color: 10052726.

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

Color convert

RGB118100153-
CMYK0.230.3500.4
HSL260.38º20.95%49.61%-
HSV(B)260.38º34.64%60%-
XYZ17.7815.2732.15-
YUV111.42151.46132.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=31.81%
G=26.95%
B=41.24%

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
Decimal1181001530.230.3500.4260.3820.9549.61
Hex76649917230281041532
Octal16614423127430504042562
Binary111011011001001001100110111100011010100010000010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766499; }

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

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

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

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

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

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

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

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