#777399

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

Shades of Scampi #777399

Tints of Scampi #777399

Color information

#777399 (or 0x777399) is unknown color: approx Scampi. HEX triplet: 77, 73 and 99. RGB value is (119,115,153). Sum of RGB (Red+Green+Blue) = 119+115+153=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #777399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777399 is #888C66. Grayscale: #787878. Windows color (decimal): -8948839 or 10056567. OLE color: 10056567.

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

Color convert

RGB119115153-
CMYK0.220.2500.4
HSL246.32º15.7%52.55%-
HSV(B)246.32º24.84%60%-
XYZ19.4918.4832.68-
YUV120.53146.33126.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=30.75%
G=29.72%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191151530.220.2500.4246.3215.752.55
Hex7773991619028f61035
Octal16716323126310503662065
Binary1110111111001110011001101101100101010001111011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777399; }

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

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

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

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

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

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

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

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