#776399

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

Shades of Scampi #776399

Tints of Scampi #776399

Color information

#776399 (or 0x776399) is unknown color: approx Scampi. HEX triplet: 77, 63 and 99. RGB value is (119,99,153). Sum of RGB (Red+Green+Blue) = 119+99+153=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #776399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776399 is #889C66. Grayscale: #6E6E6E. Windows color (decimal): -8952935 or 10052471. OLE color: 10052471.

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

Color convert

RGB11999153-
CMYK0.220.3500.4
HSL262.22º21.43%49.41%-
HSV(B)262.22º35.29%60%-
XYZ17.8215.1532.12-
YUV111.14151.63133.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=32.08%
G=26.68%
B=41.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119991530.220.3500.4262.2221.4349.41
Hex77639916230281061531
Octal16714323126430504062561
Binary111011111000111001100110110100011010100010000011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776399; }

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

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

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

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

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

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

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

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