#777699

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

Shades of Scampi #777699

Tints of Scampi #777699

Color information

#777699 (or 0x777699) is unknown color: approx Scampi. HEX triplet: 77, 76 and 99. RGB value is (119,118,153). Sum of RGB (Red+Green+Blue) = 119+118+153=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #777699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777699 is #888966. Grayscale: #7A7A7A. Windows color (decimal): -8948071 or 10057335. OLE color: 10057335.

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

Color convert

RGB119118153-
CMYK0.220.2300.4
HSL241.71º14.64%53.14%-
HSV(B)241.71º22.88%60%-
XYZ19.8419.1832.79-
YUV122.29145.33125.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=30.51%
G=30.26%
B=39.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191181530.220.2300.4241.7114.6453.14
Hex7776991617028f2f35
Octal16716623126270503621765
Binary111011111101101001100110110101110101000111100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777699; }

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

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

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

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

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

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

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

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