#776AAF

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

Shades of Scampi #776AAF

Tints of Scampi #776AAF

Color information

#776AAF (or 0x776AAF) is unknown color: approx Scampi. HEX triplet: 77, 6A and AF. RGB value is (119,106,175). Sum of RGB (Red+Green+Blue) = 119+106+175=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #776AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AAF is #889550. Grayscale: #757575. Windows color (decimal): -8951121 or 11496055. OLE color: 11496055.

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

Color convert

RGB119106175-
CMYK0.320.3900.31
HSL251.3º30.13%55.1%-
HSV(B)251.3º39.43%68.63%-
XYZ20.517.3342.82-
YUV117.75160.31128.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.75%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=29.75%
G=26.5%
B=43.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191061750.320.3900.31251.330.1355.1
Hex776AAF202701Ffb1e37
Octal16715225740470373733667
Binary11101111101010101011111000001001110111111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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