#776DAB

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

Shades of Scampi #776DAB

Tints of Scampi #776DAB

Color information

#776DAB (or 0x776DAB) is unknown color: approx Scampi. HEX triplet: 77, 6D and AB. RGB value is (119,109,171). Sum of RGB (Red+Green+Blue) = 119+109+171=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #776DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776DAB is #889254. Grayscale: #767676. Windows color (decimal): -8950357 or 11234679. OLE color: 11234679.

HSL color Cylindrical-coordinate representation of color #776DAB: hue angle of 249.68º degrees, saturation: 0.27, 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 #776DAB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119109171-
CMYK0.300.3600.33
HSL249.68º26.96%54.9%-
HSV(B)249.68º36.26%67.06%-
XYZ20.4317.840.89-
YUV119.06157.31127.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=29.82%
G=27.32%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191091710.300.3600.33249.6826.9654.9
Hex776DAB1E24021fa1b37
Octal16715525336440413723367
Binary11101111101101101010111111010010001000011111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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