#776AAE

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

Shades of Scampi #776AAE

Tints of Scampi #776AAE

Color information

#776AAE (or 0x776AAE) is unknown color: approx Scampi. HEX triplet: 77, 6A and AE. RGB value is (119,106,174). Sum of RGB (Red+Green+Blue) = 119+106+174=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #776AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AAE is #889551. Grayscale: #757575. Windows color (decimal): -8951122 or 11430519. OLE color: 11430519.

HSL color Cylindrical-coordinate representation of color #776AAE: hue angle of 251.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776AAE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119106174-
CMYK0.320.3900.32
HSL251.47º29.57%54.9%-
HSV(B)251.47º39.08%68.24%-
XYZ20.417.2942.31-
YUV117.64159.81128.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=29.82%
G=26.57%
B=43.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191061740.320.3900.32251.4729.5754.9
Hex776AAE2027020fb1e37
Octal16715225640470403733667
Binary111011111010101010111010000010011101000001111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,174); }

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

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

 a { background-color: rgb(119,106,174); }

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

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

 span { border-color: rgb(119,106,174); }

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