#776EAA

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

Shades of Scampi #776EAA

Tints of Scampi #776EAA

Color information

#776EAA (or 0x776EAA) is unknown color: approx Scampi. HEX triplet: 77, 6E and AA. RGB value is (119,110,170). Sum of RGB (Red+Green+Blue) = 119+110+170=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #776EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776EAA is #889155. Grayscale: #777777. Windows color (decimal): -8950102 or 11169399. OLE color: 11169399.

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

Color convert

RGB119110170-
CMYK0.30.3500.33
HSL249º26.09%54.9%-
HSV(B)249º35.29%66.67%-
XYZ20.4417.9840.42-
YUV119.53156.48127.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=29.82%
G=27.57%
B=42.61%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191101700.30.3500.3324926.0954.9
Hex776EAA1E23021f91a37
Octal16715625236430413713267
Binary11101111101110101010101111010001101000011111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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