#776DAA

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

Shades of Scampi #776DAA

Tints of Scampi #776DAA

Color information

#776DAA (or 0x776DAA) is unknown color: approx Scampi. HEX triplet: 77, 6D and AA. RGB value is (119,109,170). Sum of RGB (Red+Green+Blue) = 119+109+170=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #776DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776DAA is #889255. Grayscale: #767676. Windows color (decimal): -8950358 or 11169143. OLE color: 11169143.

HSL color Cylindrical-coordinate representation of color #776DAA: hue angle of 249.84º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #776DAA is Cyan = 0.3, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119109170-
CMYK0.30.3600.33
HSL249.84º26.41%54.71%-
HSV(B)249.84º35.88%66.67%-
XYZ20.3317.7640.39-
YUV118.94156.81128.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=29.90%
G=27.39%
B=42.71%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191091700.30.3600.33249.8426.4154.71
Hex776DAA1E24021fa1a37
Octal16715525236440413723267
Binary11101111101101101010101111010010001000011111101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776DAA; }

 p { color: rgb(119,109,170); }

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

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

 a { background-color: rgb(119,109,170); }

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

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

 span { border-color: rgb(119,109,170); }

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