#766494

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

Shades of Scampi #766494

Tints of Scampi #766494

Color information

#766494 (or 0x766494) is unknown color: approx Scampi. HEX triplet: 76, 64 and 94. RGB value is (118,100,148). Sum of RGB (Red+Green+Blue) = 118+100+148=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #766494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766494 is #899B6B. Grayscale: #6E6E6E. Windows color (decimal): -9018220 or 9725046. OLE color: 9725046.

HSL color Cylindrical-coordinate representation of color #766494: hue angle of 262.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766494 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118100148-
CMYK0.200.3200.42
HSL262.5º19.35%48.63%-
HSV(B)262.5º32.43%58.04%-
XYZ17.3715.130.02-
YUV110.85148.96133.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=32.24%
G=27.32%
B=40.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181001480.200.3200.42262.519.3548.63
Hex766494142002A1061331
Octal16614422424400524062361
Binary111011011001001001010010100100000010101010000011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766494; }

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

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

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

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

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

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

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

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