#776799

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

Shades of Scampi #776799

Tints of Scampi #776799

Color information

#776799 (or 0x776799) is unknown color: approx Scampi. HEX triplet: 77, 67 and 99. RGB value is (119,103,153). Sum of RGB (Red+Green+Blue) = 119+103+153=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #776799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776799 is #889866. Grayscale: #717171. Windows color (decimal): -8951911 or 10053495. OLE color: 10053495.

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

Color convert

RGB119103153-
CMYK0.220.3300.4
HSL259.2º19.69%50.2%-
HSV(B)259.2º32.68%60%-
XYZ18.2115.9232.25-
YUV113.48150.3131.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=31.73%
G=27.47%
B=40.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191031530.220.3300.4259.219.6950.2
Hex77679916210281031432
Octal16714723126410504032462
Binary111011111001111001100110110100001010100010000001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776799; }

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

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

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

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

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

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

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

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