#777499

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

Shades of Scampi #777499

Tints of Scampi #777499

Color information

#777499 (or 0x777499) is unknown color: approx Scampi. HEX triplet: 77, 74 and 99. RGB value is (119,116,153). Sum of RGB (Red+Green+Blue) = 119+116+153=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #777499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777499 is #888B66. Grayscale: #787878. Windows color (decimal): -8948583 or 10056823. OLE color: 10056823.

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

Color convert

RGB119116153-
CMYK0.220.2400.4
HSL244.86º15.35%52.75%-
HSV(B)244.86º24.18%60%-
XYZ19.618.7132.72-
YUV121.12145.99126.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=30.67%
G=29.90%
B=39.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191161530.220.2400.4244.8615.3552.75
Hex7774991618028f5f35
Octal16716423126300503651765
Binary111011111101001001100110110110000101000111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777499; }

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

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

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

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

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

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

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

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