#776496

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

Shades of Scampi #776496

Tints of Scampi #776496

Color information

#776496 (or 0x776496) is unknown color: approx Scampi. HEX triplet: 77, 64 and 96. RGB value is (119,100,150). Sum of RGB (Red+Green+Blue) = 119+100+150=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #776496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776496 is #889B69. Grayscale: #6F6F6F. Windows color (decimal): -8952682 or 9856119. OLE color: 9856119.

HSL color Cylindrical-coordinate representation of color #776496: hue angle of 262.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776496 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119100150-
CMYK0.210.3300.41
HSL262.8º20%49.02%-
HSV(B)262.8º33.33%58.82%-
XYZ17.6715.2430.86-
YUV111.38149.79133.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=32.25%
G=27.10%
B=40.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191001500.210.3300.41262.82049.02
Hex77649615210291071431
Octal16714422625410514072461
Binary111011111001001001011010101100001010100110000011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776496; }

 p { color: rgb(119,100,150); }

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

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

 a { background-color: rgb(119,100,150); }

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

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

 span { border-color: rgb(119,100,150); }

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